summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* gtk/gtkcontainer.c gtk/gtkexpander.c gtk/gtkframe.c gtk/gtklabel.cMichael Natterer2008-02-0618-35/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | 2008-02-06 Michael Natterer <mitch@imendio.com> * gtk/gtkcontainer.c * gtk/gtkexpander.c * gtk/gtkframe.c * gtk/gtklabel.c * gtk/gtkmain.c * gtk/gtkmenu.c * gtk/gtkmenuitem.c * gtk/gtkmenushell.c * gtk/gtknotebook.c * gtk/gtkseparatortoolitem.c * gtk/gtksocket.c * gtk/gtktextlayout.c * gtk/gtktoggletoolbutton.c * gtk/gtktoolbutton.c * gtk/gtktoolitem.c * gtk/gtktree.c * gtk/gtktreeitem.c: replace "foo && GTK_IS_FOO (foo)" by simply "GTK_IS_FOO (foo)". svn path=/trunk/; revision=19481
* Allow to store half-open ranges.Matthias Clasen2008-02-062-2/+5
| | | | | | | | | | | 2008-02-05 Matthias Clasen <mclasen@redhat.com> * gtk/gtkprintsettings.c (gtk_print_settings_get_page_ranges): Allow to store half-open ranges. svn path=/trunk/; revision=19479
* Walk down the stack until we get to a window that is mapped. OtherwiseCody Russell2008-02-052-1/+22
| | | | | | | | | | | | 2008-02-05 Cody Russell <bratsche@gnome.org> * gdk/win32/gdkwindow-win32.c (_gdk_modal_current): Walk down the stack until we get to a window that is mapped. Otherwise hiding a window will cause all windows in the app to be blocked. (#514643) svn path=/trunk/; revision=19477
* Fix typo in ChangeLogXan Lopez2008-02-051-1/+1
| | | | svn path=/trunk/; revision=19474
* Ignore images in the toplevel theme directory, avoiding one source ofMatthias Clasen2008-02-052-1/+11
| | | | | | | | | | | | 2008-02-05 Matthias Clasen <mclasen@redhat.com> * gtk/updateiconcache.c: Ignore images in the toplevel theme directory, avoiding one source of invalid caches that has been spotted in the wild. svn path=/trunk/; revision=19466
* Fix the buildMatthias Clasen2008-02-052-4/+14
| | | | svn path=/trunk/; revision=19465
* Install a printerr handler that prepends the program name, sinceMatthias Clasen2008-02-052-0/+28
| | | | | | | | | | | 2008-02-05 Matthias Clasen <mclasen@redhat.com> * gtk/updateiconcache.c: Install a printerr handler that prepends the program name, since gtk-update-icon-cache output often appears in the middle of other output, e.g. rpm update logs. svn path=/trunk/; revision=19464
* gdk/win32/gdkprivate-win32.h gdk/win32/gdkevents-win32.cCody Russell2008-02-056-20/+155
| | | | | | | | | | | | | | 2008-02-05 Cody Russell <bratsche@gnome.org> * gdk/win32/gdkprivate-win32.h * gdk/win32/gdkevents-win32.c * gdk/win32/gdkwindow-win32.c * gdk/win32/gdkwindow-win32.h * gdk/win32/gdkwin32.h: Modal window rework. (#455627 and #511111) svn path=/trunk/; revision=19463
* g_return_if_fail() is the cell is not part of the combo instead ofMichael Natterer2008-02-042-0/+7
| | | | | | | | | | | 2008-02-04 Michael Natterer <mitch@imendio.com> * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_add_attribute): g_return_if_fail() is the cell is not part of the combo instead of crashing in the next line. svn path=/trunk/; revision=19462
* Updated Occitan translationYannig MARCHEGAY2008-02-042-432/+463
| | | | svn path=/trunk/; revision=19461
* modules/engines/ms-windows/xp_theme.[ch]Cody Russell2008-02-017-3556/+4355
| | | | | | | | | | | | | | 2008-02-01 Cody Russell <cody@jhu.edu> * modules/engines/ms-windows/xp_theme.[ch] * modules/engines/ms-windows/xp_theme_defs.h * modules/engines/ms-windows/msw_rc_style.c * modules/engines/ms-windows/msw_theme_main.c * modules/engines/ms-windows/msw_style.c: Re-indented and generally attempted to stylize more like the rest of the gtk+ stack's code. svn path=/trunk/; revision=19455
* initialize GdkColor structs to fix warning about uninitialized "pixel"Michael Natterer2008-02-013-10/+21
| | | | | | | | | | | | | | 2008-02-01 Michael Natterer <mitch@imendio.com> * tests/testgtk.c: initialize GdkColor structs to fix warning about uninitialized "pixel" member. * tests/testactions.c: connect the toolbar_style() callback so it does something useful and doesn't warn about being defined but not used. svn path=/trunk/; revision=19454
* Refactored some of the window hiding/showing code from WM_ACTIVATE toCody Russell2008-01-312-47/+68
| | | | | | | | | | | | | | 2008-01-31 Cody Russell <bratsche@gnome.org> * gdk/win32/gdkevents-win32.c: Refactored some of the window hiding/showing code from WM_ACTIVATE to WM_SIZE and WM_SYSCOMMAND. Having this under WM_ACTIVATE was causing the application to go into a weird state when the user right-clicked on the taskbar entry of a window that was minimized. (#505928) svn path=/trunk/; revision=19451
* Change queue_resize() to queue_draw(), and add a check for child2 != NULLCody Russell2008-01-312-1/+11
| | | | | | | | | | | | 2008-01-31 Cody Russell <bratsche@gnome.org> * gtk/gtkpaned.c (gtk_paned_set_position): Change queue_resize() to queue_draw(), and add a check for child2 != NULL in case someone calls this before there is a child packed in there. (#144269 again) svn path=/trunk/; revision=19449
* applied patch from Denis Oliver Kropp <dok@directfb.org>.Sven Neumann2008-01-312-3/+8
| | | | | | | | | | | 2008-01-31 Sven Neumann <sven@gimp.org> * gdk/directfb/gdkimage-directfb.c (_gdk_directfb_copy_to_image): applied patch from Denis Oliver Kropp <dok@directfb.org>. svn path=/trunk/; revision=19448
* gdk/directfb/gdkdisplay-directfb.c gdk/directfb/gdkdrawable-directfb.cSven Neumann2008-01-315-81/+56
| | | | | | | | | | | | | 2008-01-31 Sven Neumann <sven@gimp.org> * gdk/directfb/gdkdisplay-directfb.c * gdk/directfb/gdkdrawable-directfb.c * gdk/directfb/gdkprivate-directfb.h * gdk/directfb/gdkwindow-directfb.c: applied patch from Denis Oliver Kropp <dok@directfb.org>. Fixes remaining warnings. svn path=/trunk/; revision=19447
* Another attempt at fixing focus issues with undecorated windows. RevertRichard Hult2008-01-313-20/+10
| | | | | | | | | | | | 2008-01-31 Richard Hult <richard@imendio.com> * gdk/quartz/GdkQuartzView.c: Another attempt at fixing focus issues with undecorated windows. Revert the change done on 2008-01-25 and fix it by using the view's bounds instead. The bounds will always be up to date when setting up the tracking rect, so this should be more robust. svn path=/trunk/; revision=19445
* Updated Slovak translation by Pavol Šimo.Marcel Telka2008-01-312-2549/+2324
| | | | | | | | 2008-01-31 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation by Pavol Šimo. svn path=/trunk/; revision=19444
* Updated Slovak translation by Pavol Šimo.Marcel Telka2008-01-312-618/+551
| | | | | | | | 2008-01-31 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation by Pavol Šimo. svn path=/trunk/; revision=19443
* Updated Arabic Translation by Khaled Hosny. Djihed Afifi2008-01-313-601/+775
| | | | svn path=/trunk/; revision=19440
* Updated Greek translationNikos Charonitakis2008-01-312-1603/+1671
| | | | svn path=/trunk/; revision=19439
* Updated Greek translationNikos Charonitakis2008-01-312-591/+485
| | | | svn path=/trunk/; revision=19438
* sv.po: Updated Swedish translationDaniel Nylander2008-01-302-155/+208
| | | | svn path=/trunk/; revision=19434
* gdk/directfb/gdkdrawable-directfb.c gdk/directfb/gdkwindow-directfb.cSven Neumann2008-01-304-119/+362
| | | | | | | | | | | | | 2008-01-30 Sven Neumann <sven@gimp.org> * gdk/directfb/gdkdrawable-directfb.c * gdk/directfb/gdkwindow-directfb.c * gdk/directfb/gdkprivate-directfb.h: applied patch from Denis Oliver Kropp <dok@directfb.org>. Adds debug messages using DirectFB's debugging system svn path=/trunk/; revision=19433
* gdk/directfb/gdkdirectfb.h gdk/directfb/gdkdisplay-directfb.cSven Neumann2008-01-3012-86/+150
| | | | | | | | | | | | | | | | | | | | | 2008-01-30 Sven Neumann <sven@gimp.org> * gdk/directfb/gdkdirectfb.h * gdk/directfb/gdkdisplay-directfb.c * gdk/directfb/gdkdrawable-directfb.c * gdk/directfb/gdkim-directfb.c * gdk/directfb/gdkimage-directfb.c * gdk/directfb/gdkinput-directfb.c * gdk/directfb/gdkmain-directfb.c * gdk/directfb/gdkpixmap-directfb.c * gdk/directfb/gdktestutils-directfb.c * gdk/directfb/gdkvisual-directfb.c * gdk/directfb/gdkwindow-directfb.c: applied patch from Denis Oliver Kropp <dok@directfb.org>. Fixes various warnings, some errors and has some cleanups. svn path=/trunk/; revision=19432
* use the right type for "subparser_data" and remove the (gpointer*) cast.Michael Natterer2008-01-304-5/+21
| | | | | | | | | | | | | | | | | | | 2008-01-30 Michael Natterer <mitch@imendio.com> * gtk/gtkbuilderparser.c (parse_custom): use the right type for "subparser_data" and remove the (gpointer*) cast. Fixes bogus aliasing warning. * gtk/updateiconcache.c (add_string): cast const gchar* to gpointer when inserting in a GHashTable. * tests/testcalendar.c (calendar_detail_cb): remove const from return value since it's a newly allocated string. (calendar_update_details): free the detail. svn path=/trunk/; revision=19431
* Remove commasJohan Dahlin2008-01-291-1/+1
| | | | svn path=/trunk/; revision=19427
* Move the about dialog to the glade file, add accessible tags examples toJohan Dahlin2008-01-293-8/+45
| | | | | | | | | | | | | 2008-01-29 Johan Dahlin <johan@gnome.org> * demos/gtk-demo/builder.c: (quit_activate), (about_activate), (do_builder): * demos/gtk-demo/demo.ui: Move the about dialog to the glade file, add accessible tags examples to the markup file. svn path=/trunk/; revision=19426
* do not leak the pango layout, fixes #512375.Paolo Borelli2008-01-282-1/+7
| | | | | | | | | | 2008-01-28 Paolo Borelli <pborelli@katamail.com> * gtk/gtkprintunixdialog.c (draw_page_cb): do not leak the pango layout, fixes #512375. svn path=/trunk/; revision=19419
* gtk/gtktextchild.c meant to use G_STRFUNC, not G_STRLOC...Michael Natterer2008-01-283-9/+14
| | | | | | | | | | 2008-01-28 Michael Natterer <mitch@imendio.com> * gtk/gtktextchild.c * gtk/gtktextview.c: meant to use G_STRFUNC, not G_STRLOC... svn path=/trunk/; revision=19418
* use gtk_about_dialog_set_program_name() instead of the deprecatedMichael Natterer2008-01-282-1/+8
| | | | | | | | | | | 2008-01-28 Michael Natterer <mitch@imendio.com> * demos/gtk-demo/builder.c (about_activate): use gtk_about_dialog_set_program_name() instead of the deprecated set_name(). svn path=/trunk/; revision=19417
* gtk/gtktextchild.c use G_STRLOC instead of G_GNUC_FUNCTION (which isMichael Natterer2008-01-283-15/+23
| | | | | | | | | | | 2008-01-28 Michael Natterer <mitch@imendio.com> * gtk/gtktextchild.c * gtk/gtktextview.c: use G_STRLOC instead of G_GNUC_FUNCTION (which is deprecated now). svn path=/trunk/; revision=19416
* Updated Indonesian translation by Muhammad Hilman hilman09121991 atMohammad DAMT2008-01-272-1126/+993
| | | | | | | | | | | 2008-01-28 Mohammad DAMT <mdamt@mnots.eu> * id.po: Updated Indonesian translation by Muhammad Hilman hilman09121991 at yahoo.com svn path=/trunk/; revision=19415
* svn path=/trunk/; revision=19414Maxim V. Dziumanenko2008-01-271-3/+3
| | | | svn path=/trunk/; revision=19414
* Updated Arabic Translation by Khaled Hosny. Djihed Afifi2008-01-272-4/+8
| | | | svn path=/trunk/; revision=19413
* Reverted updated Belarusian translation..Ihar Hrachyshka2008-01-271-1876/+2206
| | | | svn path=/trunk/; revision=19411
* Rename textbuffer test and port it to the new test frameworkJohan Dahlin2008-01-263-123/+148
| | | | | | | | | | | 2008-01-26 Johan Dahlin <johan@gnome.org> * tests/Makefile.am: * tests/textbuffertest.c: Rename textbuffer test and port it to the new test framework svn path=/trunk/; revision=19410
* cs.po: Updated Czech translation.Petr Kovář2008-01-252-164/+208
| | | | svn path=/trunk/; revision=19408
* Restore accidentally removed unsetting of GTK_MODULES.Johan Dahlin2008-01-252-0/+4
| | | | | | | | | | 2008-01-25 Johan Dahlin <johan@gnome.org> * gtk/gtktestutils.c (gtk_test_init): Restore accidentally removed unsetting of GTK_MODULES. svn path=/trunk/; revision=19406
* Handle the case where there is no child text node. (GtkBuilderConverter):Johan Dahlin2008-01-252-16/+30
| | | | | | | | | | | | 2008-01-25 Johan Dahlin <johan@gnome.org> * gtk/gtk-builder-convert (GtkBuilderConverter._convert_adjustment): Handle the case where there is no child text node. (GtkBuilderConverter): Allow xml comments in most places. svn path=/trunk/; revision=19405
* Remove the items even if there are no items set.Johan Dahlin2008-01-252-3/+15
| | | | | | | | | | | | | | | 2008-01-25 Johan Dahlin <johan@gnome.org> * gtk/gtk-builder-convert (GtkBuilderConverter._convert_combobox_items): Remove the items even if there are no items set. (GtkBuilderConverter._add_action_from_menuitem): Convert toggled signals and tooltips for all menu items subclasses and GtkImageMenuItem:label. Makes it possible to fully convert and run Jokosher.glade. svn path=/trunk/; revision=19404
* Implement accessible support, fixes #454653.Johan Dahlin2008-01-257-75/+465
| | | | | | | | | | | | | | | | | | | | | | 2008-01-25 Johan Dahlin <johan@gnome.org> * gtk/gtkwidget.c: (gtk_widget_buildable_interface_init), (gtk_widget_buildable_get_internal_child), (free_action), (free_relation), (gtk_widget_buildable_parser_finished), (accessibility_start_element), (gtk_widget_buildable_custom_tag_start), (gtk_widget_buildable_custom_finished): Implement accessible support, fixes #454653. * gtk/gtk-builder-convert: Add support for migrating old glade files * tests/buildertest.c: (test_widget), (test_file): Add accessible tests and improve the test_file function to display toplevels and run dialogs. svn path=/trunk/; revision=19403
* Don't recreate a tracking rect if it didn't change, fixes focus eventRichard Hult2008-01-252-1/+20
| | | | | | | | | 2008-01-25 Richard Hult <richard@imendio.com> * gdk/quartz/GdkQuartzView.c: Don't recreate a tracking rect if it didn't change, fixes focus event issues for undecorated windows. svn path=/trunk/; revision=19402
* Fix compile warnings (add missing const and remove unused variables).Richard Hult2008-01-252-9/+11
| | | | | | | | | 2008-01-25 Richard Hult <richard@imendio.com> * gdk/quartz/gdkwindow-quartz.c: Fix compile warnings (add missing const and remove unused variables). svn path=/trunk/; revision=19401
* Forgot to mention bug #.Michael Natterer2008-01-251-0/+1
| | | | svn path=/trunk/; revision=19400
* gtk/gtkbutton.h gtk/gtkcellrenderer.h gtk/gtkimcontext.h gtk/gtkstyle.hMichael Natterer2008-01-2519-825/+885
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-01-25 Michael Natterer <mitch@imendio.com> * gtk/gtkbutton.h * gtk/gtkcellrenderer.h * gtk/gtkimcontext.h * gtk/gtkstyle.h * gtk/gtktoolbar.h * gtk/gtktooltip.h * gtk/gtktreeprivate.h * gtk/gtktreeviewcolumn.h * gtk/gtkwidget.h: add const to constant structs which are passed into GTK+. Also add some forgotten const for const strings. * gtk/gtkbutton.c * gtk/gtkcellrenderer.c * gtk/gtkimcontext.c * gtk/gtkstyle.c * gtk/gtktoolbar.c * gtk/gtktooltip.c * gtk/gtktreeview.c * gtk/gtktreeviewcolumn.c * gtk/gtkwidget.c: changed accordingly. svn path=/trunk/; revision=19399
* Synced with gtk-2-12.Stéphane Raimbault2008-01-252-217/+275
| | | | | | | | 2008-01-25 Stéphane Raimbault <stephane.raimbault@gmail.com> * fr.po: Synced with gtk-2-12. svn path=/trunk/; revision=19398
* Reviewed by Johan Dahlin.Sven Herzberg2008-01-252-0/+9
| | | | | | | | | | | | 2008-01-25 Sven Herzberg <sven@imendio.com> Reviewed by Johan Dahlin. * gtk/gtkuimanager.c (gtk_ui_manager_remove_ui): emit a warning if this is called with something that's not a GtkUIManager svn path=/trunk/; revision=19395
* Chain up to parent, so widgets can have internal children.Johan Dahlin2008-01-242-1/+8
| | | | | | | | | | 2008-01-24 Johan Dahlin <johan@gnome.org> * gtk/gtkdialog.c (gtk_dialog_buildable_get_internal_child): Chain up to parent, so widgets can have internal children. svn path=/trunk/; revision=19394
* Add gdk_app_launch_context_get_type() to gdk.symbols (#511308, KazukiMathias Hasselmann2008-01-222-0/+8
| | | | | | | | IWAMOTO). * gdk/gdk.symbols: Add gdk_app_launch_context_get_type(). svn path=/trunk/; revision=19393