- 23 Oct, 2020 3 commits
-
-
Juan Pablo Ugarte authored
This reverts commit 9e66cdfb.
-
Juan Pablo Ugarte authored
This reverts commit 9827ed69.
-
Juan Pablo Ugarte authored
Remove object from project before extracting children since we clear up GladeWidget back references for internal children. Fix issue #484 "Crash with GtkRecentChooserDialog"
-
- 22 Oct, 2020 1 commit
-
-
Juan Pablo Ugarte authored
Closses issue #371 "Glade user survey not working (TLS error)"
-
- 16 Oct, 2020 1 commit
-
-
Juan Pablo Ugarte authored
-
- 15 Oct, 2020 1 commit
-
-
Juan Pablo Ugarte authored
Idle functions where causing a crash and do not seem to be needed anymore since calling them directly seems to work just fine. Fix issue #194 "Using List Store can result in program crash."
-
- 14 Oct, 2020 1 commit
-
-
Juan Pablo Ugarte authored
Closes issue #53 "Can't choose a FileChooserDialog for a FileChooserButton"
-
- 09 Oct, 2020 4 commits
-
-
Juan Pablo Ugarte authored
Closes issue #98
-
Juan Pablo Ugarte authored
Closes issue #355 "Make notification text selectable"
-
Juan Pablo Ugarte authored
Use -Wl,--export-all-symbols and -Wl,--no-undefined to export symbols on mingw GladeApp: use PACKAGE_NAME instead of PACKAGE Remove copyright symbol from resource files to avoid weird UTF error building with mingw on msys
-
Juan Pablo Ugarte authored
Windows does not have setlocale() function
-
- 08 Oct, 2020 1 commit
-
-
Jordi Mas authored
-
- 06 Oct, 2020 1 commit
-
-
Juan Pablo Ugarte authored
Closes issue #360 "No examples in documentation on using custom catalogues with gtkBuilder"
-
- 05 Oct, 2020 1 commit
-
-
Juan Pablo Ugarte authored
Only string properties should be translatable by default. Fix issue #406 "AtkObject::accessible-role should not be translatable"
-
- 02 Oct, 2020 4 commits
-
-
Juan Pablo Ugarte authored
-
Juan Pablo Ugarte authored
This ensures the signal will get disconnected if object is finalized.
-
Juan Pablo Ugarte authored
Some widgets with contruct properties like GtkMessageDialog get rebuilt right after they are created on project loading so we need to check glade_project_is_loading() intead of GLADE_CREATE_LOAD and use the object ad the connect data to make sure it gets disconected if it was the object being rebuilt Fix issue #479 "Glade 3.36.0 segfaults when opening a file"
-
Juan Pablo Ugarte authored
We need to make sure internal widgets parent and object are unset while rebuilding to avoid having a GladeWidget with a dead object.
-
- 30 Sep, 2020 2 commits
-
-
Juan Pablo Ugarte authored
Respect user_feedback parameter in glade_gtk_scrolled_window_add_child_verify()
-
Juan Pablo Ugarte authored
Make sure you can not remove parent if the grand parent is a scrolled window and the child is not scrollable. Fix issue #471 "XML not updated after adding element"
-
- 28 Sep, 2020 1 commit
-
-
(cherry picked from commit 08ca3fcb)
-
- 25 Sep, 2020 7 commits
-
-
Juan Pablo Ugarte authored
Properly load/save pango color attributes Fix issue #474 "GtkLabel: setup text attribute issues"
-
Juan Pablo Ugarte authored
Cleanup PangoColor and GdkColor handling in make_string_from_gvalue and make_gvalue_from_string functions.
-
Juan Pablo Ugarte authored
-
Juan Pablo Ugarte authored
Make sure target version combo gets updated on project load. Fix issue #480 "version field not always updated in XML"
-
Juan Pablo Ugarte authored
Use default pointer device instead of device from current event since a paste can be triggered by the keyboard. This fix issue pasing widget with ctrl+v in GtkGrid
-
Juan Pablo Ugarte authored
-
Juan Pablo Ugarte authored
Adjust container size in create and paste command. Properly fix issue #470 "Widgets of type need placeholders to add children"
-
- 23 Sep, 2020 1 commit
-
-
- 21 Sep, 2020 1 commit
-
-
Juan Pablo Ugarte authored
Add missing copyright notes
-
- 19 Sep, 2020 10 commits
-
-
Juan Pablo Ugarte authored
Fix glade_gtk_grid_add_child() return after adding child to avoid adding it more than once.
-
Piotr Drąg authored
-
-
(cherry picked from commit c2758d91)
-
Juan Pablo Ugarte authored
Apply packing properties to scrolled window instead of viewport
-
Juan Pablo Ugarte authored
Add child to the first placeholder
-
Juan Pablo Ugarte authored
Support adding widgets to GtkBox and GtkGrid even if there are no placeholders Fix issue #470 "Widgets of type need placeholders to add children"
-
Juan Pablo Ugarte authored
Increase size of grid/box if there is no space to add a widget in the container Fix issue #470 "Widgets of type need placeholders to add children"
-
Juan Pablo Ugarte authored
Use display name for messages
-
Juan Pablo Ugarte authored
This reverts commit 3b94aec9.
-