| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct "Since:" tags for GtkPageSetup and GtkPrintSettings as | Mathias Hasselmann | 2007-12-14 | 2 | -4/+4 |
* | Change GtkToolItem to retrieve its properties from GtkToolShell interface, | Mathias Hasselmann | 2007-12-14 | 7 | -24/+331 |
* | Extract loading of GtkPageSetup and GtkPrintSettings from their *_new_*() | Mathias Hasselmann | 2007-12-14 | 5 | -63/+193 |
* | Close an api gap in tooltips | Matthias Clasen | 2007-12-14 | 3 | -1/+32 |
* | added tests for insertion functions. | Kristian Rietveld | 2007-12-14 | 2 | -2/+583 |
* | test the move and swap functions on a store with only one node. | Kristian Rietveld | 2007-12-13 | 2 | -2/+176 |
* | add a call to g_test_bug_base(). | Kristian Rietveld | 2007-12-13 | 2 | -0/+6 |
* | start composing tests for the list and tree store. | Kristian Rietveld | 2007-12-13 | 4 | -0/+2236 |
* | Remove all .cvsignore files. | Michael Natterer | 2007-12-13 | 4 | -44/+0 |
* | Another attempt to improve gtk_drag_dest_set docs. | Mathias Hasselmann | 2007-12-12 | 1 | -10/+14 |
* | Mention impact of GtkDestDefaults on "drag-motion" handlers. Clearify | Mathias Hasselmann | 2007-12-11 | 2 | -35/+50 |
* | Another fix to avoid further fallout from the fix for bug 388321. | Matthias Clasen | 2007-12-10 | 1 | -6/+9 |
* | Correct the documentation of child property getter arguments. (#501992, | Matthias Clasen | 2007-12-07 | 1 | -4/+4 |
* | Don't leak pixbufs. (#502250, Yevgen Muntyan) | Matthias Clasen | 2007-12-07 | 1 | -14/+8 |
* | added alternative button order in Print and Page Setup dialogs. | Yevgen Muntyan | 2007-12-07 | 2 | -0/+9 |
* | Remove trailing whitespace that can trigger false positives in abicheck.sh | Tommi Komulainen | 2007-12-06 | 1 | -15/+15 |
* | run tests in current dir after setting up the logging directory, so their | 18:59:59 Tim Janik | 2007-12-05 | 4 | -3/+32 |
* | Modify the tab-label-destroy fix to not crash epiphany. | Matthias Clasen | 2007-12-04 | 1 | -18/+6 |
* | Don't crash when dragging from a source that doesn't support uri lists | Richard Hult | 2007-12-03 | 1 | -8/+8 |
* | Two optimizations for icon cache lookups. | Matthias Clasen | 2007-12-03 | 3 | -38/+61 |
* | use 'grep -o' to extract _get_type functions from header files. this | 15:18:17 Tim Janik | 2007-12-03 | 1 | -2/+1 |
* | [Win32]: On Windows, queue a redraw of child2 whenever we set the pane | Cody Russell | 2007-12-01 | 1 | -0/+5 |
* | Fix doc typos | Matthias Clasen | 2007-11-30 | 1 | -2/+2 |
* | Remove debug spew | Matthias Clasen | 2007-11-30 | 1 | -3/+0 |
* | Fix subdir ordering | Matthias Clasen | 2007-11-29 | 1 | -2/+3 |
* | A proper build of GNU libintl is supposed to export the variable | Tor Lillqvist | 2007-11-28 | 1 | -23/+41 |
* | Improve portability. The -o option is present only in newish GNU egreps. | Tor Lillqvist | 2007-11-27 | 1 | -1/+3 |
* | Fix #375893, patch by Ben Hague: | Tor Lillqvist | 2007-11-27 | 1 | -6/+52 |
* | Zero some variables to silence valgrind. (#495124, Morten Welinder) | Matthias Clasen | 2007-11-27 | 1 | -0/+2 |
* | add clarification stating that the construct_child function is responsible | Ryan Lortie | 2007-11-27 | 2 | -2/+1 |
* | remove concept of root objects and just refcount all objects in the | Ryan Lortie | 2007-11-27 | 1 | -15/+16 |
* | reviewed by: Federico Mena Quintero | Josselin Mouette | 2007-11-26 | 1 | -51/+21 |
* | Fix up some doc comments to shut up gtk-doc. | Matthias Clasen | 2007-11-26 | 6 | -38/+38 |
* | Change some labels to be clearer. String change ! (#376361, Sven Neumann) | Matthias Clasen | 2007-11-26 | 1 | -4/+4 |
* | Short-circuit on destroy. (gtk_notebook_destroy): Destroy tab_label | Matthias Clasen | 2007-11-26 | 1 | -1/+24 |
* | Improve alternative button ordering. (#476827, Yevgen Muntyan, patch by | Matthias Clasen | 2007-11-26 | 1 | -3/+3 |
* | Fix a theming problem with colors in GtkCalendar. (#499703, Michael | Matthias Clasen | 2007-11-26 | 1 | -2/+2 |
* | Use templates for glib-mkenums calls instead of complicated commandlines | Matthias Clasen | 2007-11-26 | 3 | -16/+73 |
* | Don't use guint8 for bitfields, since some compilers choke on that. | Matthias Clasen | 2007-11-26 | 2 | -8/+8 |
* | Add a note about hook setup. (#425004, Emmanuele Bassi) | Matthias Clasen | 2007-11-26 | 1 | -0/+3 |
* | Require gtk-doc 1.8 | Matthias Clasen | 2007-11-25 | 20 | -117/+110 |
* | Fix a typo | Matthias Clasen | 2007-11-25 | 1 | -1/+1 |
* | Move signal and property documentation inline, fix a problem with the | Matthias Clasen | 2007-11-25 | 1 | -3/+27 |
* | call g_test_init() from gtk_test_init(). | 15:39:40 Tim Janik | 2007-11-22 | 6 | -37/+17 |
* | Fix an aliasing problem. (#347585, Ed Catmur) | Matthias Clasen | 2007-11-22 | 1 | -1/+1 |
* | Make GtkMenuItem's arrow size themeable. (#469239, Michael Natterer) | Behdad Esfahbod | 2007-11-21 | 1 | -8/+18 |
* | Fix the default value of the toolbar-style property. (#489782, Jan Janech) | Matthias Clasen | 2007-11-21 | 1 | -1/+1 |
* | Avoid drawing one too many frames. (#107398, Owen Taylor, Miguel Gomez) | Matthias Clasen | 2007-11-21 | 1 | -8/+10 |
* | Fixed copyright for newly submitted files. | Tim Janik | 2007-11-20 | 3 | -3/+6 |
* | Moved Gdk test functions from Gtk+ to Gdk test utils. | Tim Janik | 2007-11-20 | 4 | -209/+10 |