| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix #59707. | Federico Mena Quintero | 2004-02-04 | 1 | -2/+2 |
* | new GTK_STOCK_NETWORK ... gtk/gtkstock.[hc] : ... define ... | Hans Breuer | 2004-01-28 | 1 | -3/+8 |
* | Set a small size request and make the window resizable, to test | Soeren Sandmann | 2004-01-18 | 1 | -1/+2 |
* | Add table menu tests. | Matthias Clasen | 2003-09-11 | 1 | -0/+163 |
* | Implement gtk_event_box_get/set_input_only() | Alexander Larsson | 2003-09-08 | 1 | -0/+130 |
* | Make the layers in the paint stack have their own pixmap instead of | Soeren Sandmann | 2003-08-20 | 1 | -8/+8 |
* | Add support for EWMH "Above" and "Below" window states. (105100, Manuel Clos) | Matthias Clasen | 2003-08-10 | 1 | -1/+49 |
* | Use g_setenv() instead of putenv(). | Matthias Clasen | 2003-08-02 | 1 | -2/+2 |
* | Add a test for GtkFontButton and GtkColorButton. | Matthias Clasen | 2003-07-01 | 1 | -44/+34 |
* | Make it compile with C89 compilers | Soeren Sandmann | 2003-06-09 | 1 | -2/+2 |
* | Install boolean child properties "resize" and "shrink". | Matthias Clasen | 2003-06-09 | 1 | -28/+12 |
* | demos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk/x11/gdkscreen-x11.c | Manish Singh | 2003-02-28 | 1 | -3/+3 |
* | #include <stdlib.h> for putenv, <string.h> for strlen. | Manish Singh | 2003-01-09 | 1 | -2/+2 |
* | Use octal escapes rather than literal UTF-8. | Owen Taylor | 2002-12-07 | 1 | -12/+12 |
* | add -DGTK_DISABLE_DEPRECATED. #undef it at the top of gtktypebuiltins.c. | Manish Singh | 2002-11-20 | 1 | -0/+2 |
* | Add a dummy widget and pass it as first argument to the various create | Matthias Clasen | 2002-11-19 | 1 | -10/+12 |
* | - comment out check_inconsistent_aa_bits[]. | Soeren Sandmann | 2002-11-13 | 1 | -0/+18 |
* | Don't start a drag on double click. (#98189) Also test moving. | Matthias Clasen | 2002-11-10 | 1 | -4/+11 |
* | Draw grips in all edges. | Matthias Clasen | 2002-11-08 | 1 | -0/+56 |
* | Use g_get_application_name() instead of g_get_prgname() as the default | Owen Taylor | 2002-11-08 | 1 | -0/+2 |
* | Add resize grips test. | Anders Carlsson | 2002-11-07 | 1 | -0/+89 |
* | Warn if loading <ImageItem> image fails. | Owen Taylor | 2002-10-25 | 1 | -111/+96 |
* | When popping up the list without any selected items, hack the focus on the | Owen Taylor | 2002-10-23 | 1 | -1/+1 |
* | Make the widgets work reasonably when they don't have children -- draw the | Owen Taylor | 2002-10-17 | 1 | -36/+85 |
* | Deprecation cleanup | Manish Singh | 2002-10-13 | 1 | -1135/+1156 |
* | remove references to non-existing properties GtkWindow::allow_shrink and | Soeren Sandmann | 2002-10-13 | 1 | -20/+0 |
* | Add GO_FORWARD and GO_BACK with both left and right arrows depending on | Owen Taylor | 2002-10-09 | 1 | -0/+45 |
* | Use a pixbuf to set the drag icon, combine code to create drag icons | Owen Taylor | 2002-10-07 | 1 | -3/+1 |
* | - Replace GdkPointerHooks with a multihead-safe GdkDisplayPointerHooks, | Owen Taylor | 2002-10-07 | 1 | -3/+3 |
* | Improve checks on public entry points, including, among other things | Owen Taylor | 2002-10-04 | 1 | -2/+3 |
* | Add a 'type' parameter, make public. | Owen Taylor | 2002-10-03 | 1 | -5/+7 |
* | fix GtkWindowMnemonic to have a separate typedef | Havoc Pennington | 2002-09-25 | 1 | -1/+31 |
* | Fix bug in the selection mode option menus which were setting the wrong | Owen Taylor | 2002-07-30 | 1 | -27/+19 |
* | Renames: | Owen Taylor | 2002-06-20 | 1 | -1/+1 |
* | Replace gdk_cursor_new_for_screen() with gdk_cursor_new_for_display(). | Owen Taylor | 2002-06-18 | 1 | -3/+3 |
* | Set the private LEAVE_PENDING flag to fix problem where with menu items | Owen Taylor | 2002-05-20 | 1 | -2/+2 |
* | Special case menu items to pop down on motion. (#75961) | Owen Taylor | 2002-05-15 | 1 | -0/+18 |
* | Make it work, even if the window is already realized or mapped. | Owen Taylor | 2002-04-30 | 1 | -202/+617 |
* | really revert testgtk.c | Manish Singh | 2002-04-08 | 1 | -12/+12 |
* | revert accidentally commited change to testgtk.c | Soeren Sandmann | 2002-04-04 | 1 | -1/+1 |
* | Fix problem with menu titles being clipped (#75948) | Soeren Sandmann | 2002-04-04 | 1 | -13/+13 |
* | Fix to properly take the default window into account by setting a flag and | Owen Taylor | 2002-03-04 | 1 | -0/+145 |
* | Fixes for uninstalled operation with module suffixes other than .so and in | Owen Taylor | 2002-03-03 | 1 | -2/+2 |
* | Handle NO_WINDOW widgets with windows that are children of widget->window. | Owen Taylor | 2002-03-03 | 1 | -7/+17 |
* | include gdkkeysysms.h if compiling gdk_keyval_convert_case. | Owen Taylor | 2002-03-01 | 1 | -0/+11 |
* | Implement "fuzzy" key binding lookups; allow matches on key and level but | Owen Taylor | 2002-02-21 | 1 | -0/+78 |
* | hm, check buttons look better for below. | Manish Singh | 2002-02-17 | 1 | -2/+2 |
* | redid the filesel test. Added a way to set select multiple as a toggle | Manish Singh | 2002-02-17 | 1 | -24/+51 |
* | don't reduce the scroll rect size by the scroll amount | Hans Breuer | 2002-02-10 | 1 | -1/+1 |
* | Keyboard navigation for GtkPaned F6: cycle between panes. F8: focus handle | Soeren Sandmann | 2002-02-09 | 1 | -0/+366 |