- 02 Oct, 2020 3 commits
-
-
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
-
-
Milo Casagrande authored
(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
-
-
Balázs Úr authored
-
- 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
-
Yuri Chornoivan authored
-
Asier Sarasua Garmendia 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.
-
- 18 Sep, 2020 1 commit
-
-
Fran Dieguez authored
(cherry picked from commit 5a6ea0dc)
-
- 17 Sep, 2020 1 commit
-
-
Juan Pablo Ugarte authored
Closes issue #472 "gnome-nightly: About dialog should display git commit rev"
-
- 16 Sep, 2020 4 commits
-
-
Juan Pablo Ugarte authored
Add a viewport for non scrollable widget when adding a scrolled window parent. Fix issue #471 "XML not updated after adding element"
-
Juan Pablo Ugarte authored
-
Juan Pablo Ugarte authored
Inform the user it has to increase the size of the container if there is no more placeholders in it. Special case GtkBin since Windows can hace a placeholder in the titlebar.
-
Juan Pablo Ugarte authored
To make things easier you can always add a widget to a box or grid even if there is no more placeholders. Adding a widget will automatically increase the box size number or the grid column count. Fix issue #470 "Widgets of type need placeholders to add children"
-
- 15 Sep, 2020 2 commits
-
-
Stephan Woidowski authored
(cherry picked from commit 30a63acd)
-
Marek Černocký authored
-
- 14 Sep, 2020 2 commits
-
-
Anders Jonsson authored
(cherry picked from commit 920297f0)
-
Rafael Fontenelle authored
(cherry picked from commit 4142b6c7)
-
- 13 Sep, 2020 4 commits
-
-
Aurimas Černius authored
-
emintufan authored
-
Kukuh Syafaat authored
(cherry picked from commit c68d6c88)
-
Yuri Chornoivan authored
(cherry picked from commit b3bf5b39)
-
- 12 Sep, 2020 1 commit
-
-
Juan Pablo Ugarte authored
-