summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2.13.3GTK_2_13_3Matthias Clasen2008-06-14203-57875/+56570
| | | | svn path=/trunk/; revision=20385
* UpdatesMatthias Clasen2008-06-131-3/+6
| | | | svn path=/trunk/; revision=20384
* Here tooMatthias Clasen2008-06-132-2/+4
| | | | svn path=/trunk/; revision=20383
* Remove no longer existing filesMatthias Clasen2008-06-132-2/+4
| | | | svn path=/trunk/; revision=20382
* Add some docsMatthias Clasen2008-06-132-2/+20
| | | | svn path=/trunk/; revision=20381
* Fix doc typosMatthias Clasen2008-06-132-6/+10
| | | | svn path=/trunk/; revision=20380
* Avoid PLT entriesMatthias Clasen2008-06-132-0/+7
| | | | svn path=/trunk/; revision=20379
* Really make GtkFileSystem private by _-prefixing all functions.Matthias Clasen2008-06-138-383/+394
| | | | | | | | | | | | | | * gtk/gtkfilechooserbutton.c: * gtk/gtkfilechooserdefault.c: * gtk/gtkfilechooserentry.c: * gtk/gtkfilesystem.c: * gtk/gtkfilesystem.h: * gtk/gtkfilesystemmodel.c: * gtk/gtkpathbar.c: Really make GtkFileSystem private by _-prefixing all functions. svn path=/trunk/; revision=20378
* UpdatesMatthias Clasen2008-06-133-23/+33
| | | | svn path=/trunk/; revision=20377
* Updates`Matthias Clasen2008-06-132-0/+49
| | | | svn path=/trunk/; revision=20376
* gtk/gtkcellrendereraccel.h gtk/gtkfilechooser.h gtk/gtkfilechooserdialog.hMichael Natterer2008-06-1323-37/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-06-13 Michael Natterer <mitch@imendio.com> * gtk/gtkcellrendereraccel.h * gtk/gtkfilechooser.h * gtk/gtkfilechooserdialog.h * gtk/gtkfilechooserwidget.h * gtk/gtkmenutoolbutton.h * gtk/gtkpagesetup.h * gtk/gtkpapersize.h * gtk/gtkprintcontext.h * gtk/gtkprintoperation.h * gtk/gtkprintoperationpreview.h * gtk/gtkprintsettings.h * gtk/gtkradiotoolbutton.h * gtk/gtkrecentchooser.h * gtk/gtkrecentchooserdialog.h * gtk/gtkrecentchoosermenu.h * gtk/gtkrecentchooserwidget.h * gtk/gtkseparatortoolitem.h * gtk/gtkshow.h * gtk/gtktoggletoolbutton.h * gtk/gtktoolbar.h * gtk/gtktoolbutton.h * gtk/gtktooltip.h: #include <gtk/gtkfoo.h> instead of "gtk/gtkfoo.h" or even just "gtkfoo.h" in public headers. svn path=/trunk/; revision=20375
* remove double inclusion of <gtk/gtktexttag.h>.Michael Natterer2008-06-132-2/+5
| | | | | | | | | | 2008-06-13 Michael Natterer <mitch@imendio.com> * gtk/gtktexttagtable.h: remove double inclusion of <gtk/gtktexttag.h>. svn path=/trunk/; revision=20374
* change type of local "image" variable from GtkImage to GtkWidget to fixMichael Natterer2008-06-132-4/+10
| | | | | | | | | | 2008-06-13 Michael Natterer <mitch@imendio.com> * gtk/gtkaction.c (gtk_action_set_short_label): change type of local "image" variable from GtkImage to GtkWidget to fix warning. svn path=/trunk/; revision=20373
* cast menu's toplevel to GtkWindow when passing toMichael Natterer2008-06-132-2/+7
| | | | | | | | | | 2008-06-13 Michael Natterer <mitch@imendio.com> * gtk/gtkcombobox.c (gtk_combo_box_menu_position): cast menu's toplevel to GtkWindow when passing to gtk_window_set_type_hint(). svn path=/trunk/; revision=20372
* silently skip unknown attributes instead of bailing out with an error inMichael Natterer2008-06-132-14/+12
| | | | | | | | | | | | | | 2008-06-13 Michael Natterer <mitch@imendio.com> * gtk/gtkuimanager.c (start_element_handler): silently skip unknown attributes instead of bailing out with an error in order to be compatible with possible future attribute names. This is related to the discussion in bug #516425 but actually needed for any kind of XML format extension. svn path=/trunk/; revision=20371
* check surface status after ceating a pdf. Avoids crashing when the targetHans Breuer2008-06-134-3/+27
| | | | | | | | | | | | | | | 2008-05-23 Hans Breuer <hans@breuer.org> * gtk/gtkprintoperation.c : check surface status after ceating a pdf. Avoids crashing when the target can not be written, bug #537685 * gdk/win32/gdkdisplay-win32.c : runtime linking of ProcessIdToSessionId * gtk/gtkfilesystem.c : variadic macros are not supported with c89 and it was not needed here anyway. svn path=/trunk/; revision=20370
* updated to allow simple switch between gdiplus- and former fileformatHans Breuer2008-06-133-4/+25
| | | | | | | | | | 2008-06-13 Hans Breuer <hans@breuer.org> * makefile.msc : updated to allow simple switch between gdiplus- and former fileformat backends * io-tiff.c : use g_snprintf svn path=/trunk/; revision=20369
* Fix frame size allocationMatthias Clasen2008-06-132-9/+21
| | | | svn path=/trunk/; revision=20368
* Fix a crashMatthias Clasen2008-06-132-1/+31
| | | | svn path=/trunk/; revision=20367
* Open the default display even when gtk_parse_args() has already beenMatthias Clasen2008-06-132-1/+10
| | | | | | | | * gtk/gtkmain.c (gtk_init_with_args): Open the default display even when gtk_parse_args() has already been called. Patch by Mathias Hasselmann svn path=/trunk/; revision=20366
* Improve appearance of "both vertical" mode toolbuttons. Patch by PeterMatthias Clasen2008-06-132-1/+10
| | | | | | | | | * gtk/gtktoolbutton.c (gtk_tool_button_construct_contents): Improve appearance of "both vertical" mode toolbuttons. Patch by Peter Johanson svn path=/trunk/; revision=20365
* A11y descriptions for GtkVolumeButtonMatthias Clasen2008-06-132-0/+24
| | | | svn path=/trunk/; revision=20364
* Set the image of a button proxy to the "icon-name" property.Matthias Clasen2008-06-132-2/+30
| | | | | | | | | | | | * gtk/gtkaction.c (connect_proxy): Set the image of a button proxy to the "icon-name" property. (gtk_action_set_short_label): If the "image" property is set on the button proxy, also tries to set the "label" property on the GtkButton. svn path=/trunk/; revision=20363
* gtk/gtkmain.c don't #include <libintl.h>, it's pulled in via "gtkintl.h"Michael Natterer2008-06-123-5/+6
| | | | | | | | | | | 2008-06-12 Michael Natterer <mitch@imendio.com> * gtk/gtkmain.c * gtk/gtktrayicon-x11.c: don't #include <libintl.h>, it's pulled in via "gtkintl.h" from <glib/gi18n-lib.h>. svn path=/trunk/; revision=20362
* Really fix printer URI constructionMatthias Clasen2008-06-122-2/+29
| | | | svn path=/trunk/; revision=20360
* limit the number of displayed items by the actual screen height instead ofMichael Natterer2008-06-122-7/+19
| | | | | | | | | | | | 2008-06-12 Michael Natterer <mitch@imendio.com> * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): limit the number of displayed items by the actual screen height instead of some arbitrary value (Bug #408154, Xan Lopez and Christian Dywan). svn path=/trunk/; revision=20359
* Bug 503071 – Application direction changes to right to left even ifBehdad Esfahbod2008-06-1111-33/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | 2008-06-11 Behdad Esfahbod <behdad@gnome.org> Bug 503071 – Application direction changes to right to left even if theres no translation * configure.in: Bump glib requirement. * gtk/gtkaccellabel.c (_gtk_accel_label_class_get_accelerator_label): * gtk/gtkactiongroup.c (dgettext_swapped): * gtk/gtkbuilder.c (gtk_builder_class_init): * gtk/gtkbuilderparser.c (_dpgettext), (_gtk_builder_parser_translate): * gtk/gtkfilechooserdefault.c (list_size_data_func): * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems): * gtk/gtkintl.h: * gtk/gtkmain.c (setlocale_initialization), (do_pre_parse_initialization), (gettext_initialization): * gtk/gtkstock.c (gtk_stock_lookup), (sgettext_swapped): Use g_dgettext() and g_dngettext(). svn path=/trunk/; revision=20358
* Updated Arabic Translation by Khaled Hosny. Djihed Afifi2008-06-112-1105/+1094
| | | | svn path=/trunk/; revision=20357
* Updated Arabic Translation by Khaled Hosny. Djihed Afifi2008-06-112-1561/+1583
| | | | svn path=/trunk/; revision=20356
* More detailMatthias Clasen2008-06-111-2/+4
| | | | svn path=/trunk/; revision=20355
* UpdatesMatthias Clasen2008-06-112-0/+6
| | | | svn path=/trunk/; revision=20354
* As we don't support Win9x anyway, we can use ProcessIdToSessionId()Tor Lillqvist2008-06-112-29/+13
| | | | | | | | | | | 2008-06-11 Tor Lillqvist <tml@novell.com> * gdk/win32/gdkdisplay-win32.c (gdk_display_get_name): As we don't support Win9x anyway, we can use ProcessIdToSessionId() unconditionally. svn path=/trunk/; revision=20353
* fix local prototype of _gtk_file_chooser_label_for_file() (takes a GFile,Michael Natterer2008-06-112-1/+6
| | | | | | | | | | 2008-06-11 Michael Natterer <mitch@imendio.com> * gtk/gtkfilechooserbutton.c: fix local prototype of _gtk_file_chooser_label_for_file() (takes a GFile, not const gchar*). svn path=/trunk/; revision=20352
* Bug 536765 – GtkComboBox should set COMBO type hint for its menuMatthias Clasen2008-06-113-1/+16
| | | | | | | | | * gtk/gtkoptionmenu.c: * gtk/gtkcombobox.c: Set the window type hint on popups. Patch by Danny Baumann svn path=/trunk/; revision=20351
* Add standard icon names, and also fall back to builtin gtk stock icons.Matthias Clasen2008-06-112-4/+30
| | | | | | | | | * gtk/gtkfilesystem.c (get_icon_for_special_directory): (gtk_file_system_volume_render_icon): Add standard icon names, and also fall back to builtin gtk stock icons. svn path=/trunk/; revision=20350
* Make gtk_tree_view_enable_model_drag_[source|dest] compatible withChristian Persch2008-06-102-41/+24
| | | | | | | | | | | | | | * gtk/gtktreeview.c: (destroy_info), (set_destination_row), (gtk_tree_view_maybe_begin_dragging_row), (gtk_tree_view_set_reorderable), (gtk_tree_view_enable_model_drag_source), (gtk_tree_view_enable_model_drag_dest), (gtk_tree_view_unset_rows_drag_source), (gtk_tree_view_unset_rows_drag_dest): Make gtk_tree_view_enable_model_drag_[source|dest] compatible with gtk_drag_[source|dest]_add_*_targets. Bug #506853. svn path=/trunk/; revision=20349
* Use GSlice. Patch from bug #506853.Christian Persch2008-06-102-17/+26
| | | | | | | | | | * gtk/gtktreeview.c: (gtk_tree_view_button_release_drag_column), (dest_row_free), (set_dest_row), (ensure_info), (gtk_tree_view_remove), (gtk_tree_view_put), (gtk_tree_view_set_column_drag_info): Use GSlice. Patch from bug #506853. svn path=/trunk/; revision=20348
* gtk/gtkfilechooser.c (gtk_file_chooser_set_current_folder_uri) usePaolo Borelli2008-06-102-1/+6
| | | | | | | | | | 2008-06-10 Paolo Borelli <pborelli@katamail.com> * gtk/gtkfilechooser.c (gtk_file_chooser_set_current_folder_uri) use g_file_new_for_uri. svn path=/trunk/; revision=20347
* do not leak the GIcon.Paolo Borelli2008-06-102-1/+12
| | | | | | | | | | 2008-06-10 Paolo Borelli <pborelli@katamail.com> * gtk/gtkfilesystem.c (gtk_file_system_volume_render_icon): do not leak the GIcon. svn path=/trunk/; revision=20346
* Updated Thai translation.Theppitak Karoonboonyanan2008-06-102-107/+95
| | | | | | | | | 2008-06-10 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation. svn path=/trunk/; revision=20345
* Automatically scroll text caret to make it visible, when AT sets itsLi Yuan2008-06-102-0/+7
| | | | | | | | | | 2008-06-10 Li Yuan <li.yuan@sun.com> * gailtextview.c: (gail_text_view_set_caret_offset): Automatically scroll text caret to make it visible, when AT sets its offset. svn path=/trunk/; revision=20344
* removed local xdgmime copy as Matthias suggested in bug #520874, commentCarlos Garnacho2008-06-1020-4803/+9
| | | | | | | | | | | 2008-06-10 Carlos Garnacho <carlos@imendio.com> * configure.in: * gtk/Makefile.am: * gtk/xdgmime: removed local xdgmime copy as Matthias suggested in bug #520874, comment #8. It's no longer used directly by GTK+. svn path=/trunk/; revision=20343
* Bug 520874 - Should use gio directly.Carlos Garnacho2008-06-1021-9530/+3658
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-06-10 Carlos Garnacho <carlos@imendio.com> Bug 520874 - Should use gio directly. * gtk/gtkfilesystem.[ch]: Turn into a private object, which mostly provides helper functions for asynchronous calls, folder abstraction and uniform handling of volumes/drives/mounts. * gtk/gtkfilesystemwin32.[ch]: * gtk/gtkfilesystemunix.[ch]: Removed, these are no longer required. * gtk/gtkfilechooser.c: * gtk/gtkfilechooserbutton.c: * gtk/gtkfilechooserdefault.c: * gtk/gtkfilechooserentry.[ch]: * gtk/gtkfilechooserprivate.h: * gtk/gtkfilechooserutils.c: * gtk/gtkfilesystemmodel.[ch]: * gtk/gtkpathbar.[ch]: Use GIO internally. Adapt to GtkFileSystem API. Do not load filesystem implementation modules. * gtk/Makefile.am: * gtk/gtk.symbols: the gtkfilesystem.h private header isn't installed anymore, nor the unix/win32 implementations. * README.in: Add blurb about these changes. svn path=/trunk/; revision=20342
* Add bug refChristian Persch2008-06-091-1/+1
| | | | svn path=/trunk/; revision=20341
* Bug 526987 - GtkCellRendererCombo should allow model to be NULLKristian Rietveld2008-06-082-16/+75
| | | | | | | | | | | | | | | 2008-06-09 Kristian Rietveld <kris@gtk.org> Bug 526987 - GtkCellRendererCombo should allow model to be NULL * gtk/gtkcellrenderercombo.c (gtk_cell_renderer_combo_class_init), (gtk_cell_renderer_combo_set_property), (gtk_cell_renderer_combo_editing_done), (gtk_cell_renderer_combo_start_editing): introduce private class struct, allow model to be set to NULL. svn path=/trunk/; revision=20340
* Bug 131920 – gtkNotebook sends incorrect switch_page valueBjörn Lindqvist2008-06-082-3/+12
| | | | | | | | | | | | 2008-06-08 Björn Lindqvist <bjourne@gmail.com> Bug 131920 – gtkNotebook sends incorrect switch_page value * gtk/gtknotebook.c (gtk_notebook_real_remove): Make switch-page signal send correct page index when page index 0 is active and removed. (#131920, Samuel Fogh) svn path=/trunk/; revision=20339
* updated hebrew translationYair Hershkovitz2008-06-082-1553/+1587
| | | | svn path=/trunk/; revision=20336
* updated hebrew translationYair Hershkovitz2008-06-082-1025/+1032
| | | | svn path=/trunk/; revision=20335
* Bug 536730 - memory corruption in gtktreeviewKristian Rietveld2008-06-082-2/+9
| | | | | | | | | | | | 2008-06-08 Kristian Rietveld <kris@gtk.org> Bug 536730 - memory corruption in gtktreeview * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): first remove the expand/collapse timeout and node, then free the rbtree. svn path=/trunk/; revision=20334
* Bug 488119 - critical warnings from gtk_tree_view_get_visible_rangeKristian Rietveld2008-06-082-4/+21
| | | | | | | | | | | | | 2008-06-08 Kristian Rietveld <kris@gtk.org> Bug 488119 - critical warnings from gtk_tree_view_get_visible_range * gtk/gtktreeview.c (gtk_tree_view_get_visible_range): only try to find path if we found valid nodes, return FALSE otherwise. (Patch from Matthias Clasen). svn path=/trunk/; revision=20333