| Commit message (Expand) | Author | Age | Files | Lines |
* | Close the file after it's loaded (bug #395316). | Richard Hult | 2007-01-11 | 1 | -0/+2 |
* | Fix some leaks. (#348108, Chris Wilson) | Matthias Clasen | 2006-12-22 | 1 | -4/+9 |
* | move the ITALIC_COLUMN over to a STYLE_COLUMN which sets the style | Kristian Rietveld | 2006-08-16 | 1 | -16/+12 |
* | Display comments in friendly DodgerBlue instead of scary red. (#343444, | Matthias Clasen | 2006-05-31 | 1 | -1/+1 |
* | Make the list of demos scrollable. | Matthias Clasen | 2005-06-28 | 1 | -2/+21 |
* | Use monospace for the source code view. (#163526, Theerud Lawtrakul) | Matthias Clasen | 2005-01-13 | 1 | -1/+1 |
* | Use g_fopen(). | Tor Lillqvist | 2004-12-05 | 1 | -1/+2 |
* | Fix many sparse warnings. | Matthias Clasen | 2004-10-28 | 1 | -1/+1 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | #ifdef HAVE_FLOCKFILE, not #ifndef HAVE_FLOCKFILE. (#135642, J. Ali | Owen Taylor | 2004-02-28 | 1 | -1/+1 |
* | Protect getc_unlocked() by HAVE_FLOCKFILE in all cases. (#134205, Julio M. | Matthias Clasen | 2004-02-13 | 1 | -1/+1 |
* | Call the do_ functions with the toplevel as argument. | Matthias Clasen | 2003-11-08 | 1 | -1/+1 |
* | Don't use hardcoded DEMOCODEDIR on Windows. | Tor Lillqvist | 2003-09-25 | 1 | -0/+25 |
* | Use g_setenv() instead of putenv(). | Matthias Clasen | 2003-08-02 | 1 | -2/+2 |
* | Only use files from the current directory if it looks like the srcdir. | Matthias Clasen | 2003-04-02 | 1 | -1/+2 |
* | Fix NULL/FALSE confusion (#107648, Morten Welinder) | Matthias Clasen | 2003-03-06 | 1 | -1/+1 |
* | demos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk/x11/gdkscreen-x11.c | Manish Singh | 2003-02-28 | 1 | -1/+1 |
* | Adjustments for recent gdk-pixbuf changes. | Matthias Clasen | 2002-10-03 | 1 | -1/+1 |
* | add deprecation compile flags | Manish Singh | 2002-09-29 | 1 | -2/+2 |
* | Fixes for #78258 | Owen Taylor | 2002-05-16 | 1 | -3/+3 |
* | Fixes for uninstalled operation with module suffixes other than .so and in | Owen Taylor | 2002-03-03 | 1 | -2/+2 |
* | Fixes for AIX compilation from Miroslaw Dobrzanski-Neumann, #72182. | Owen Taylor | 2002-02-23 | 1 | -1/+1 |
* | isspace -> g_ascii_isspace Remove gdki8n.h include. Remove <ctype.h> | Darin Adler | 2002-02-08 | 1 | -7/+6 |
* | Minor fix. | Jonathan Blandford | 2001-12-04 | 1 | -2/+2 |
* | demos/pixbuf-demo.c M_PI -> G_PI. | Tor Lillqvist | 2001-11-25 | 1 | -0/+12 |
* | Version 1.3.11 Require GLib-1.3.11, Pango-0.22, ATK-0.7. Restore toGTK_1_3_11 | Owen Taylor | 2001-11-23 | 1 | -44/+76 |
* | Remove unused callback to make things compile with | Owen Taylor | 2001-11-16 | 1 | -66/+0 |
* | at Oct 20 19:38:16 2001 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2001-10-20 | 1 | -18/+11 |
* | add editable_cells.c, list_store.c and tree_store.c | Kristian Rietveld | 2001-10-02 | 1 | -41/+87 |
* | demos/gtk-demo/main.c (setup_default_icon): Use a shaped | Matthias Clasen | 2001-09-14 | 1 | -1/+6 |
* | add default icon | Havoc Pennington | 2001-08-29 | 1 | -0/+54 |
* | Fix to use GtkSelectionMode. ditto ditto ditto. | Jonathan Blandford | 2001-08-27 | 1 | -1/+1 |
* | fix a typo. | Havoc Pennington | 2001-08-10 | 1 | -1/+1 |
* | changed new_with_types to just plain new, fixing the number of columns, | Jonathan Blandford | 2001-06-30 | 1 | -1/+1 |
* | fixes to compile with G_DISABLE_COMPAT | Havoc Pennington | 2001-06-29 | 1 | -2/+2 |
* | fix bug identified by warnings I just added to gtktextbuffer | Havoc Pennington | 2001-06-14 | 1 | -1/+1 |
* | fix other typo | Havoc Pennington | 2001-06-14 | 1 | -12/+13 |
* | Changed signal name from selection_changed to changed in signal connection | Anders Carlsson | 2001-06-08 | 1 | -1/+1 |
* | Reset style attributes even if the widget isn't realized. | Owen Taylor | 2001-05-18 | 1 | -1/+1 |
* | Remove reallocate-redraws property. This is something that only a widget | Owen Taylor | 2001-05-18 | 1 | -3/+4 |
* | It's the worlds ugliest highlighting code!!!! The result is okay so long | Jonathan Blandford | 2001-05-18 | 1 | -7/+287 |
* | fix some shell typos | Havoc Pennington | 2001-05-07 | 1 | -0/+12 |
* | fix to properly queue resizes when the image is set | Havoc Pennington | 2001-04-18 | 1 | -10/+21 |
* | handle mnemonics in the stock item label | Havoc Pennington | 2001-03-22 | 1 | -3/+2 |
* | modified to use "row_activated" signal. | Jonathan Blandford | 2001-03-16 | 1 | -1/+42 |
* | add varargs for properties to set on the tag. | Havoc Pennington | 2001-03-16 | 1 | -11/+9 |
* | removed gtk_*_store_get, and moved to GtkTreeModel. | Jonathan Blandford | 2001-02-17 | 1 | -2/+2 |
* | fix bug where it always set the foreground, even if we were only using a | Havoc Pennington | 2001-02-13 | 1 | -1/+6 |
* | remove validation idle | Havoc Pennington | 2001-02-08 | 1 | -1/+7 |
* | sync to tree changes | Havoc Pennington | 2001-01-19 | 1 | -0/+2 |