summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Delete the gdk_DC when exiting, just to be sure.Tor Lillqvist1999-09-2162-38/+8
* Add gdk_threads_mutex.Tor Lillqvist1999-09-177-6/+8
* gdk/gdkcolor.c (gdk_colormap_new) Fix memory leak: colormap->colors wasTor Lillqvist1999-09-136-10/+16
* Win32: Philippe Colantoni <colanton@aris.ss.uci.edu> suggests a way to getTor Lillqvist1999-08-266-6/+66
* Fix from Simon Kelley: Set expose_count in GdkEventExposes correctly.Tor Lillqvist1999-08-236-190/+42
* Improvements by Hans Breuer:Tor Lillqvist1999-08-212-156/+244
* Fix a cut&paste error that caused crashes.Tor Lillqvist1999-08-192-2/+2
* When blitting inside one window, use ScrollWindowEx, and callTor Lillqvist1999-08-172-0/+42
* Fix start and end radial endpoint calculations which were totally wrong.Tor Lillqvist1999-08-162-14/+68
* Fix a couple of bugs in the key event handling: Now AltGr chars workTor Lillqvist1999-08-122-4/+40
* Added a file describing some upcoming and moreOwen Taylor1999-08-091-0/+219
* A couple of minor fixes, not worth any ChangeLog entry (?).Tor Lillqvist1999-08-064-2/+4
* Edit some of the cursors a bit to look better on white background.Tor Lillqvist1999-07-257-0/+0
* README.win32 Add HAVE_WINTAB. Undefine it if bulding without the WintabTor Lillqvist1999-07-259-975/+924
* Update gcc build instructions. Mention gettext is GPL.Tor Lillqvist1999-07-215-34/+60
* Implement it. Obscure bit manipulation needed.Tor Lillqvist1999-07-144-110/+214
* Less logging verbiage.Tor Lillqvist1999-07-128-55/+64
* Don't draw anything if width or height is zero. Don't print a warning ifTor Lillqvist1999-07-1012-94/+310
* Handle Control-digits specially.Tor Lillqvist1999-07-032-0/+38
* bpl was set wrong for bitmaps, should be multiple of 4. (Thanks to HansTor Lillqvist1999-06-282-2/+2
* Mention using GNU gettext. Enable NLS stuff. Use GNU gettext. Minor headerTor Lillqvist1999-06-146-124/+92
* upgrade to libtool 1.3.2 (BeOS changes merged)Manish Singh1999-06-021-0/+2
* AdjustWindowRectEx2 renamed to SafeAdjustWindowRectEx. Don't override allTor Lillqvist1999-05-302-110/+138
* Add (commented out) Windows-style theme include line.Tor Lillqvist1999-05-252-0/+2
* Copy our gdkprivate.h and gdkx.h to a gdk subdirectory, so thatTor Lillqvist1999-05-184-259/+261
* Support added for building using a GNU toolchain on Win32,Tor Lillqvist1999-04-2518-70/+225
* correctly remove the default filter from the listGeorge Lebl1999-04-212-2/+2
* Make sure `gdkconfig.h' exists after the rule is fired.Raja R Harinath1999-03-291-4/+10
* Rename from configincludedir so that glibconfig.h will be installed asRaja R Harinath1999-03-261-2/+2
* Merge in Win32 version: Define macro GDKVAR for declaring gdk variablesTor Lillqvist1999-03-177-17/+63
* Fixes to the win32 backend to actually be able to compile within aTor Lillqvist1999-03-1747-5727/+72
* Check for lstat.Tor Lillqvist1999-03-161-6/+6
* Forgot to document maketypes.awk change in ChangeLog. Added gdk.def file.Tor Lillqvist1999-03-152-0/+672
* This might seem like a large patch, but it isn't that bad, and nothingTor Lillqvist1999-03-155-65/+122
* Move widechar tests from `glib' to here, since those were meant only forRaja R Harinath1999-03-141-3/+4
* Configure now generates a gdkconfig.h file, in similar way as GLib'sTor Lillqvist1999-03-133-0/+37
* Check for NULL parameter in gdk_font_load. Plug a memory leak in gdkim.c.Tor Lillqvist1999-03-124-2/+6
* first lookup the xfont ID in our font hash table, if we have aTim Janik1999-03-102-24/+44
* Some bug fixes and improvements to the Win32 GDK.Tor Lillqvist1999-03-0714-690/+686
* cur files are binary. Changed to -kb and committed the correct versions,Tor Lillqvist1999-03-062-0/+0
* cur files are binary. cvs admin -kb and recommit.Tor Lillqvist1999-03-061-0/+0
* Win32 version of GDK source files and resource files (cursors and icons).Tor Lillqvist1999-03-05127-0/+46985
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-2456-2/+427
* When sending events to windows with a proxy, set the window field in theOwen Taylor1999-02-232-28/+142
* Always set the max width or height to at least 1, since 0 triggers bugs inOwen Taylor1999-02-212-4/+4
* Changed warnings from g_message() to g_warning().Owen Taylor1999-02-214-20/+20
* Account for the fact that Xlib expects format == 32 to be a long, even onOwen Taylor1999-02-217-48/+86
* removed debugging statements about embedded XID's. They could have beenOwen Taylor1999-02-215-24/+204
* Supplement the existing WMNormalHints, don't overwrite them.Owen Taylor1999-02-102-34/+52
* asure that ->value_buf always points to an allocated area.Tim Janik1999-02-105-1434/+1468