summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Correct "Since:" tags for GtkPageSetup and GtkPrintSettings asMathias Hasselmann2007-12-142-4/+4
* Change GtkToolItem to retrieve its properties from GtkToolShell interface,Mathias Hasselmann2007-12-147-24/+331
* Extract loading of GtkPageSetup and GtkPrintSettings from their *_new_*()Mathias Hasselmann2007-12-145-63/+193
* Close an api gap in tooltipsMatthias Clasen2007-12-143-1/+32
* added tests for insertion functions.Kristian Rietveld2007-12-142-2/+583
* test the move and swap functions on a store with only one node.Kristian Rietveld2007-12-132-2/+176
* add a call to g_test_bug_base().Kristian Rietveld2007-12-132-0/+6
* start composing tests for the list and tree store.Kristian Rietveld2007-12-134-0/+2236
* Remove all .cvsignore files.Michael Natterer2007-12-134-44/+0
* Another attempt to improve gtk_drag_dest_set docs.Mathias Hasselmann2007-12-121-10/+14
* Mention impact of GtkDestDefaults on "drag-motion" handlers. ClearifyMathias Hasselmann2007-12-112-35/+50
* Another fix to avoid further fallout from the fix for bug 388321.Matthias Clasen2007-12-101-6/+9
* Correct the documentation of child property getter arguments. (#501992,Matthias Clasen2007-12-071-4/+4
* Don't leak pixbufs. (#502250, Yevgen Muntyan)Matthias Clasen2007-12-071-14/+8
* added alternative button order in Print and Page Setup dialogs.Yevgen Muntyan2007-12-072-0/+9
* Remove trailing whitespace that can trigger false positives in abicheck.shTommi Komulainen2007-12-061-15/+15
* run tests in current dir after setting up the logging directory, so their18:59:59 Tim Janik2007-12-054-3/+32
* Modify the tab-label-destroy fix to not crash epiphany.Matthias Clasen2007-12-041-18/+6
* Don't crash when dragging from a source that doesn't support uri listsRichard Hult2007-12-031-8/+8
* Two optimizations for icon cache lookups.Matthias Clasen2007-12-033-38/+61
* use 'grep -o' to extract _get_type functions from header files. this15:18:17 Tim Janik2007-12-031-2/+1
* [Win32]: On Windows, queue a redraw of child2 whenever we set the paneCody Russell2007-12-011-0/+5
* Fix doc typosMatthias Clasen2007-11-301-2/+2
* Remove debug spewMatthias Clasen2007-11-301-3/+0
* Fix subdir orderingMatthias Clasen2007-11-291-2/+3
* A proper build of GNU libintl is supposed to export the variableTor Lillqvist2007-11-281-23/+41
* Improve portability. The -o option is present only in newish GNU egreps.Tor Lillqvist2007-11-271-1/+3
* Fix #375893, patch by Ben Hague:Tor Lillqvist2007-11-271-6/+52
* Zero some variables to silence valgrind. (#495124, Morten Welinder)Matthias Clasen2007-11-271-0/+2
* add clarification stating that the construct_child function is responsibleRyan Lortie2007-11-272-2/+1
* remove concept of root objects and just refcount all objects in theRyan Lortie2007-11-271-15/+16
* reviewed by: Federico Mena QuinteroJosselin Mouette2007-11-261-51/+21
* Fix up some doc comments to shut up gtk-doc.Matthias Clasen2007-11-266-38/+38
* Change some labels to be clearer. String change ! (#376361, Sven Neumann)Matthias Clasen2007-11-261-4/+4
* Short-circuit on destroy. (gtk_notebook_destroy): Destroy tab_labelMatthias Clasen2007-11-261-1/+24
* Improve alternative button ordering. (#476827, Yevgen Muntyan, patch byMatthias Clasen2007-11-261-3/+3
* Fix a theming problem with colors in GtkCalendar. (#499703, MichaelMatthias Clasen2007-11-261-2/+2
* Use templates for glib-mkenums calls instead of complicated commandlinesMatthias Clasen2007-11-263-16/+73
* Don't use guint8 for bitfields, since some compilers choke on that.Matthias Clasen2007-11-262-8/+8
* Add a note about hook setup. (#425004, Emmanuele Bassi)Matthias Clasen2007-11-261-0/+3
* Require gtk-doc 1.8Matthias Clasen2007-11-2520-117/+110
* Fix a typoMatthias Clasen2007-11-251-1/+1
* Move signal and property documentation inline, fix a problem with theMatthias Clasen2007-11-251-3/+27
* call g_test_init() from gtk_test_init().15:39:40 Tim Janik2007-11-226-37/+17
* Fix an aliasing problem. (#347585, Ed Catmur)Matthias Clasen2007-11-221-1/+1
* Make GtkMenuItem's arrow size themeable. (#469239, Michael Natterer)Behdad Esfahbod2007-11-211-8/+18
* Fix the default value of the toolbar-style property. (#489782, Jan Janech)Matthias Clasen2007-11-211-1/+1
* Avoid drawing one too many frames. (#107398, Owen Taylor, Miguel Gomez)Matthias Clasen2007-11-211-8/+10
* Fixed copyright for newly submitted files.Tim Janik2007-11-203-3/+6
* Moved Gdk test functions from Gtk+ to Gdk test utils.Tim Janik2007-11-204-209/+10