| Commit message (Expand) | Author | Age | Files | Lines |
* | Add navigation for object properties, so that you can easily edit the | Matthias Clasen | 2003-05-16 | 1 | -4/+34 |
* | Patch from James Henstridge to update to automake-1.7 (#109542) | Owen Taylor | 2003-05-06 | 1 | -24/+19 |
* | Don't include strings.h, it's not needed anymore. (#112388) | Matthias Clasen | 2003-05-06 | 1 | -1/+0 |
* | Add a construct-only 'file_system' property, split test case into testfilecho... | Owen Taylor | 2003-03-26 | 1 | -5/+23 |
* | Add GtkFileSystem::parse, and a chooser entry with completion | Owen Taylor | 2003-03-25 | 1 | -0/+11 |
* | Initial revision | Owen Taylor | 2003-03-21 | 1 | -0/+79 |
* | demos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk/x11/gdkscreen-x11.c | Manish Singh | 2003-02-28 | 5 | -27/+27 |
* | Replace gtk_timeout_* by their GLib counterparts. (#106532) | Matthias Clasen | 2003-02-19 | 1 | -5/+5 |
* | declare gtk_selection_clear in GTK_COMPILATION too, for gtkwidget.c. | Manish Singh | 2003-01-31 | 1 | -2/+2 |
* | #include <stdlib.h> for putenv, <string.h> for strlen. | Manish Singh | 2003-01-09 | 2 | -3/+3 |
* | the rand variable should be static to avoid conflicts with rand(). | Kristian Rietveld | 2002-12-19 | 1 | -1/+1 |
* | Use octal escapes rather than literal UTF-8. | Owen Taylor | 2002-12-07 | 3 | -15/+15 |
* | add -DGTK_DISABLE_DEPRECATED. #undef it at the top of gtktypebuiltins.c. | Manish Singh | 2002-11-20 | 4 | -0/+7 |
* | Add a dummy widget and pass it as first argument to the various create | Matthias Clasen | 2002-11-19 | 1 | -10/+12 |
* | shut up cvs | Manish Singh | 2002-11-14 | 1 | -0/+1 |
* | - 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 |
* | Put into #ifdef DO_BLINK to avoid an unused static function. (#97965) | Matthias Clasen | 2002-11-08 | 1 | -2/+6 |
* | Use g_get_application_name() instead of g_get_prgname() as the default | Owen Taylor | 2002-11-08 | 1 | -0/+2 |
* | add testmenus.c, a program to test menus when items are dynamically added | Soeren Sandmann | 2002-11-08 | 2 | -0/+235 |
* | Use g_date_strftime(), fixing #74745. (Alper Ersoy) | Owen Taylor | 2002-11-07 | 1 | -16/+13 |
* | Add resize grips test. | Anders Carlsson | 2002-11-07 | 1 | -0/+89 |
* | Add a --screen option for setting the default screen. (Based on a patch | Owen Taylor | 2002-10-31 | 1 | -4/+0 |
* | Adjust for current gtk-engines. | Matthias Clasen | 2002-10-29 | 1 | -5/+4 |
* | 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 | 24 | -1530/+1551 |
* | 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 | 3 | -13/+8 |
* | Fix error in computing length and a memory leak. (Fixes #94072, reported | Owen Taylor | 2002-10-03 | 1 | -1/+3 |
* | Add a 'type' parameter, make public. | Owen Taylor | 2002-10-03 | 1 | -5/+7 |
* | Export _gdk_draw_pixbuf as gdk_draw_pixbuf(), rename the _draw_pixbuf | Owen Taylor | 2002-10-02 | 1 | -6/+5 |
* | fix GtkWindowMnemonic to have a separate typedef | Havoc Pennington | 2002-09-25 | 1 | -1/+31 |
* | Copy from X11 backend. The old version mishandled consecutive newlines. | Tor Lillqvist | 2002-09-21 | 1 | -3/+0 |
* | Add a note that yes, we do know what () means and we can't change it. | Owen Taylor | 2002-08-05 | 1 | -3/+3 |
* | 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 | 4 | -5/+5 |
* | 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 |
* | Silent CVS | Anders Carlsson | 2002-05-18 | 1 | -0/+4 |
* | Fix a missing unref in the local/passive case. (#82067, Michael Meeks) | Owen Taylor | 2002-05-17 | 1 | -0/+1 |
* | Special case menu items to pop down on motion. (#75961) | Owen Taylor | 2002-05-15 | 1 | -0/+18 |
* | The "big treeview focus patch". Fixes several issues and adds some | Kristian Rietveld | 2002-05-05 | 1 | -16/+47 |
* | image files for testing pixbuf loaders the old test-loaders.c split into | Soeren Sandmann | 2002-05-05 | 38 | -21/+1956 |
* | make gdk_screen_get_monitor_at_point cross platform instead of backend | Erwann Chenede - | 2002-05-02 | 1 | -1/+1 |