summaryrefslogtreecommitdiff
path: root/gdk/win32
Commit message (Expand)AuthorAgeFilesLines
* use gdk_cursor_unref instead of destroyHavoc Pennington2000-01-291-1/+1
* .cvsignore additionsOwen Taylor2000-01-211-0/+5
* The correct semantics (to mimic the X11 backend, which just callsTor Lillqvist2000-01-181-5/+7
* configure.in gdk/Makefile.am gdk/x11/Makefile.am Small fixes, thanks toTor Lillqvist2000-01-152-2/+1601
* Ignore WM_MOVE for iconified or invisible windows. This fixes variousTor Lillqvist2000-01-091-1/+3
* Clean up some more leftovers from before Owen's reorganization: Don't haveTor Lillqvist2000-01-021-10/+9
* gdk/win32/gdkprivate-win32.h gdk/win32/gdkevents-win32.cTor Lillqvist1999-12-304-5/+2
* When handling a single character (text length == 1), don't handle it as ifTor Lillqvist1999-12-181-6/+24
* More tweaks. Check only if at least one of those Unicode subrange bits weTor Lillqvist1999-12-121-10/+17
* gdk/Makefile.am Distribute Win32 files.Tor Lillqvist1999-12-112-72/+28
* Distribute README.win32.Tor Lillqvist1999-12-111-0/+106
* Must mark also gdk_error_warnings and gdk_error_code as GDKVAR, as theyTor Lillqvist1999-12-112-2/+2
* Fix string measurement code. For now, the rbearing is set to the same asTor Lillqvist1999-12-061-12/+6
* New function. Guesstimate what Unicode subranges a font covers based onTor Lillqvist1999-12-055-106/+667
* Temp debugging function prototype left in by mistake.Tor Lillqvist1999-11-251-1/+0
* Fix two copy&paste errors.Tor Lillqvist1999-11-253-107/+160
* set event->any.window before calling filter functions.Tor Lillqvist1999-11-231-0/+2
* Remove, as this is a file generated by configure (or copied fromTor Lillqvist1999-11-2110-647/+16
* Fix typo.Tor Lillqvist1999-11-211-0/+4
* Further hacking. Now actually compiles. Haven't tried yet whetherTor Lillqvist1999-11-2019-1462/+548
* Intermediate commit.Tor Lillqvist1999-11-194-782/+510
* Also for truecolor drawables use just the pixel field in the foregroundTor Lillqvist1999-11-181-12/+23
* Intermediate commit. I go to bed now.Tor Lillqvist1999-11-1710-1373/+554
* More renames at the request of tmlOwen Taylor1999-11-154-1362/+0
* *** empty log message ***Tor Lillqvist1999-11-124-1232/+1518
* cvs remove the old files after copying the files over to the -win32 names in ...Owen Taylor1999-11-1216-20565/+0
* re-addingTor Lillqvist1999-11-114-0/+288
* re-adding for manual rename of repository files.Tor Lillqvist1999-11-1134-0/+39496
* *** empty log message ***Tor Lillqvist1999-11-112-0/+548
* Re-adding removed files, in order for the renaming to *-win32Tor Lillqvist1999-11-112-0/+4468
* Just renamed the Win32 backend files to *-win32.Tor Lillqvist1999-11-1047-48433/+31
* gdk/win32/gdkdraw.c gdk/win32/gdkfont.c Various minor cleanups andTor Lillqvist1999-11-086-32/+50
* Move all X specific code into the x11/ directory. Aside from shufflingOwen Taylor1999-11-082-0/+80
* New font private structures, related to fontsets.Tor Lillqvist1999-11-0821-548/+1929
* Don't define HAVE_DIMM_H if MSC, as you have to get the Platform SDK toTor Lillqvist1999-11-0416-762/+828
* Add new keysyms from X11R6.4 (including EuroSign).Tor Lillqvist1999-10-3131-2219/+6720
* Add more font private data.Tor Lillqvist1999-10-206-50/+466
* Don't use TextOutW for GDK_FONT_FONT fonts (which is all we have for now,Tor Lillqvist1999-10-138-62/+260
* Corresponding changes as in X11 backend.Tor Lillqvist1999-10-0532-1865/+1565
* A few includes added for the picky MSVC compiler.Tor Lillqvist1999-10-027-0/+8
* Change GDK_WINDOWING_WIN32 usage to #ifdef also here.Tor Lillqvist1999-10-0244-558/+467
* Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11 to #ifdefOwen Taylor1999-09-291-1/+1
* Delete the gdk_DC when exiting, just to be sure.Tor Lillqvist1999-09-2162-38/+8
* Add gdk_threads_mutex.Tor Lillqvist1999-09-174-2/+4
* gdk/gdkcolor.c (gdk_colormap_new) Fix memory leak: colormap->colors wasTor Lillqvist1999-09-134-8/+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