| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix off-by-one allocation errors. (#143337, Billy Biggs) | Matthias Clasen | 2004-05-28 | 1 | -0/+5 |
* | Set bits within visual->depth that aren't used for color to 1s, in case | Owen Taylor | 2004-05-27 | 1 | -0/+6 |
* | Make separator rows insensitive. | Anders Carlsson | 2004-05-27 | 1 | -0/+5 |
* | Add some docs. | Matthias Clasen | 2004-05-27 | 1 | -0/+5 |
* | Make GtkEntryCompletion::text_column a property. | Matthias Clasen | 2004-05-27 | 1 | -0/+6 |
* | Typo fix. | Matthias Clasen | 2004-05-27 | 1 | -0/+4 |
* | only remove the signal if the box exists. | Jonathan Blandford | 2004-05-27 | 1 | -0/+5 |
* | Support insensitive cells in tree views and combo boxes. | Matthias Clasen | 2004-05-27 | 1 | -0/+46 |
* | Send key modifiers (shift, ctrl etc) in button and motion events from the | Robert Ögren | 2004-05-27 | 1 | -0/+12 |
* | Move docs inline, fixing them on the way. (#143029, Steve Chaplin) | Matthias Clasen | 2004-05-26 | 1 | -0/+5 |
* | Don't propagate mouse events to windows that want extended input events. | Robert Ögren | 2004-05-24 | 1 | -0/+17 |
* | Remove duplicated line. (Spotted by Benoît Carpentier.) | Tor Lillqvist | 2004-05-22 | 1 | -0/+5 |
* | Check for XFIXES extension. | Matthias Clasen | 2004-05-18 | 1 | -0/+31 |
* | Include glib/gi18n-lib.h and only define the P_() macros ourselves. | Matthias Clasen | 2004-05-18 | 1 | -0/+3 |
* | Restrict the width of the popup to be no larger than the monitor. | Matthias Clasen | 2004-05-18 | 1 | -0/+11 |
* | Document the arguments of the ::move-cursor signal. (#142725) | Matthias Clasen | 2004-05-18 | 1 | -1/+6 |
* | Allocate space for the focus rectangle only if necessary. (#142668, | Matthias Clasen | 2004-05-17 | 1 | -0/+9 |
* | Remove two useless lines. (#142479, Morten Welinder) | Matthias Clasen | 2004-05-17 | 1 | -0/+7 |
* | Add a Q_() macro. | Matthias Clasen | 2004-05-17 | 1 | -0/+13 |
* | Put back the ref_count field in the GdkDragContextPrivateWin32 struct (but | Tor Lillqvist | 2004-05-15 | 1 | -0/+9 |
* | New function to go from tree window to tree coordinates, kept static for | Matthias Clasen | 2004-05-14 | 1 | -0/+8 |
* | Add a comment about unused bits. | Matthias Clasen | 2004-05-14 | 1 | -0/+9 |
* | Add missing call to g_object_ref in Wintab code. (#138341) | Robert Ögren | 2004-05-12 | 1 | -0/+11 |
* | Add a progress cell renderer, based on the one found in Epiphany. | Matthias Clasen | 2004-05-12 | 1 | -0/+12 |
* | don't allocate the popup smaller than the combobox. Fixes bug #59660. | Michael Natterer | 2004-05-11 | 1 | -0/+6 |
* | Revert the previous change to this function, clarify the docs instead. | Matthias Clasen | 2004-05-11 | 1 | -0/+3 |
* | Use GTK_SELECTION_BROWSE. | Matthias Clasen | 2004-05-11 | 1 | -0/+8 |
* | Document the ::toggled signal. | Matthias Clasen | 2004-05-11 | 1 | -0/+5 |
* | Make static. | Matthias Clasen | 2004-05-10 | 1 | -0/+2 |
* | Add prototype for _gtk_widget_grab_notify() | Soeren Sandmann | 2004-05-10 | 1 | -0/+4 |
* | Make static. | Matthias Clasen | 2004-05-10 | 1 | -0/+5 |
* | Add a note about COLUMN_FIXED restriction. | Matthias Clasen | 2004-05-10 | 1 | -0/+3 |
* | Set the entry in the default handler of the ::match-selected signal. | Matthias Clasen | 2004-05-10 | 1 | -0/+4 |
* | If we don't do the move-selected-item below pointer thingie, do the | Matthias Clasen | 2004-05-10 | 1 | -0/+4 |
* | Make the second example use the ::match-selected signal to make it | Matthias Clasen | 2004-05-10 | 1 | -0/+3 |
* | Use hover selection mode. (#127648, Dave Bordoley) | Matthias Clasen | 2004-05-10 | 1 | -0/+11 |
* | Make sure the menu pops up as wide as the combobox. (#59660, Havoc | Matthias Clasen | 2004-05-10 | 1 | -0/+6 |
* | Support tearoffable combo boxes (in menu mode). Add a new property, | Matthias Clasen | 2004-05-10 | 1 | -0/+4 |
* | Make Return activate the default button. (#118921) | Matthias Clasen | 2004-05-10 | 1 | -0/+5 |
* | New internal function that emits the grab notify signal. | Soeren Sandmann | 2004-05-10 | 1 | -0/+7 |
* | Make destruction of a torn off menu work like un-tearing off. | Matthias Clasen | 2004-05-10 | 1 | -0/+5 |
* | Merge from 2.4: | Matthias Clasen | 2004-05-10 | 1 | -0/+8 |
* | somehow lost yesterday ... | Hans Breuer | 2004-05-09 | 1 | -0/+15 |
* | In list mode, accept the same mouse/wheel bindings on the cellview as on | Matthias Clasen | 2004-05-09 | 1 | -0/+8 |
* | Actually count the cached icons. (#135888, Crispin Flowerday) | Matthias Clasen | 2004-05-09 | 1 | -0/+5 |
* | Make sure that we actually return menus for nodes of type menu, not the | Matthias Clasen | 2004-05-09 | 1 | -0/+6 |
* | Add a note regarding UTF-8 requirements, proposed by Mariano | Matthias Clasen | 2004-05-09 | 1 | -0/+6 |
* | Put the torn_off flag back into the GtkTearoffMenuItem struct, since it is | Matthias Clasen | 2004-05-09 | 1 | -0/+8 |
* | Don't let the child draw over the focus rectangle. | Matthias Clasen | 2004-05-07 | 1 | -0/+3 |
* | Draw focus indication in the color wheel using standard focus style. | Matthias Clasen | 2004-05-07 | 1 | -0/+16 |