| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |
* | define __GTK_H_INSIDE__ around including all other headers. | Michael Natterer | 2008-05-28 | 1 | -0/+4 |
* | move a few '{' to their own lines so all enums here have the same style. | Michael Natterer | 2008-04-18 | 1 | -14/+23 |
* | applied patch from Xan Lopez which adds GTK_BUTTONBOX_CENTER to | Tim Janik | 2007-02-08 | 1 | -1/+2 |
* | Make GtkNotebook able to drop detached tabs anywhere. Bug #360225. | Carlos Garnacho | 2006-12-28 | 1 | -0/+9 |
* | Introduce grid and tree lines in GtkTreeView. (#106406, Martyn Russell). | Kristian Rietveld | 2006-06-12 | 1 | -0/+7 |
* | add GTK_ARROW_NONE. | Kristian Rietveld | 2006-05-28 | 1 | -1/+2 |
* | Merge the gtk-printing branch. For more detailed ChangeLog entries, see | Alexander Larsson | 2006-04-21 | 1 | -0/+40 |
* | Added per-stepper API for GtkRange's stepper sensitivity as discussed in | Michael Natterer | 2005-11-11 | 1 | -0/+8 |
* | Support vertical menubars (#166632): | Matthias Clasen | 2005-02-11 | 1 | -7/+9 |
* | Add a new keybinding signal, move_viewport. (gtk_text_view_move_viewport): | Matthias Clasen | 2003-07-18 | 1 | -1/+12 |
* | gtk settings for XIMPreeditNone and XIMStatusNone. (#105909) | Hidetoshi Tajima | 2003-05-21 | 1 | -2/+4 |
* | Add GTK_WRAP_WORD_CHAR. (#110086, David Brigada) | Matthias Clasen | 2003-04-07 | 1 | -1/+2 |
* | Replace PAGE_HORIZONTALLY_HACK_VALUE by GTK_MOVEMENT_HORIZONTAL_PAGES. | Matthias Clasen | 2003-01-30 | 1 | -1/+2 |
* | Documentation improvements. | Matthias Clasen | 2002-10-10 | 1 | -1/+1 |
* | disable/enable preedit/status in GtkIMContextXIM (#59076) | Hidetoshi Tajima | 2002-09-24 | 1 | -0/+13 |
* | ue Jan 29 19:51:05 2002 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2002-01-30 | 1 | -0/+8 |
* | Deprecate. (#68183) | Matthias Clasen | 2002-01-16 | 1 | -0/+2 |
* | must include glib-object.h only | Matt Wilson | 2001-11-18 | 1 | -1/+1 |
* | Add GTK_SELECTION_NONE enum, #61695 | Jonathan Blandford | 2001-10-31 | 1 | -0/+1 |
* | to compare pattern specs, use g_pattern_spec_equal() instead of direct | Tim Janik | 2001-10-13 | 1 | -2/+2 |
* | Use the GTK selection types rather than GtkTreeSelectionMode. | Jonathan Blandford | 2001-08-27 | 1 | -1/+1 |
* | deprecate GTK_SELECTION_EXTENDED. | Jonathan Blandford | 2001-08-27 | 1 | -1/+1 |
* | Add support for animating expanders. | Anders Carlsson | 2001-07-22 | 1 | -0/+9 |
* | Allow %NULL for style to mean "revert to default style" | Owen Taylor | 2001-06-30 | 1 | -0/+1 |
* | Add a special size for drag-and-drop GTK_ICON_SIZE_DND (Default to 32x32) | Owen Taylor | 2001-06-25 | 1 | -0/+1 |
* | make this special-case hscale/vscale details, so we can use it for | Havoc Pennington | 2001-06-04 | 1 | -11/+4 |
* | moved GtkAnchorType and GtkSideType from gtkpacker.h to gtkenum.h. | Tim Janik | 2001-04-29 | 1 | -0/+32 |
* | allow shrinking the image window to test that we clip to allocation. | Havoc Pennington | 2001-04-18 | 1 | -0/+8 |
* | Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBS | Owen Taylor | 2001-04-17 | 1 | -7/+0 |
* | Switch to using an enum with registration for icon sizes, instead of | Havoc Pennington | 2001-03-12 | 1 | -0/+11 |
* | new function, turns off decorations for a window. | Havoc Pennington | 2001-03-07 | 1 | -1/+0 |
* | use the visual scroll steps. | Havoc Pennington | 2001-02-19 | 1 | -1/+9 |
* | Adapt to uscore-ification of gtktextiterprivate | Havoc Pennington | 2001-01-04 | 1 | -2/+2 |
* | Added a bunch of stuff from unused | Havoc Pennington | 2000-11-04 | 1 | -1/+1 |
* | urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. if | Tim Janik | 2000-10-25 | 1 | -5/+7 |
* | create some stock buttons with the default accel group (create_image): | Havoc Pennington | 2000-10-20 | 1 | -1/+2 |
* | Remove g_convert (moved to glib) and now useless utf_to_latin1() | Owen Taylor | 2000-09-14 | 1 | -0/+25 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |
* | Initialize DOUBLE_BUFFERED flag to on. | Owen Taylor | 2000-06-02 | 1 | -2/+2 |
* | Remove all references to offscreen flag which was no longer used. | Havoc Pennington | 2000-06-02 | 1 | -0/+8 |
* | Adapt cast macros to standard. | Raja R Harinath | 1999-11-22 | 1 | -1/+2 |
* | This is an implementation of Idea #13 from | ÉRDI Gergo | 1999-10-02 | 1 | -1/+2 |
* | Added notice to look in AUTHORS and ChangeLog files for a list of changes. | CST 1999 Shawn T. Amundson | 1999-02-24 | 1 | -0/+8 |
* | fixed a stupid error of mine about the run type values. | Tim Janik | 1998-12-01 | 1 | -6/+7 |
* | added an event watcher for enter/leave based on signal emission hooks. | Tim Janik | 1998-11-30 | 1 | -5/+5 |
* | deprecated gtk_widget_freeze_accelerators and | Tim Janik | 1998-11-28 | 1 | -17/+0 |
* | new enum GtkCornerType added window_placement. new method to set | Lars Hamann | 1998-11-09 | 1 | -0/+9 |
* | removed all occourances of #pragma } and #pragma { which were in place to | Tim Janik | 1998-10-07 | 1 | -1/+0 |