mirror of
https://gitlab.gnome.org/GNOME/glade.git
synced 2025-09-08 00:02:20 -04:00
* src/glade-widget.c: o Use event widget and not signal widget to use with gtk_widget_translate_coordinates(), this fixes the imfamous bug 327379 o Recurse through non-project objects when looking for widget at mouse event; this fixes the internal widget selection bug (bug 338894). * src/glade-placeholder.c: Placeholders dont ever get selection anymore, its only confusing for no reason, adds extra clicks to select relevent widgets (note that every second click was going to the parent; making the parent fight with the placeholder for selection... since its pointless, its gone). * TODO: Updated
11 lines
439 B
Plaintext
11 lines
439 B
Plaintext
|
|
|
|
Tasks/Bugs Blocking glade-3 3.0:
|
|
================================
|
|
o Toolbar editor / Popup menu editor (toolbar support now in... needs editor)
|
|
o Unify multiple property changes & dont unify default settings (bug 315600)
|
|
o Properties/undo stack glitches (bug 316900)
|
|
o View menu should be removed and deleted (bug 336576)
|
|
o Gnome stock items not recognized by glade-3 (bug 343712)
|
|
o Should indicate read-only projects (bug 337957)
|