| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Apply patch from John Margaglione that converts from args to properties. | Alexander Larsson | 2001-05-15 | 1 | -56/+130 |
* | Apply patch from John Margaglione converting from args to properties. | Owen Taylor | 2001-05-15 | 2 | -46/+58 |
* | Block against redundant changes. | Owen Taylor | 2001-05-14 | 3 | -51/+110 |
* | Remove creative formatting. | Owen Taylor | 2001-05-13 | 5 | -143/+218 |
* | remember widget's double buffering state across expose event, so we still | Tim Janik | 2001-05-12 | 1 | -6/+7 |
* | Expose the ring in the triangle at the correct place when exposing just a | Alexander Larsson | 2001-05-11 | 1 | -2/+2 |
* | Return FALSE, or window focusing will not work. | Alexander Larsson | 2001-05-11 | 1 | -1/+1 |
* | docs, fixes bug #54144 | Havoc Pennington | 2001-05-11 | 3 | -4/+6 |
* | don't propagate exposes to NULL child. | Tim Janik | 2001-05-11 | 3 | -9/+16 |
* | grum, gtk_type_class() is not GNUC_CONST it has the _important_ side | Tim Janik | 2001-05-10 | 1 | -1/+1 |
* | New function to let user control where columns are dragged. | Jonathan Blandford | 2001-05-09 | 3 | -7/+79 |
* | Added include of unistd.h so that gid_t is defined (on Solaris) | Padraig O'Briain | 2001-05-09 | 1 | -0/+3 |
* | New "columns_changed" signal. | Jonathan Blandford | 2001-05-09 | 3 | -70/+274 |
* | New function for getting toplevel window at position. | Alexander Larsson | 2001-05-07 | 1 | -5/+5 |
* | Test for bin->child being present before doing anything with it. Patch | Federico Mena Quintero | 2001-05-07 | 1 | -1/+2 |
* | fix some shell typos | Havoc Pennington | 2001-05-07 | 21 | -125/+592 |
* | updated exports | Hans Breuer | 2001-05-06 | 2 | -138/+19 |
* | Fix typo in filename. | Owen Taylor | 2001-05-05 | 1 | -1/+1 |
* | Add dependency on Atk for accessibility support. | Owen Taylor | 2001-05-03 | 6 | -21/+268 |
* | Fix return value to be G_TYPE_BOOLEAN, not G_TYPE_INT, also, use | Owen Taylor | 2001-05-03 | 1 | -2/+2 |
* | Patch from Juan Pablo Mendoza Mendoza to fix things so clicking inside | Owen Taylor | 2001-05-03 | 2 | -3/+11 |
* | Reduce new_text_length appropriately when we run into the size limit for | Owen Taylor | 2001-05-03 | 1 | -2/+3 |
* | fix bug in dropping columns. Moving columns now basically works modula | Jonathan Blandford | 2001-05-02 | 1 | -3/+8 |
* | Add autoscroll support. It mostly works, but could use some fine tuning. | Jonathan Blandford | 2001-05-01 | 1 | -95/+127 |
* | New default theme! A slighly improved version of the 2.0 Raleigh theme, | Owen Taylor | 2001-05-01 | 8 | -459/+651 |
* | Add an extra parameter use_text to gtk_paint_label() to deal with | Owen Taylor | 2001-04-30 | 15 | -63/+142 |
* | new function. (gtk_tree_view_move_column_after): Clean up interface. | Jonathan Blandford | 2001-04-30 | 3 | -24/+22 |
* | moved GtkAnchorType and GtkSideType from gtkpacker.h to gtkenum.h. | Tim Janik | 2001-04-29 | 5 | -38/+52 |
* | fix bug in tooltip | Havoc Pennington | 2001-04-29 | 1 | -1/+1 |
* | voc Pennington <hp@redhat.com> | Havoc Pennington | 2001-04-28 | 23 | -638/+1201 |
* | s/G_PARAM_WRITE/G_PARAM_WRITABLE/ | James Henstridge | 2001-04-28 | 1 | -1/+1 |
* | Massive reorder/cleanup of a lot of the code. Some documentation added. | Jonathan Blandford | 2001-04-28 | 2 | -2579/+2690 |
* | fix warning | Havoc Pennington | 2001-04-28 | 12 | -299/+391 |
* | clean up column dragging code. Revealed some (potential) GdkWindow bugs. | Jonathan Blandford | 2001-04-26 | 2 | -203/+310 |
* | remove some left-over files | Owen Taylor | 2001-04-26 | 3 | -218/+0 |
* | Fix optimization that was correct for the use here, but completely | Owen Taylor | 2001-04-26 | 1 | -1/+1 |
* | Remove deprecation of gtk_window_set_default_size() until patch adding | Owen Taylor | 2001-04-26 | 5 | -15/+1 |
* | set_decorations_hint and set_functions_hint were still in the header | Havoc Pennington | 2001-04-25 | 1 | -4/+0 |
* | i2001-04-24 Alexander Larsson <alexl@redhat.com> | Alexander Larsson | 2001-04-24 | 5 | -5/+28 |
* | handle 0-height empty/invisible lines. | Havoc Pennington | 2001-04-24 | 7 | -103/+414 |
* | add missing '}' that got munched by #endif. | Jonathan Blandford | 2001-04-23 | 8 | -92/+322 |
* | gtk/Makefile.am gtk/gtkplug.c on request of Owen, reverted my last change | Sven Neumann | 2001-04-23 | 3 | -47/+11 |
* | put into #ifdef GDK_WINDOWING_X11 to make GTK+ compile for non-X11 targets | Sven Neumann | 2001-04-23 | 1 | -0/+6 |
* | API Change. Take GdkColor arguments instead of gdouble *. Leave the old | Alexander Larsson | 2001-04-20 | 5 | -138/+363 |
* | File containing #defines for XEMBED protocol. | Owen Taylor | 2001-04-19 | 7 | -436/+939 |
* | add signals and binding set, so keybindings are configurable | Havoc Pennington | 2001-04-18 | 2 | -90/+155 |
* | Close bug #50615: | Havoc Pennington | 2001-04-18 | 4 | -25/+26 |
* | allow shrinking the image window to test that we clip to allocation. | Havoc Pennington | 2001-04-18 | 3 | -9/+10 |
* | fix to properly queue resizes when the image is set | Havoc Pennington | 2001-04-18 | 2 | -10/+24 |
* | Return FALSE, not TRUE. (Fixes #52925) | Owen Taylor | 2001-04-18 | 1 | -1/+1 |