| Commit message (Expand) | Author | Age | Files | Lines |
* | Add comment that GdkXEvent isn't only for XEvent, but in general for | Tor Lillqvist | 2000-11-17 | 1 | -1/+3 |
* | cvsignore updates | Owen Taylor | 2000-11-16 | 1 | -0/+3 |
* | remove unecessary rules for win32-specific config-substituted targets. If | Owen Taylor | 2000-11-16 | 3 | -10/+0 |
* | Add s'more TODO items. | Elliot Lee | 2000-11-15 | 1 | -3/+11 |
* | Fixed some debug macros. | Alexander Larsson | 2000-11-15 | 1 | -1/+2 |
* | Added virtual functions set_pixel, get_color, fill_span and draw_drawable | Alexander Larsson | 2000-11-15 | 8 | -508/+1093 |
* | Draw underlines one pixel higher. | Havoc Pennington | 2000-11-15 | 1 | -6/+8 |
* | Remove. New file. New file Corresponding changes. | Tor Lillqvist | 2000-11-14 | 3 | -88/+95 |
* | Add a couple of missing G_GNUC_CONST's. | Elliot Lee | 2000-11-13 | 1 | -5/+5 |
* | Free the filename of the module file. | Havoc Pennington | 2000-11-13 | 1 | -56/+16 |
* | Cleanup and reindent of GtkFB. | Alexander Larsson | 2000-11-13 | 20 | -2358/+2189 |
* | GCompareFunc -> GEqualFunc where applicable. | Sebastian Wilhelmi | 2000-11-13 | 8 | -67/+67 |
* | g_filename_{to,from}_utf8 now takes an extra parameter. | Robert Brady | 2000-11-12 | 1 | -3/+3 |
* | Fix problem with using result of g_get_charset() backwards - pointed out | Owen Taylor | 2000-11-12 | 1 | -2/+2 |
* | corrected object casts, make it work again on win32 | Hans Breuer | 2000-11-12 | 9 | -31/+75 |
* | gdk/gdk.def Update. | Tor Lillqvist | 2000-11-11 | 11 | -163/+338 |
* | Changes to make the new testgtk compile after gtk_menu_append was removed. | Alexander Larsson | 2000-11-09 | 4 | -87/+518 |
* | Forgot to remove stray g_print() | Alexander Larsson | 2000-11-07 | 1 | -2/+0 |
* | use g_object_new() instead of g_type_create_instance() which is a private | Alexander Larsson | 2000-11-07 | 10 | -149/+222 |
* | Fix a bunch of functions that should have been marked static. | Owen Taylor | 2000-11-02 | 1 | -10/+10 |
* | had a test backward | Havoc Pennington | 2000-11-02 | 1 | -0/+26 |
* | Add last argument to t_type_register_static call. | Alexander Larsson | 2000-11-02 | 10 | -15/+100 |
* | Clip the rectangle to be rendered to the drawable, since | Havoc Pennington | 2000-11-01 | 1 | -1/+31 |
* | Only ref the window if it isn't NULL. | Owen Taylor | 2000-11-01 | 1 | -1/+2 |
* | New function to create a pixbuf pointing to a subregion of another pixbuf. | Havoc Pennington | 2000-11-01 | 3 | -40/+121 |
* | urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. if | Tim Janik | 2000-10-25 | 11 | -11/+11 |
* | If window == NULL, assume the root window. (restoring the behaviour that | Robert Brady | 2000-10-25 | 1 | -6/+3 |
* | Include x11/gdkx.h only when building for X11. | Tor Lillqvist | 2000-10-25 | 10 | -75/+85 |
* | Re-enable the "find" dialog | Havoc Pennington | 2000-10-24 | 10 | -35/+411 |
* | gdk/win32/gdkgc-win32.c Remove gcc -Wall warnings. | Tor Lillqvist | 2000-10-22 | 7 | -44/+98 |
* | Some updates | Havoc Pennington | 2000-10-18 | 1 | -1/+1 |
* | Update. | Tor Lillqvist | 2000-10-09 | 15 | -64/+206 |
* | contrib subdir | Havoc Pennington | 2000-10-09 | 1 | -7/+0 |
* | Fix obvious bug in circle drawing. | Jonathan Blandford | 2000-10-04 | 1 | -1/+1 |
* | Move list pointer forwards before removing item from list. (Crash reported | 0 | 2000-10-04 | 3 | -3/+3 |
* | Add gdk_window_iconify. | Owen Taylor | 2000-10-04 | 5 | -44/+158 |
* | Guard definition of alloca(). glib.h now handles that. | Tor Lillqvist | 2000-10-03 | 3 | -17/+341 |
* | Remove g_convert (moved to glib) and now useless utf_to_latin1() | Owen Taylor | 2000-09-14 | 6 | -9/+474 |
* | Oops, cut&paste error. | Tor Lillqvist | 2000-09-07 | 1 | -1/+1 |
* | Use -Wall. Add gdkpango-win32.o | Tor Lillqvist | 2000-09-07 | 5 | -167/+225 |
* | Doc comment fixing. (Mostly non-matching parameter names.) | Owen Taylor | 2000-09-07 | 4 | -14/+12 |
* | Remove conftest* after use along the lines of AC_TRY_COMPILE. | Sebastian Wilhelmi | 2000-09-05 | 2 | -0/+2 |
* | Put text after #endif inside a comment to avoid ANSI warning. | Elliot Lee | 2000-09-04 | 1 | -1/+1 |
* | Fix bug where moving a toplevel window immediately after sizing it would | Owen Taylor | 2000-09-01 | 1 | -3/+14 |
* | remove GDK_IMAGE_SHARED_PIXMAP from switch statements, since Tor removed | Owen Taylor | 2000-08-31 | 1 | -4/+2 |
* | Use G_GNUC_CONST. | Elliot Lee | 2000-08-30 | 11 | -24/+19 |
* | Try to fix a bug where a window move, with a non-rectangular region | Elliot Lee | 2000-08-23 | 1 | -25/+61 |
* | gdk/gdkimage.h No need any longer on Win32 for the shared memory | Tor Lillqvist | 2000-08-19 | 2 | -23/+4 |
* | Don't leave dangling ->prev fields when merging lists. (Found | Owen Taylor | 2000-08-18 | 1 | -1/+1 |
* | gdk/gdk.def Add missing entries. | Tor Lillqvist | 2000-08-12 | 3 | -1/+73 |