summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Rolling 3.38.1GLADE_3_38_1Juan Pablo Ugarte2020-10-043-2/+47
|
* Fix tests.Juan Pablo Ugarte2020-10-028-8/+8
|
* Update Spanish translationJuan Pablo Ugarte2020-10-021-12/+12
|
* GladeGtk*: always use connect_object() for parse-finished signalJuan Pablo Ugarte2020-10-0212-67/+77
| | | | This ensures the signal will get disconnected if object is finalized.
* GladeGtkBox: fix glade_gtk_box_post_createJuan Pablo Ugarte2020-10-021-4/+4
| | | | | | | | | | 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"
* GladeWidget: unset parent and object on rebuildJuan Pablo Ugarte2020-10-021-0/+3
| | | | | We need to make sure internal widgets parent and object are unset while rebuilding to avoid having a GladeWidget with a dead object.
* GladeGtkLabel: fix color attributes handlingJuan Pablo Ugarte2020-10-012-17/+18
| | | | | | Properly load/save pango color attributes Fix issue #474 "GtkLabel: setup text attribute issues"
* GladePropertyDef: cleanup color type handlingJuan Pablo Ugarte2020-10-011-17/+26
| | | | | Cleanup PangoColor and GdkColor handling in make_string_from_gvalue and make_gvalue_from_string functions.
* CONTRIBUTING.md: update coding style linkJuan Pablo Ugarte2020-10-011-3/+3
|
* GladeProjectProperties: fix target version loadingJuan Pablo Ugarte2020-10-011-10/+10
| | | | | | Make sure target version combo gets updated on project load. Fix issue #480 "version field not always updated in XML"
* GladeUtils: fix glade_utils_get_pointer()Juan Pablo Ugarte2020-10-011-7/+11
| | | | | | | 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
* GladeGtkWidget: add viewport on add scrolled window actionJuan Pablo Ugarte2020-10-011-0/+12
| | | | | | | Add a viewport for non scrollable widget when adding a scrolled window parent. Fix issue #471 "XML not updated after adding element"
* gtk catalog: add GtkTable to deprecated groupJuan Pablo Ugarte2020-10-011-0/+1
|
* GladeGtkContainer: improve add-verifyJuan Pablo Ugarte2020-10-011-1/+6
| | | | Special case GtkBin since Windows can hace a placeholder in the titlebar.
* Update Italian translationMilo Casagrande2020-09-281-2890/+2633
|
* Update Hungarian translationBalázs Meskó2020-09-231-63/+86
|
* Update Polish translationPiotr Drąg2020-09-191-21/+84
|
* Update Basque translationAsier Sarasua Garmendia2020-09-191-914/+976
|
* Update Galician translationFran Dieguez2020-09-181-700/+705
|
* Update Galician translationFran Dieguez2020-09-181-940/+1005
|
* Updated Spanish translationDaniel Mustieles2020-09-161-918/+977
|
* Update German translationStephan Woidowski2020-09-151-22/+83
|
* Updated Czech translationMarek Černocký2020-09-151-146/+83
|
* Update Swedish translationAnders Jonsson2020-09-141-31/+84
|
* Update Brazilian Portuguese translationRafael Fontenelle2020-09-141-954/+978
|
* Update Chinese (China) translationBoyuan Yang2020-09-141-913/+976
|
* Update Slovenian translationMatej Urbančič2020-09-131-915/+977
|
* Updated Lithuanian translationAurimas Černius2020-09-131-939/+977
|
* Update Turkish translationEmin Tufan Çetin2020-09-131-927/+989
|
* Update Indonesian translationKukuh Syafaat2020-09-131-913/+976
|
* Updated French translationClaude Paroz2020-09-131-22/+85
|
* Update Ukrainian translationYuri Chornoivan2020-09-131-915/+977
|
* Rolling 3.38GLADE_3_38_0Juan Pablo Ugarte2020-09-123-24/+56
|
* GladeWindow: Add Guido Macchi memorialJuan Pablo Ugarte2020-09-124-2/+92
| | | | | | | Guido was a beloved professor at Rosario National university who passed away last december. This is a small recognition in his memory.
* Update Brazilian Portuguese translationRafael Fontenelle2020-09-121-24/+53
|
* Update Kazakh translationBaurzhan Muftakhidinov2020-09-121-913/+910
|
* Updated Danish translationAsk Hjorth Larsen2020-09-121-1672/+1842
|
* Updated Czech help translationMarek Černocký2020-09-091-21/+21
|
* Updated Czech translationMarek Černocký2020-09-091-1727/+1979
|
* Update German translationTim Sabsch2020-09-081-53/+13
|
* Update German translationMario Blättermann2020-09-071-1650/+1886
|
* Update Catalan translationJordi Mas2020-09-071-393/+593
|
* Update Catalan translationGil Forcada2020-09-071-1446/+1466
|
* Update Hungarian translationBalázs Úr2020-09-061-1664/+1887
|
* Update Polish translationPiotr Drąg2020-09-063-1664/+1706
|
* Update French translationClaude Paroz2020-09-061-1258/+1092
|
* Update Swedish translationAnders Jonsson2020-09-051-1644/+1848
|
* plugins/gtk+/gtk+.xml: update version metadataJuan Pablo Ugarte2020-09-031-253/+286
| | | | Update Class, properties and signal since and deprecated-since metadata from Gir
* GladeProject: support property and signal deprecated-sinceJuan Pablo Ugarte2020-09-031-15/+19
| | | | Check deprecated-since version for properties and signals
* GladePropertyDef, GladeSignalDef: support deprecated sinceJuan Pablo Ugarte2020-09-034-12/+114
| | | | Add support for deprecated since version