| Commit message (Expand) | Author | Age | Files | Lines |
* | use gdk_cursor_unref instead of destroy | Havoc Pennington | 2000-01-29 | 1 | -1/+1 |
* | .cvsignore additions | Owen Taylor | 2000-01-21 | 1 | -0/+5 |
* | The correct semantics (to mimic the X11 backend, which just calls | Tor Lillqvist | 2000-01-18 | 1 | -5/+7 |
* | configure.in gdk/Makefile.am gdk/x11/Makefile.am Small fixes, thanks to | Tor Lillqvist | 2000-01-15 | 2 | -2/+1601 |
* | Ignore WM_MOVE for iconified or invisible windows. This fixes various | Tor Lillqvist | 2000-01-09 | 1 | -1/+3 |
* | Clean up some more leftovers from before Owen's reorganization: Don't have | Tor Lillqvist | 2000-01-02 | 1 | -10/+9 |
* | gdk/win32/gdkprivate-win32.h gdk/win32/gdkevents-win32.c | Tor Lillqvist | 1999-12-30 | 4 | -5/+2 |
* | When handling a single character (text length == 1), don't handle it as if | Tor Lillqvist | 1999-12-18 | 1 | -6/+24 |
* | More tweaks. Check only if at least one of those Unicode subrange bits we | Tor Lillqvist | 1999-12-12 | 1 | -10/+17 |
* | gdk/Makefile.am Distribute Win32 files. | Tor Lillqvist | 1999-12-11 | 2 | -72/+28 |
* | Distribute README.win32. | Tor Lillqvist | 1999-12-11 | 1 | -0/+106 |
* | Must mark also gdk_error_warnings and gdk_error_code as GDKVAR, as they | Tor Lillqvist | 1999-12-11 | 2 | -2/+2 |
* | Fix string measurement code. For now, the rbearing is set to the same as | Tor Lillqvist | 1999-12-06 | 1 | -12/+6 |
* | New function. Guesstimate what Unicode subranges a font covers based on | Tor Lillqvist | 1999-12-05 | 5 | -106/+667 |
* | Temp debugging function prototype left in by mistake. | Tor Lillqvist | 1999-11-25 | 1 | -1/+0 |
* | Fix two copy&paste errors. | Tor Lillqvist | 1999-11-25 | 3 | -107/+160 |
* | set event->any.window before calling filter functions. | Tor Lillqvist | 1999-11-23 | 1 | -0/+2 |
* | Remove, as this is a file generated by configure (or copied from | Tor Lillqvist | 1999-11-21 | 10 | -647/+16 |
* | Fix typo. | Tor Lillqvist | 1999-11-21 | 1 | -0/+4 |
* | Further hacking. Now actually compiles. Haven't tried yet whether | Tor Lillqvist | 1999-11-20 | 19 | -1462/+548 |
* | Intermediate commit. | Tor Lillqvist | 1999-11-19 | 4 | -782/+510 |
* | Also for truecolor drawables use just the pixel field in the foreground | Tor Lillqvist | 1999-11-18 | 1 | -12/+23 |
* | Intermediate commit. I go to bed now. | Tor Lillqvist | 1999-11-17 | 10 | -1373/+554 |
* | More renames at the request of tml | Owen Taylor | 1999-11-15 | 4 | -1362/+0 |
* | *** empty log message *** | Tor Lillqvist | 1999-11-12 | 4 | -1232/+1518 |
* | cvs remove the old files after copying the files over to the -win32 names in ... | Owen Taylor | 1999-11-12 | 16 | -20565/+0 |
* | re-adding | Tor Lillqvist | 1999-11-11 | 4 | -0/+288 |
* | re-adding for manual rename of repository files. | Tor Lillqvist | 1999-11-11 | 34 | -0/+39496 |
* | *** empty log message *** | Tor Lillqvist | 1999-11-11 | 2 | -0/+548 |
* | Re-adding removed files, in order for the renaming to *-win32 | Tor Lillqvist | 1999-11-11 | 2 | -0/+4468 |
* | Just renamed the Win32 backend files to *-win32. | Tor Lillqvist | 1999-11-10 | 47 | -48433/+31 |
* | gdk/win32/gdkdraw.c gdk/win32/gdkfont.c Various minor cleanups and | Tor Lillqvist | 1999-11-08 | 6 | -32/+50 |
* | Move all X specific code into the x11/ directory. Aside from shuffling | Owen Taylor | 1999-11-08 | 2 | -0/+80 |
* | New font private structures, related to fontsets. | Tor Lillqvist | 1999-11-08 | 21 | -548/+1929 |
* | Don't define HAVE_DIMM_H if MSC, as you have to get the Platform SDK to | Tor Lillqvist | 1999-11-04 | 16 | -762/+828 |
* | Add new keysyms from X11R6.4 (including EuroSign). | Tor Lillqvist | 1999-10-31 | 31 | -2219/+6720 |
* | Add more font private data. | Tor Lillqvist | 1999-10-20 | 6 | -50/+466 |
* | Don't use TextOutW for GDK_FONT_FONT fonts (which is all we have for now, | Tor Lillqvist | 1999-10-13 | 8 | -62/+260 |
* | Corresponding changes as in X11 backend. | Tor Lillqvist | 1999-10-05 | 32 | -1865/+1565 |
* | A few includes added for the picky MSVC compiler. | Tor Lillqvist | 1999-10-02 | 7 | -0/+8 |
* | Change GDK_WINDOWING_WIN32 usage to #ifdef also here. | Tor Lillqvist | 1999-10-02 | 44 | -558/+467 |
* | Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11 to #ifdef | Owen Taylor | 1999-09-29 | 1 | -1/+1 |
* | Delete the gdk_DC when exiting, just to be sure. | Tor Lillqvist | 1999-09-21 | 62 | -38/+8 |
* | Add gdk_threads_mutex. | Tor Lillqvist | 1999-09-17 | 4 | -2/+4 |
* | gdk/gdkcolor.c (gdk_colormap_new) Fix memory leak: colormap->colors was | Tor Lillqvist | 1999-09-13 | 4 | -8/+16 |
* | Win32: Philippe Colantoni <colanton@aris.ss.uci.edu> suggests a way to get | Tor Lillqvist | 1999-08-26 | 6 | -6/+66 |
* | Fix from Simon Kelley: Set expose_count in GdkEventExposes correctly. | Tor Lillqvist | 1999-08-23 | 6 | -190/+42 |
* | Improvements by Hans Breuer: | Tor Lillqvist | 1999-08-21 | 2 | -156/+244 |
* | Fix a cut&paste error that caused crashes. | Tor Lillqvist | 1999-08-19 | 2 | -2/+2 |
* | When blitting inside one window, use ScrollWindowEx, and call | Tor Lillqvist | 1999-08-17 | 2 | -0/+42 |