summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update Brazilian Portuguese translationglade-3-18Rafael Fontenelle2017-05-311-132/+233
|
* GladeEditor: fixed glade_editor_switch_page() signal connection.Juan Pablo Ugarte2016-05-201-1/+1
| | | | Fixes bug #765562 "Using Spacebar to change menu selction causes crash"
* GladeWidgetAdaptor: use a direct hash for the adaptor hash table by stuffing ↵Juan Pablo Ugarte2016-05-181-44/+9
| | | | the GType into a pointer with GSIZE_TO_POINTER()
* Updated Swedish translationAnders Jonsson2016-05-151-318/+840
|
* Bug 589306 - Clicking in ... swap order of acceleratorsRoberto Guido2016-04-111-0/+1
|
* Updated Occitan translationCédric Valmary2016-03-031-2452/+3448
|
* data/glade.appdata.xml.in: added <kudos> section to app data as requested by ↵Juan Pablo Ugarte2015-12-031-0/+5
| | | | Richard Hughes.
* Updated Portuguese translationPedro Albuquerque2015-11-251-17/+27
|
* Updated Portuguese translationPedro Albuquerque2015-11-251-65/+53
|
* build: Add dependency on libm for floor() and ceil()Philip Withnall2015-08-253-1/+4
| | | | | | libgladeui depends on libm. https://bugzilla.gnome.org/show_bug.cgi?id=741923
* Updated Portuguese translationPedro Albuquerque2015-07-281-6/+10
|
* Updated Portuguese translationPedro Albuquerque2015-07-281-540/+283
|
* Updated Occitan translationCédric Valmary2015-05-201-2100/+5749
|
* Updated Swedish translationAnders Jonsson2015-03-211-2851/+4765
|
* Added Bosnian translationSamir Ribic2015-03-142-0/+5111
|
* glade_preview_window_screenshot() fixed segfault when saving to png file.Juan Pablo Ugarte2014-12-051-1/+1
| | | | Bug #741165 "Previewer crashes when taking PNG screenshot"
* Updated Portuguese translationPedro Albuquerque2014-11-171-2756/+5140
|
* Finnish translation updateLasse Liehu2014-11-151-1807/+5108
|
* osx: Use current gtk-mac-integration APIPhilip Chimento2014-10-122-19/+26
| | | | | | | | | | | The #ifdef'd block did not compile at all because it used the old API from gtk-mac-integration, and because it used GtkBuilder when the surrounding code had been ported to use widget templates. This fixes up the use of the API and adds a few widget variables to GladeWindowPrivate which have to be bound to the template. https://bugzilla.gnome.org/show_bug.cgi?id=738339
* style: Fix indentation of #ifdef block for OS XPhilip Chimento2014-10-121-30/+30
| | | | | | | There are no tabs in the rest of the file, so this matches the surrounding indentation. https://bugzilla.gnome.org/show_bug.cgi?id=738339
* Updated Slovenian translationMatej Urbančič2014-08-061-48/+61
|
* Avoid reading freed data in glade_project_read_requiresDavid Shea2014-07-231-1/+2
| | | | | Ensure that required_lib is NULL at the start of each iteration through the loop.
* Updated German translationChristian Kirbach2014-05-291-5/+24
|
* Updated German translationChristian Kirbach2014-05-241-71/+74
|
* GladeBaseEditor->build_child() use correct type for paramentersJuan Pablo Ugarte2014-05-171-3/+2
| | | | | | | | | Fixes bug 704600 "Cannot add items to menu hierarchy - assertion `GLADE_IS_WIDGET_ADAPTOR (adaptor)' failed" GladeWidget * (*build_child) (GladeBaseEditor *, GladeWidget *, GType); glin-genmarshal does not have a specific type for GType thus back in the day UINT was used instead. But this is not correct in systems where GType is bigger than UINT
* Updated Slovenian translationMatej Urbančič2014-05-171-443/+448
|
* Rolling 3.18.3GLADE_3_18_3Juan Pablo Ugarte2014-05-122-2/+14
|
* GladeEditorProperty: re grab focus on load_common() if property is ↵Juan Pablo Ugarte2014-05-121-0/+36
| | | | | | | | construct-only. If the property is construct-only, then glade_widget_rebuild() will be called which means the object will be removed from the project/selection and a new one will be added, which makes the eprop loose its focus.
* [l10n] Updated Catalan (Valencian) translationCarles Ferrando2014-05-111-6/+9
|
* [l10n] Update Catalan translationGil Forcada2014-05-111-14/+17
|
* [l10n] Updated Catalan (Valencian) translationCarles Ferrando2014-05-111-843/+1519
|
* [l10n] Update Catalan translationPau Iranzo2014-05-111-826/+1626
|
* GladePreviewWindow: force infobar to show a close button and make label ↵Juan Pablo Ugarte2014-05-091-1/+4
| | | | selectable
* GladePreviewer: ignore signal connections to avoid warnings about missing ↵Juan Pablo Ugarte2014-05-071-0/+13
| | | | symbols.
* GladePreviewer: Fixed bug previewing templates.Juan Pablo Ugarte2014-05-071-1/+5
| | | | XML text data was not escaped when generating the template XML.
* GladeWidgetAdaptor: Fixed glade_widget_adaptor_object_get_children() for ↵Juan Pablo Ugarte2014-05-051-30/+68
| | | | | | | | | | | internal widgets. Internal widgets are defined in Glade in the adaptor class that introduced them. So in order to get internal widgets that are descendant of another internal widget we need to walk up the adaptor hierarchy to find where internal widgets are defined. I included this patch in the stable version because without it glade can not access GtkDialog internal action_area if compiled with gtk master (version 3.13)
* Updated German translationChristian Kirbach2014-05-051-569/+1229
|
* Updated Indonesian translationDirgita2014-04-231-397/+401
|
* Fixed Bug 727914 "Logo is not shown in About-dialog"Juan Pablo Ugarte2014-04-223-57/+54
| | | | | | Made GtkAboutDialog logo and logo-icon-name properties optional since they are mutually exclusive. The editor is responsible for enabling then accordingly.
* Fixed toolbar icon size.Juan Pablo Ugarte2014-04-221-41/+27
| | | | | Use GTK_ICON_SIZE_LARGE_TOOLBAR and GTK_ICON_SIZE_SMALL_TOOLBAR instead of GTK_ICON_SIZE_MENU and GTK_ICON_SIZE_BUTTON
* Fixed Russian translationYuri Myasoedov2014-04-201-22/+21
|
* Updated Greek translationTom Tryfonidis2014-04-181-811/+626
|
* Fixed cursor glitch while moving the poiner across multiple placeholders.Juan Pablo Ugarte2014-04-171-11/+20
| | | | | | The glitch was because we where updating the cursor on motion event only so when the pointer enters a new placeholder the cursor is set back to default and then changed again when the motion notify is finally triggered.
* Fixed Bug 353002 "wrong cursor over widgets"Juan Pablo Ugarte2014-04-171-0/+4
|
* Convert every object to use G_DEFINE_TYPE_WITH_CODE() or G_ADD_PRIVATE() macrosJuan Pablo Ugarte2014-04-1737-1286/+1205
| | | | Fixed function prototype identation and spacing.
* Check use-underline for whether mnemonic-widget can be setDavid Shea2014-04-161-1/+1
|
* Allow 3 decimal digits for the text scale value.David Shea2014-04-161-0/+3
|
* Marked glade_http_request_send_async() as a G_GNUC_PRINTF() function.Juan Pablo Ugarte2014-04-163-3/+9
| | | | Fixed compile warning.
* Save palette appearance settingTingPing2014-04-161-0/+16
|
* Updated Spanish translationDaniel Mustieles2014-04-151-59/+63
|