summaryrefslogtreecommitdiff
path: root/gdk/win32
Commit message (Expand)AuthorAgeFilesLines
* Remove all references to offscreen flag which was no longer used.Havoc Pennington2000-06-021-1617/+2
* Plug same refcount leaks as in the X11 backend.gdk-object-branchpointTor Lillqvist2000-05-163-138/+49
* Typo.Tor Lillqvist2000-05-121-1/+1
* Define more message types missing from mingw headers.Tor Lillqvist2000-05-125-15/+317
* Fix typo. I had deleted a ! operator by mistake, which causedTor Lillqvist2000-05-073-202/+501
* Don't try to draw too narrow or too low arcs, they seem to fail, at leastTor Lillqvist2000-05-021-1/+4
* New file, just a quick hack of the X11 version.Tor Lillqvist2000-05-011-0/+702
* Large changes to the Win32 backend, partially made necessary by theTor Lillqvist2000-05-0122-581/+827
* Remove the #ifndef USE_DISPATCHMESSAGE sections, we do want to useTor Lillqvist2000-03-165-71/+22
* Internal GDK error reporting changes: (gdk_win32_gdi_failed) New functionTor Lillqvist2000-03-0812-161/+234
* Store just pixel value of background colour.Tor Lillqvist2000-03-036-111/+201
* Move the test for no segments before the assertion for non-NULL segmentTor Lillqvist2000-02-133-75/+116
* init refcount to 1 (gdk_cursor_new): init refcount to 1Havoc Pennington2000-02-131-1/+2
* Add an extra parameter so that we don't have to do unnecessary settings toTor Lillqvist2000-02-1316-697/+819
* gdk/win32/gdkproperty-win32.c The assertions for GDK_IS_WINDOW wereTor Lillqvist2000-02-091-3/+3
* Use g_filename_to_utf8 to convert the font names Windows gives us fromTor Lillqvist2000-02-035-23/+36
* 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