summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* help: Add image: main-window.pngwip/albfan/danish-helpscootergrisen2020-06-263-0/+770
|
* GladeGtkWindow: Fix CSD supportJuan Pablo Ugarte2020-06-222-7/+19
| | | | | | GladeWidget: make sure hidden placeholder are never serialized https://gitlab.gnome.org/GNOME/glade/-/issues/447
* Update Ukrainian translationYuri Chornoivan2020-06-221-20/+9
|
* Change "Glade Interface Designer" to "Glade"scootergrisen2020-06-221-1/+1
|
* dtd: Make init-function an element, not an attributeAdrien Plazas2020-06-201-2/+4
| | | | | | This makes the implementation of init-function in the DTD match both the code (it is read as an element) and the documentation (it is documented as an element).
* GladeSignalDef: fix last gir scanner warningJuan Pablo Ugarte2020-06-192-4/+4
| | | | Rename GSC_VERSION_CHECK to GLADE_SIGNALS_DEF_VERSION_CHECK
* GladeWidgetAdaptor: fix gir scanner warningsJuan Pablo Ugarte2020-06-1987-357/+357
| | | | Rename all macros starting with GWA to GLADE_WIDGET_ADAPTOR
* GladeWidget: fix gir scanner warningsJuan Pablo Ugarte2020-06-193-3/+3
| | | | Rename IS_GLADE_WIDGET_EVENT to GLADE_WIDGET_IS_EVENT
* GladeProperty: fix gir scanner warningJuan Pablo Ugarte2020-06-193-4/+4
| | | | Rename DEPRECATED_IS_PARAM_SPEC_VALUE_ARRAY as GLADE_PROPERTY_IS_PARAM_SPEC_VALUE_ARRAY
* Fix misc gir scanner warningsJuan Pablo Ugarte2020-06-194-3/+10
|
* GladeStandarStock, GladeStandarStockImage: fix get_type() functions for ↵Juan Pablo Ugarte2020-06-191-0/+6
| | | | | | | | | | introspection Avoid trying to register stock icons when there is no default display like when running introspection scanner. This prevents some really annoying warnings and should help with https://gitlab.gnome.org/GNOME/glade/-/issues/432
* Update Romanian translationFlorentina Mușat2020-06-191-5/+8
|
* GladeGtkListBox: fix size request issueJuan Pablo Ugarte2020-06-181-1/+0
| | | | | | | | Remove glade_gtk_create_fixed_widget from GtkListBox support This is proably a left over from GtkBox support code copy/paste which was making the row have a default size. https://gitlab.gnome.org/GNOME/glade/-/issues/446
* GladeProject: show message on invalid GtkBuilder fileJuan Pablo Ugarte2020-06-181-2/+8
| | | | | | | Show user an error dialog if he tries to open an old libglade file. https://gitlab.gnome.org/GNOME/glade/-/issues/389
* GladeProperty: Do not replace - with _Juan Pablo Ugarte2020-06-182-7/+5
| | | | | | Remove old libglade underscore properties naming scheme. https://gitlab.gnome.org/GNOME/glade/-/issues/281
* build: Fix va_copy checkIñigo Martínez2020-06-181-1/+1
| | | | | | | There is a misplaced closing parenthesis in `va_copy` check that triggers a warning in meson. It has been fixed by placing it properly.
* Update Turkish translationEmin Tufan Çetin2020-06-181-877/+928
|
* Update Ukrainian translationYuri Chornoivan2020-06-181-8/+7
|
* Update Ukrainian translationYuri Chornoivan2020-06-181-29/+30
|
* Fix inconsistent "top-level", "top level", "toplevel" spelling in ↵Juan Pablo Ugarte2020-06-172-7/+7
| | | | | | translatable strings https://gitlab.gnome.org/GNOME/glade/-/issues/412
* Webkit2gtk: Fix compiler warningJuan Pablo Ugarte2020-06-171-1/+1
|
* Update Romanian translationFlorentina Mușat2020-06-171-854/+901
|
* Updated Spanish translationDaniel Mustieles2020-06-171-784/+825
|
* Update Ukrainian translationYuri Chornoivan2020-06-171-784/+825
|
* Webkit2gtk plugin: sandbox web viewJuan Pablo Ugarte2020-06-162-8/+16
| | | | Fix misc runtime warnings
* Webkit plugin: add missing displayable valuesJuan Pablo Ugarte2020-06-161-3/+23
|
* Gtk plugin: add missing displayable valuesJuan Pablo Ugarte2020-06-161-0/+17
|
* Add workaroud to prevents Glade from crashing when loading GJS plugin on X11 ↵Juan Pablo Ugarte2020-06-162-0/+96
| | | | backend
* GladeWindow: startup cleanupJuan Pablo Ugarte2020-06-162-18/+8
| | | | | Clean up initialization of glade Deleted unused macros
* Update Ukrainian translationYuri Chornoivan2020-06-161-75/+83
|
* Updated Spanish translationDaniel Mustieles2020-06-161-75/+83
|
* GladeScrolledWindowEditor: improve layoutJuan Pablo Ugarte2020-06-151-162/+187
| | | | Squeeze width/height properties in two columns
* gtk: Add GtkScrolledWindow propagate-natural-width propertyCorentin Noël2020-06-151-1/+1
|
* Update Indonesian translationKukuh Syafaat2020-06-121-95/+101
|
* Update German translationChristian Kirbach2020-06-111-2465/+2326
| | | | (cherry picked from commit 3785afb1021b2f7dd3b428d27b2332be7af5f741)
* Update Brazilian Portuguese translationRafael Fontenelle2020-06-111-4/+4
| | | | (cherry picked from commit 866ea9f523973bc940d93fda4b69be094e7f355b)
* Update Brazilian Portuguese translationRafael Fontenelle2020-06-111-20/+4
| | | | (cherry picked from commit 234292fe8144eea2a2b2ff673640d37616c3834d)
* Fix GValueArray deprecation warningsJuan Pablo Ugarte2020-06-104-36/+42
|
* GladeProperty: replace deprecated macroJuan Pablo Ugarte2020-06-101-3/+1
|
* Ignore deprecated function call.Juan Pablo Ugarte2020-06-101-0/+2
|
* Tests: add python and javascript test caseJuan Pablo Ugarte2020-06-084-12/+83
| | | | Add test case to make sure both python and js plugins work
* Python plugin: support multiple paths in env variableJuan Pablo Ugarte2020-06-081-3/+10
|
* GJS plugin: support multiple paths in env variableJuan Pablo Ugarte2020-06-081-2/+11
|
* Plugins: add documentation for GJS pluginJuan Pablo Ugarte2020-06-084-0/+115
| | | | | Add an example on how to use JavaScript objects with Glade Improve python example
* Plugins: Added GJS plugin for JavaScript objects supportJuan Pablo Ugarte2020-06-085-0/+120
|
* Bump to development version 3.37.0Juan Pablo Ugarte2020-06-081-1/+9
| | | | | Since glade master is available as a nightly flatpak its better to bump to development version after making a stable release.
* Fix project licence to GPLJuan Pablo Ugarte2020-06-081-1/+1
| | | | While some parts of Glade are LGPL others are GPL making it GPL in practice.
* Docs: update python catalog exampleJuan Pablo Ugarte2020-06-051-7/+19
| | | | | Update examples to show how to set properties defined in python at runtime.
* Python plugin: fix linking errorJuan Pablo Ugarte2020-06-052-2/+2
| | | | | | | Since pygobject 3.8 we need to link with python-3.8-embed to avoid missing symbols when loading the plugin. Fix compiler warning
* Build: Add comments about library versioningJuan Pablo Ugarte2020-06-051-0/+6
|