summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2.14.1GTK_2_14_1Matthias Clasen2008-09-05207-4924/+4922
| | | | svn path=/trunk/; revision=21296
* Fix a deadlock in pixbuf loader initializationMatthias Clasen2008-09-053-77/+82
| | | | svn path=/trunk/; revision=21295
* Update Ukrainian translation.Maxim Dziumanenko2008-09-042-1771/+1740
| | | | | | | | 2008-09-04 Maxim Dziumanenko <dziumanenko@gmail.com> * Update Ukrainian translation. svn path=/trunk/; revision=21294
* Update Ukrainian translation.Maxim Dziumanenko2008-09-042-1161/+1129
| | | | | | | | 2008-09-04 Maxim Dziumanenko <dziumanenko@gmail.com> * Update Ukrainian translation. svn path=/trunk/; revision=21293
* Bump versionMatthias Clasen2008-09-042-2/+4
| | | | svn path=/trunk/; revision=21292
* 2.14.0GTK_2_14_0Matthias Clasen2008-09-04214-66442/+77257
| | | | svn path=/trunk/; revision=21290
* Add nicks for the GtkNumberUpLayout values.Matthias Clasen2008-09-044-125/+64
| | | | | | | | | | | | | | | | | 2008-09-04 Matthias Clasen <mclasen@redhat.com> * gtk/gtkenums.h: Add nicks for the GtkNumberUpLayout values. * gtk/gtkprintunixdialog.c: * gtk/gtkprintsettings.c: Simplify the handling of GtkNumberUpLayout values. Followup on #535158, proposed by Christian Persch. 2008-09-04 Matthias Clasen <mclasen@redhat.com> * INSTALL.in: Update required versions svn path=/trunk/; revision=21289
* Updated Norwegian bokmål translation.Kjartan Maraas2008-09-042-43/+50
| | | | | | | | 2008-09-04 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=21288
* Updated Korean translationChangwoo Ryu2008-09-042-130/+54
| | | | svn path=/trunk/; revision=21287
* events return gboolean not gint. Change misnamedMichael Natterer2008-09-042-47/+52
| | | | | | | | | | | 2008-09-04 Michael Natterer <mitch@imendio.com> * gtk/gtkhandlebox.c: events return gboolean not gint. Change misnamed gtk_handle_box_button_changed() to gtk_handle_box_button_press(). Reindent static prototypes. svn path=/trunk/; revision=21286
* when extending the draw rectangle by the "draw-border" style property,Michael Natterer2008-09-042-3/+9
| | | | | | | | | | | 2008-09-04 Michael Natterer <mitch@imendio.com> * gtk/gtkwidget.c (gtk_widget_get_draw_rectangle): when extending the draw rectangle by the "draw-border" style property, subtract "left" from "x" and "top" from "y", not the other way around. svn path=/trunk/; revision=21285
* Updated Pashto translations by Zabeeh KhanRobert-André Mauchin2008-09-042-1139/+1287
| | | | svn path=/trunk/; revision=21284
* UpdateMatthias Clasen2008-09-041-1/+1
| | | | svn path=/trunk/; revision=21283
* More doc fixesMatthias Clasen2008-09-042-1/+2
| | | | svn path=/trunk/; revision=21282
* More doc fixesMatthias Clasen2008-09-041-2/+2
| | | | svn path=/trunk/; revision=21281
* More doc fixesMatthias Clasen2008-09-041-3/+3
| | | | svn path=/trunk/; revision=21280
* More doc fixesMatthias Clasen2008-09-042-1/+2
| | | | svn path=/trunk/; revision=21279
* More doc fixesMatthias Clasen2008-09-042-4/+6
| | | | svn path=/trunk/; revision=21278
* Add some missing functionsMatthias Clasen2008-09-042-0/+7
| | | | svn path=/trunk/; revision=21277
* Fix a typo in the docsMatthias Clasen2008-09-042-1/+5
| | | | svn path=/trunk/; revision=21276
* UpdatesMatthias Clasen2008-09-042-0/+52
| | | | svn path=/trunk/; revision=21275
* Bump version to 2.14.0Matthias Clasen2008-09-042-2/+6
| | | | svn path=/trunk/; revision=21274
* Document n-up-layout capabilityMatthias Clasen2008-09-042-0/+5
| | | | svn path=/trunk/; revision=21273
* Fix the spinbuttons in the color selectorMatthias Clasen2008-09-042-3/+6
| | | | svn path=/trunk/; revision=21272
* Add a note about GtkAdjustment behaviour changeMatthias Clasen2008-09-042-0/+10
| | | | svn path=/trunk/; revision=21271
* Bug 550528 - IconView DND interface does not work if only used as sourceMatthias Clasen2008-09-042-2/+10
| | | | | | | | | | | | | 2008-09-03 Matthias Clasen <mclasen@redhat.com> Bug 550528 - IconView DND interface does not work if only used as source * gtk/gtkiconview.c: Make source-only DND work. Found by Alex Simon svn path=/trunk/; revision=21270
* Add some missing symbolsMatthias Clasen2008-09-042-0/+7
| | | | svn path=/trunk/; revision=21269
* Bug 549711 – Race condition when loading gdk-pixbuf image modulesMatthias Clasen2008-09-032-39/+47
| | | | | | | | | | | | 2008-09-03 Matthias Clasen <mclasen@redhat.com> Bug 549711 – Race condition when loading gdk-pixbuf image modules * gdk-pixbuf-io.c: Fix a race condition in module loading, spotted by Chris Lord. svn path=/trunk/; revision=21268
* Fix ordering of includesMatthias Clasen2008-09-032-1/+6
| | | | svn path=/trunk/; revision=21267
* gtk/gtkmenu.c remove unused macro cruft. Also remove some unneededMichael Natterer2008-09-033-17/+16
| | | | | | | | | | | 2008-09-03 Michael Natterer <mitch@imendio.com> * gtk/gtkmenu.c * gtk/gtkmenuitem.c: remove unused macro cruft. Also remove some unneeded includes. svn path=/trunk/; revision=21266
* expose-event returns gboolean not gint, reindented static prototypes andMichael Natterer2008-09-032-30/+33
| | | | | | | | | | 2008-09-03 Michael Natterer <mitch@imendio.com> * gtk/gtkarrow.c: expose-event returns gboolean not gint, reindented static prototypes and did some minor cleanups. svn path=/trunk/; revision=21265
* some more trivial cosmetic fixes.Michael Natterer2008-09-032-32/+35
| | | | | | | | | 2008-09-03 Michael Natterer <mitch@imendio.com> * gtk/gtkmenu.c: some more trivial cosmetic fixes. svn path=/trunk/; revision=21264
* Bug 547449 – Entry/ Combo popup misplaced after resizeChristian Dywan2008-09-033-2/+44
| | | | svn path=/trunk/; revision=21263
* proper function header formatting.Michael Natterer2008-09-032-3/+8
| | | | | | | | | | 2008-09-03 Michael Natterer <mitch@imendio.com> * gtk/gtkmenu.c (get_arrows_visible_area): proper function header formatting. svn path=/trunk/; revision=21262
* Updated British English translation.Philip Withnall2008-09-024-2813/+2918
| | | | | | | | | 2008-09-02 Philip Withnall <philip@tecnocode.co.uk> * en_GB.po: Updated British English translation. svn path=/trunk/; revision=21261
* return gboolean instead of gint. Reindent static prototypes.Michael Natterer2008-09-022-41/+47
| | | | | | | | | | 2008-09-02 Michael Natterer <mitch@imendio.com> * gtk/gtkdialog.c (gtk_dialog_delete_event_handler): return gboolean instead of gint. Reindent static prototypes. svn path=/trunk/; revision=21260
* removed this function because there is massive disagreement about how toMichael Natterer2008-09-024-21/+9
| | | | | | | | | | | | | | 2008-09-02 Michael Natterer <mitch@imendio.com> * gtk/gtkwidget.c (gtk_widget_get_allocation): removed this function because there is massive disagreement about how to implement it. Needs some general discussion in the next development cycle about how our C api should evolve. * gtk/gtk.symbols: changed accordingly. svn path=/trunk/; revision=21259
* Updated Czech translation.Petr Kovar2008-09-012-23/+30
| | | | | | | | 2008-09-02 Petr Kovar <pknbe@volny.cz> * cs.po: Updated Czech translation. svn path=/trunk/; revision=21257
* Update documentation for gtk_selection_data_get_data to match the changesWouter Bolsterlee2008-09-012-3/+8
| | | | | | | | | | | | 2008-09-01 Wouter Bolsterlee <wbolster@svn.gnome.org> * gtk/gtkselection.c: Update documentation for gtk_selection_data_get_data to match the changes introduced in -r21232 (the length parameter was removed). svn path=/trunk/; revision=21256
* sv.po: Updated Swedish translationDaniel Nylander2008-08-312-284/+373
| | | | svn path=/trunk/; revision=21255
* updated hebrew translationYair Hershkovitz2008-08-312-1012/+1148
| | | | svn path=/trunk/; revision=21254
* Updated Brazilian Portuguese translation.Leonardo Ferreira Fontenelle2008-08-312-90/+152
| | | | | | | | 2008-08-31 Leonardo Ferreira Fontenelle <leonardof@gnome.org> * pt_BR.po: Updated Brazilian Portuguese translation. svn path=/trunk/; revision=21253
* Bug 549943 – gtk_tool_shell_get_relief_style() always returnsMatthew Barnes2008-08-302-1/+9
| | | | | | | | | | | | | 2008-08-30 Matthew Barnes <mbarnes@redhat.com> Bug 549943 – gtk_tool_shell_get_relief_style() always returns GTK_RELIEF_NONE * gtk/gtktoolshell.c (gtk_tool_shell_get_relief_style): Return the correct relief style. svn path=/trunk/; revision=21252
* Brazilian Portuguese translation updated by Henrique P Machado andLeonardo Ferreira Fontenelle2008-08-302-2063/+2041
| | | | | | | | | 2008-08-30 Leonardo Ferreira Fontenelle <leonardof@gnome.org> * pt_BR.po: Brazilian Portuguese translation updated by Henrique P Machado and Leonardo Ferreira Fontenelle. svn path=/trunk/; revision=21251
* Updated Galician translationIgnacio Casal Quinteiro2008-08-302-97/+156
| | | | svn path=/trunk/; revision=21250
* Updated Thai translation.Theppitak Karoonboonyanan2008-08-302-97/+156
| | | | | | | | | 2008-08-30 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation. svn path=/trunk/; revision=21249
* sv.po: Updated Swedish translationDaniel Nylander2008-08-302-98/+157
| | | | svn path=/trunk/; revision=21248
* Updated Telugu translation done by Krishna Babu K <kkrothap@redhat.com>.Sunil Mohan Adapa2008-08-302-1272/+1392
| | | | | | | | | | 2008-08-30 Sunil Mohan Adapa <sunilmohan@fsf.org.in> * te.po: Updated Telugu translation done by Krishna Babu K <kkrothap@redhat.com>. svn path=/trunk/; revision=21247
* Updated Basque translation.Inaki Larranaga Murgoitio2008-08-301-1852/+1766
| | | | | | | | | 2008-08-30 Inaki Larranaga Murgoitio <dooteo@euskalgnu.org> * eu.po: Updated Basque translation. svn path=/trunk/; revision=21246
* Updated Basque translation.Inaki Larranaga Murgoitio2008-08-302-1034/+1150
| | | | | | | | | 2008-08-30 Inaki Larranaga Murgoitio <dooteo@euskalgnu.org> * eu.po: Updated Basque translation. svn path=/trunk/; revision=21245