summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* 2.13.0GTK_2_13_0Matthias Clasen2008-02-212-1/+5
* Small further change to make it more robust.Tor Lillqvist2008-02-211-1/+2
* Must pass the format string to strftime in the C library's locale'sTor Lillqvist2008-02-211-3/+45
* fix missing call to g_type_class_unref in case of error. (#517563)Marc-Andre Lureau2008-02-201-8/+11
* gtk/Makefile.am (STOCK_ICONS) gtk/stock-icons/16/gtk-page-setup.png addedSven Neumann2008-02-185-0/+4
* When converting a stock item based on the label, remove the labelJohan Dahlin2008-02-171-3/+2
* Show the URI in a tooltip. (#505480, Teppo Turtiainen)Matthias Clasen2008-02-161-8/+43
* Prevent a crash with hidden, reorderable tabs. (#513230, Mike Massonnet,Matthias Clasen2008-02-161-1/+1
* Warn on duplicate action group names. (#501746, Christian Persch)Matthias Clasen2008-02-161-0/+21
* Fix builddir!=srcdir builds. (#516254, Yevgen Muntyan)Matthias Clasen2008-02-161-0/+1
* Use gtk_drag_*_add_{text,uri}_targets instead of hardcoded target tables.Matthias Clasen2008-02-165-162/+83
* Don't add the same target atom twice. (#516087, Christian Persch)Matthias Clasen2008-02-161-1/+2
* Go back to 2.13.0 as version for now, as there was no consensus to do theMatthias Clasen2008-02-157-22/+23
* Add gtk_tool_shell_get_typeMatthias Clasen2008-02-152-0/+5
* Don't leak Registry key handles. (#516578)Tor Lillqvist2008-02-151-15/+29
* gdk/gdktestutils.h Remove ; trailing G_BEGIN/END_DECLSJohan Dahlin2008-02-141-2/+2
* Typo fixChristian Persch2008-02-131-1/+1
* Remove unused variables. (gtk_clipboard_set_contents),Richard Hult2008-02-131-15/+36
* only queue a redraw if the rubber banding has actually been active.Kristian Rietveld2008-02-131-2/+2
* Fix some i18n errors. Pointed out by Behdad Esfahbod.Matthias Clasen2008-02-124-12/+7
* Fix 419737 - don't focus the file list when activating a shortcut in the file...Federico Mena Quintero2008-02-121-23/+1
* Skip exensions when selecting filenames in the save-as dialog. (#362516,Matthias Clasen2008-02-123-3/+43
* Fix state change reporting for accessibility. (#499835, Rich Burridge,Matthias Clasen2008-02-121-9/+48
* Set the default value of the :show-not-found property to TRUE, as everyEmmanuele Bassi2008-02-122-2/+2
* Use GSlice for GtkSelectionData. (#515060, Christian Persch)Matthias Clasen2008-02-123-31/+33
* guard against people deleting the row in question in the selection-changedKristian Rietveld2008-02-121-0/+22
* Unify the handling of various "Enter" keysyms all over the place.Matthias Clasen2008-02-1215-7/+41
* Use g_value_set_static_string() where appropriate. (#515042, ChristianMatthias Clasen2008-02-123-6/+6
* Use gtk_selection_data_set_uris() instead of doing it by hand. (#514890,Matthias Clasen2008-02-123-28/+14
* #include "gtkmain.h" for gtk_get_current_event_time().Michael Natterer2008-02-121-0/+1
* simply use gtk_window_get_key_hash() to get the hash instead of manuallyMichael Natterer2008-02-121-8/+7
* Fix the buildMatthias Clasen2008-02-121-0/+2
* Support keynav in status icons. (#473786, Li Yuan)Matthias Clasen2008-02-122-3/+60
* gtk/gtkcellview.c (gtk_cell_view_cell_layout_reorder) plug leak wrt. linkKristian Rietveld2008-02-112-3/+3
* Revert spurious commit on GtkLinkButtonEmmanuele Bassi2008-02-111-14/+7
* Set no-show-all flag on the placeholder menu item.Emmanuele Bassi2008-02-112-7/+15
* Check the return value of _gtk_file_chooser_get_file_system () for NULLCody Russell2008-02-111-0/+3
* Improve the documentation for gtk_builder_connect_signals. (#514471)Philip Withnall2008-02-101-0/+6
* Propagate local-only. (#511987, Jonh Wendell)Matthias Clasen2008-02-101-0/+2
* Removed an extra semicolon. (#515219, reported by Kazuki IWAMOTO)Cody Russell2008-02-091-1/+1
* Adjust the code to match the documentation, examples, "common sense" andSven Herzberg2008-02-081-3/+8
* gtk/gtkcellview.c gtk/gtklabel.c gtk/gtklayout.c gtk/gtklist.cMichael Natterer2008-02-0715-240/+52
* gtk/gtkaction.c gtk/gtkassistant.c gtk/gtkbin.c gtk/gtkbox.cMichael Natterer2008-02-0716-133/+25
* gtk/gtkcontainer.c gtk/gtkexpander.c gtk/gtkframe.c gtk/gtklabel.cMichael Natterer2008-02-0617-35/+35
* Allow to store half-open ranges.Matthias Clasen2008-02-061-2/+0
* Ignore images in the toplevel theme directory, avoiding one source ofMatthias Clasen2008-02-051-1/+5
* Fix the buildMatthias Clasen2008-02-051-4/+10
* Install a printerr handler that prepends the program name, sinceMatthias Clasen2008-02-051-0/+22
* g_return_if_fail() is the cell is not part of the combo instead ofMichael Natterer2008-02-041-0/+1
* Change queue_resize() to queue_draw(), and add a check for child2 != NULLCody Russell2008-01-311-1/+4