summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Add comment that GdkXEvent isn't only for XEvent, but in general forTor Lillqvist2000-11-171-1/+3
* cvsignore updatesOwen Taylor2000-11-161-0/+3
* remove unecessary rules for win32-specific config-substituted targets. IfOwen Taylor2000-11-163-10/+0
* Add s'more TODO items.Elliot Lee2000-11-151-3/+11
* Fixed some debug macros.Alexander Larsson2000-11-151-1/+2
* Added virtual functions set_pixel, get_color, fill_span and draw_drawableAlexander Larsson2000-11-158-508/+1093
* Draw underlines one pixel higher.Havoc Pennington2000-11-151-6/+8
* Remove. New file. New file Corresponding changes.Tor Lillqvist2000-11-143-88/+95
* Add a couple of missing G_GNUC_CONST's.Elliot Lee2000-11-131-5/+5
* Free the filename of the module file.Havoc Pennington2000-11-131-56/+16
* Cleanup and reindent of GtkFB.Alexander Larsson2000-11-1320-2358/+2189
* GCompareFunc -> GEqualFunc where applicable.Sebastian Wilhelmi2000-11-138-67/+67
* g_filename_{to,from}_utf8 now takes an extra parameter.Robert Brady2000-11-121-3/+3
* Fix problem with using result of g_get_charset() backwards - pointed outOwen Taylor2000-11-121-2/+2
* corrected object casts, make it work again on win32Hans Breuer2000-11-129-31/+75
* gdk/gdk.def Update.Tor Lillqvist2000-11-1111-163/+338
* Changes to make the new testgtk compile after gtk_menu_append was removed.Alexander Larsson2000-11-094-87/+518
* Forgot to remove stray g_print()Alexander Larsson2000-11-071-2/+0
* use g_object_new() instead of g_type_create_instance() which is a privateAlexander Larsson2000-11-0710-149/+222
* Fix a bunch of functions that should have been marked static.Owen Taylor2000-11-021-10/+10
* had a test backwardHavoc Pennington2000-11-021-0/+26
* Add last argument to t_type_register_static call.Alexander Larsson2000-11-0210-15/+100
* Clip the rectangle to be rendered to the drawable, sinceHavoc Pennington2000-11-011-1/+31
* Only ref the window if it isn't NULL.Owen Taylor2000-11-011-1/+2
* New function to create a pixbuf pointing to a subregion of another pixbuf.Havoc Pennington2000-11-013-40/+121
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-2511-11/+11
* If window == NULL, assume the root window. (restoring the behaviour thatRobert Brady2000-10-251-6/+3
* Include x11/gdkx.h only when building for X11.Tor Lillqvist2000-10-2510-75/+85
* Re-enable the "find" dialogHavoc Pennington2000-10-2410-35/+411
* gdk/win32/gdkgc-win32.c Remove gcc -Wall warnings.Tor Lillqvist2000-10-227-44/+98
* Some updatesHavoc Pennington2000-10-181-1/+1
* Update.Tor Lillqvist2000-10-0915-64/+206
* contrib subdirHavoc Pennington2000-10-091-7/+0
* Fix obvious bug in circle drawing.Jonathan Blandford2000-10-041-1/+1
* Move list pointer forwards before removing item from list. (Crash reported02000-10-043-3/+3
* Add gdk_window_iconify.Owen Taylor2000-10-045-44/+158
* Guard definition of alloca(). glib.h now handles that.Tor Lillqvist2000-10-033-17/+341
* Remove g_convert (moved to glib) and now useless utf_to_latin1()Owen Taylor2000-09-146-9/+474
* Oops, cut&paste error.Tor Lillqvist2000-09-071-1/+1
* Use -Wall. Add gdkpango-win32.oTor Lillqvist2000-09-075-167/+225
* Doc comment fixing. (Mostly non-matching parameter names.)Owen Taylor2000-09-074-14/+12
* Remove conftest* after use along the lines of AC_TRY_COMPILE.Sebastian Wilhelmi2000-09-052-0/+2
* Put text after #endif inside a comment to avoid ANSI warning.Elliot Lee2000-09-041-1/+1
* Fix bug where moving a toplevel window immediately after sizing it wouldOwen Taylor2000-09-011-3/+14
* remove GDK_IMAGE_SHARED_PIXMAP from switch statements, since Tor removedOwen Taylor2000-08-311-4/+2
* Use G_GNUC_CONST.Elliot Lee2000-08-3011-24/+19
* Try to fix a bug where a window move, with a non-rectangular regionElliot Lee2000-08-231-25/+61
* gdk/gdkimage.h No need any longer on Win32 for the shared memoryTor Lillqvist2000-08-192-23/+4
* Don't leave dangling ->prev fields when merging lists. (FoundOwen Taylor2000-08-181-1/+1
* gdk/gdk.def Add missing entries.Tor Lillqvist2000-08-123-1/+73