| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't define HAVE_DIMM_H if MSC, as you have to get the Platform SDK to | Tor Lillqvist | 1999-11-04 | 1 | -0/+30 |
* | Add new keysyms from X11R6.4 (including EuroSign). | Tor Lillqvist | 1999-10-31 | 1 | -0/+55 |
* | FAQ update | BST 1999 Tony Gale | 1999-10-30 | 1 | -0/+4 |
* | Add more font private data. | Tor Lillqvist | 1999-10-20 | 1 | -0/+9 |
* | Use G_OS_WIN32. | Tor Lillqvist | 1999-10-19 | 1 | -0/+10 |
* | Don't use TextOutW for GDK_FONT_FONT fonts (which is all we have for now, | Tor Lillqvist | 1999-10-13 | 1 | -0/+24 |
* | (since noone objected on gtk-devel) | ÉRDI Gergo | 1999-10-11 | 1 | -0/+5 |
* | Added documentation for GtkToolbar changes (horizontal icon/text layout) | ÉRDI Gergo | 1999-10-09 | 1 | -0/+6 |
* | s/G_HAVE_CYGWIN/G_WITH_CYGWIN/ | Manish Singh | 1999-10-06 | 1 | -0/+5 |
* | Added Galician translation (modifying ChangeLogs) | Jesus Bravo Alvarez | 1999-10-05 | 1 | -0/+4 |
* | Corresponding changes as in X11 backend. | Tor Lillqvist | 1999-10-05 | 1 | -0/+13 |
* | Added Ukrainian translation from Yuri Syrota <yuri@renome.rovno.ua>. | Kjartan Maraas | 1999-10-05 | 1 | -0/+4 |
* | correct checking for BeOS check | Manish Singh | 1999-10-04 | 1 | -0/+11 |
* | added new gtkrc.* files for new encodings | Pablo Saratxaga | 1999-10-04 | 1 | -0/+7 |
* | Fix a reference to window_private->destroyed. | Owen Taylor | 1999-10-03 | 1 | -0/+25 |
* | Move files into x11 subdirectory. | Owen Taylor | 1999-10-03 | 1 | -0/+4 |
* | create x-specific subdirectory. | Owen Taylor | 1999-10-03 | 1 | -0/+10 |
* | Change GDK_WINDOWING_WIN32 usage to #ifdef also here. | Tor Lillqvist | 1999-10-02 | 1 | -0/+24 |
* | Started | Owen Taylor | 1999-10-01 | 1 | -0/+17 |
* | On Win32, expand possible hex escapes in the font family (put there by | Tor Lillqvist | 1999-09-30 | 1 | -0/+8 |
* | Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11 to #ifdef | Owen Taylor | 1999-09-29 | 1 | -0/+5 |
* | [ Merges from gtk-1-2 ] | Federico Mena Quintero | 1999-09-28 | 1 | -0/+470 |
* | Delete the gdk_DC when exiting, just to be sure. | Tor Lillqvist | 1999-09-21 | 1 | -0/+13 |
* | added pt_BR file | Pablo Saratxaga | 1999-09-20 | 1 | -0/+5 |
* | Add gdk_threads_mutex. | Tor Lillqvist | 1999-09-17 | 1 | -0/+43 |
* | gdk/gdkcolor.c (gdk_colormap_new) Fix memory leak: colormap->colors was | Tor Lillqvist | 1999-09-13 | 1 | -0/+17 |
* | added Estonian language file | Pablo Saratxaga | 1999-09-10 | 1 | -1/+5 |
* | added da file | Pablo Saratxaga | 1999-09-01 | 1 | -0/+4 |
* | Minor FAQ Update | BST 1999 Tony Gale | 1999-08-29 | 1 | -0/+4 |
* | FAQ update | BST 1999 Tony Gale | 1999-08-28 | 1 | -0/+4 |
* | Win32: Philippe Colantoni <colanton@aris.ss.uci.edu> suggests a way to get | Tor Lillqvist | 1999-08-26 | 1 | -0/+16 |
* | Fix from Simon Kelley: Set expose_count in GdkEventExposes correctly. | Tor Lillqvist | 1999-08-23 | 1 | -0/+12 |
* | Improvements by Hans Breuer: | Tor Lillqvist | 1999-08-21 | 1 | -0/+13 |
* | Fix a cut&paste error that caused crashes. | Tor Lillqvist | 1999-08-19 | 1 | -0/+5 |
* | When blitting inside one window, use ScrollWindowEx, and call | Tor Lillqvist | 1999-08-17 | 1 | -0/+7 |
* | Fix start and end radial endpoint calculations which were totally wrong. | Tor Lillqvist | 1999-08-16 | 1 | -0/+12 |
* | Fix a couple of bugs in the key event handling: Now AltGr chars work | Tor Lillqvist | 1999-08-12 | 1 | -0/+7 |
* | FAQ Update | BST 1999 Tony Gale | 1999-08-11 | 1 | -0/+4 |
* | Edit some of the cursors a bit to look better on white background. | Tor Lillqvist | 1999-07-25 | 1 | -0/+3 |
* | README.win32 Add HAVE_WINTAB. Undefine it if bulding without the Wintab | Tor Lillqvist | 1999-07-25 | 1 | -2/+21 |
* | Update gcc build instructions. Mention gettext is GPL. | Tor Lillqvist | 1999-07-21 | 1 | -1/+18 |
* | Long awaited FAQ update. | BST 1999 Tony Gale | 1999-07-15 | 1 | -0/+4 |
* | Implement it. Obscure bit manipulation needed. | Tor Lillqvist | 1999-07-14 | 1 | -0/+10 |
* | Less logging verbiage. | Tor Lillqvist | 1999-07-12 | 1 | -0/+22 |
* | Typo. | Tor Lillqvist | 1999-07-10 | 1 | -1/+1 |
* | Don't draw anything if width or height is zero. Don't print a warning if | Tor Lillqvist | 1999-07-10 | 1 | -0/+34 |
* | Handle Control-digits specially. | Tor Lillqvist | 1999-07-03 | 1 | -1/+6 |
* | New pthreads version. Use gettext. | Tor Lillqvist | 1999-07-03 | 1 | -0/+4 |
* | bpl was set wrong for bitmaps, should be multiple of 4. (Thanks to Hans | Tor Lillqvist | 1999-06-28 | 1 | -0/+6 |
* | Fix some typos (mine). | Tor Lillqvist | 1999-06-28 | 1 | -3/+3 |