summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Depend on GTK+ 3.15csdTristan Van Berkom2014-10-233-36/+1
| | | | | Avoid GTK_CHECK_VERSION ifdefs working around the absense of gtk_window_get_titlebar().
* glade-gtk-window.c: Reuse translatable stringTristan Van Berkom2014-10-231-6/+5
| | | | Avoid the possibility of translatable string redundancy.
* Use proper mechanisms to deal with dependent propertiesMatthias Clasen2014-10-222-7/+26
| | | | | Make desensitizing of title, decorated and hide-titlebar-when-maximized part of the undo history, and also reset them to their default values.
* GladeWindowEditor: Added custom control for client side decorationsMatthias Clasen2014-10-223-51/+162
| | | | | | | | | This is needed so that when the command is issued, it can also include the child deletion as a part of the command group. When a window is using CSD, mark the title, decoration and hide-when-maximized editors as insensitive, since they affect non-CSD decorations.
* Support CSD windowsMatthias Clasen2014-10-222-0/+146
| | | | | | | | This patch adds support for the titlebar slot in GtkWindow. The rendering of windows with csd titlebar is somewhat broken in glade. https://bugzilla.gnome.org/show_bug.cgi?id=700914
* Updated Spanish translationDaniel Mustieles2014-10-201-110/+102
|
* Add some more items to the TODOMatthias Clasen2014-10-181-0/+13
|
* 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
* Bug 732575 - Changed the type hint on the "Edit Separately" window to 'utility'Tristan Van Berkom2014-10-121-1/+1
| | | | | | | | | | | This window has traditionally had a 'dialog' type so that window managers don't treat it as a primary application window (don't add minimize/maximize, don't list it in the alt-tab list, etc). In light of bug 732575, where it seems some window managers have stolen the 'close' button away from windows with the 'dialog' hint, let's change it for a 'utility' hint and hope this is the more appropriate hint.
* Updated Polish translationPiotr Drąg2014-10-031-13/+4
|
* glade-previewer: also show signal emission notification when UI file is ↵Juan Pablo Ugarte2014-10-021-0/+4
| | | | loaded from file.
* GladePreviewWindow: fixed bug "Missing plural form for UI string: emited %d ↵Juan Pablo Ugarte2014-10-021-4/+11
| | | | time(s)"
* Updated Polish translationPiotr Drąg2014-09-291-6/+6
|
* Updated Norwegian bokmål translation.Kjartan Maraas2014-09-281-85/+79
|
* Updated German translationBernd Homuth2014-09-231-823/+1077
|
* [l10n] Updated Catalan (Valencian) translationCarles Ferrando2014-09-211-163/+219
|
* [l10n] Update Catalan translationGil Forcada2014-09-211-823/+1079
|
* Updated Polish translationPiotr Drąg2014-09-201-1024/+1284
|
* Updated Danish translationAsk H. Larsen2014-09-201-1028/+1232
|
* Updated Serbian translationМирослав Николић2014-09-202-2564/+2660
|
* Updated Latvian translationRūdolfs Mazurs2014-09-071-1020/+1294
|
* Updated Korean translationChangwoo Ryu2014-09-061-1037/+1303
|
* Updated Indonesian translationAndika Triwidada2014-09-041-1020/+1296
|
* Updated French translationAlain Lojewski2014-08-281-1017/+1230
|
* Updated Czech translationMarek Černocký2014-08-251-68/+57
|
* Updated Galician translationsFran Diéguez2014-08-251-1014/+1199
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2014-08-192-2390/+2685
|
* Finnish translation updateLasse Liehu2014-08-171-1825/+5297
|
* Updated Greek translationTom Tryfonidis2014-08-131-4/+3
|
* Updated Slovenian translationMatej Urbančič2014-08-061-48/+61
|
* Updated Greek translationMarMav2014-08-041-727/+832
|
* doap: add <programming-language>Piotr Drąg2014-07-311-0/+1
|
* doap category appsOlav Vitters2014-07-301-16/+1
|
* Updated Brazilian Portuguese translationGeorges Neto2014-07-281-1032/+1297
|
* Avoid reading freed data in glade_project_read_requiresDavid Shea2014-07-251-1/+2
| | | | | Ensure that required_lib is NULL at the start of each iteration through the loop.
* Updated Norwegian bokmål translation.Kjartan Maraas2014-07-241-1022/+1886
|
* Updated Lithuanian translationAurimas Černius2014-06-281-284/+374
|
* l10n: Update Japanese translationJiro Matsuzawa2014-06-241-1229/+2300
|
* Updated Galician translationsFran Diéguez2014-06-091-3/+3
|
* Updated Galician translationsFran Diéguez2014-06-091-125/+207
|
* Updated German translationChristian Kirbach2014-05-291-5/+24
|
* Updated German translationChristian Kirbach2014-05-241-598/+1261
|
* GladeDesignLayout: cursor and button event cleanup.Juan Pablo Ugarte2014-05-201-44/+56
| | | | | Propagate button press properly. Fixed several pointer glitches.
* glade-xml-utils.c: Add missing GPL license block.Juan Pablo Ugarte2014-05-201-4/+19
| | | | | | Close Bug 730285 "License issues" TODO: identify which function are subject to the GPL license and rewrite them.
* Updated Spanish translationDaniel Mustieles2014-05-201-267/+357
|
* Updated Czech translationMarek Černocký2014-05-181-1008/+1207
|
* 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
|
* Add another missing GTK+ 3.12 featureMatthias Clasen2014-05-161-0/+1
|