| Commit message (Expand) | Author | Age | Files | Lines |
* | Added lib/gtk+/include/* to %files (bug #5178 - Peter Wainright) | Owen Taylor | 2000-01-24 | 1 | -0/+9 |
* | Make the @detail argument for the GtkStyleClass vtable const. | Owen Taylor | 2000-01-21 | 1 | -1/+4 |
* | Make GtkPrintFunc take a const string argument like GtkTranslateFunc. This | Owen Taylor | 2000-01-21 | 1 | -0/+6 |
* | The correct semantics (to mimic the X11 backend, which just calls | Tor Lillqvist | 2000-01-18 | 1 | -0/+12 |
* | configure.in gdk/Makefile.am gdk/x11/Makefile.am Small fixes, thanks to | Tor Lillqvist | 2000-01-15 | 1 | -0/+10 |
* | Ignore WM_MOVE for iconified or invisible windows. This fixes various | Tor Lillqvist | 2000-01-09 | 1 | -0/+6 |
* | Fix copy&paste error: Call the backend's draw_lines method, not | Tor Lillqvist | 2000-01-05 | 1 | -0/+5 |
* | Add credits for finding the bug fixed a couple of days ago. | Tor Lillqvist | 2000-01-02 | 1 | -2/+4 |
* | Clean up some more leftovers from before Owen's reorganization: Don't have | Tor Lillqvist | 2000-01-02 | 1 | -0/+10 |
* | gdk/win32/gdkprivate-win32.h gdk/win32/gdkevents-win32.c | Tor Lillqvist | 1999-12-30 | 1 | -0/+8 |
* | If we don't HAVE_XCONVERTCASE we must #include gdkkeysyms.h to get the | Tor Lillqvist | 1999-12-29 | 1 | -0/+9 |
* | When handling a single character (text length == 1), don't handle it as if | Tor Lillqvist | 1999-12-18 | 1 | -0/+6 |
* | More tweaks. Check only if at least one of those Unicode subrange bits we | Tor Lillqvist | 1999-12-12 | 1 | -0/+5 |
* | gdk/Makefile.am Distribute Win32 files. | Tor Lillqvist | 1999-12-11 | 1 | -1/+8 |
* | Distribute README.win32. | Tor Lillqvist | 1999-12-11 | 1 | -0/+5 |
* | Must mark also gdk_error_warnings and gdk_error_code as GDKVAR, as they | Tor Lillqvist | 1999-12-11 | 1 | -0/+24 |
* | Fix string measurement code. For now, the rbearing is set to the same as | Tor Lillqvist | 1999-12-06 | 1 | -5/+11 |
* | New function. Guesstimate what Unicode subranges a font covers based on | Tor Lillqvist | 1999-12-05 | 1 | -0/+12 |
* | New function, long needed. | Owen Taylor | 1999-12-03 | 1 | -10/+11 |
* | Fix two copy&paste errors. | Tor Lillqvist | 1999-11-25 | 1 | -0/+19 |
* | set event->any.window before calling filter functions. | Tor Lillqvist | 1999-11-23 | 1 | -0/+5 |
* | Adapt cast macros to standard. | Raja R Harinath | 1999-11-22 | 1 | -0/+1301 |
* | Remove, as this is a file generated by configure (or copied from | Tor Lillqvist | 1999-11-21 | 1 | -0/+7 |
* | Fix typo. | Tor Lillqvist | 1999-11-21 | 1 | -0/+17 |
* | Added support for wheel mice (buttons 4 and 5). | Stefan Jeske | 1999-11-21 | 1 | -0/+5 |
* | Also for truecolor drawables use just the pixel field in the foreground | Tor Lillqvist | 1999-11-18 | 1 | -0/+14 |
* | s/gtk_main_iteration/g_main_iteration/ | GMT 1999 Tony Gale | 1999-11-15 | 1 | -0/+4 |
* | threads example from Erik Mouw. New question on GtkLabel background | GMT 1999 Tony Gale | 1999-11-13 | 1 | -0/+14 |
* | Fix a couple of bugs. The Unicode subrange table (from the "Developing | Tor Lillqvist | 1999-11-10 | 1 | -0/+11 |
* | Fix off-by-one bug in parameter check. | GMT 1999 Tony Gale | 1999-11-10 | 1 | -0/+5 |
* | Call XFreeDeviceState() on results of XQueryDeviceState(). | Owen Taylor | 1999-11-10 | 1 | -0/+5 |
* | Substitute gdkx.h => gdkprivate.h since we need to accesss only | Owen Taylor | 1999-11-08 | 1 | -0/+20 |
* | gdk/win32/gdkdraw.c gdk/win32/gdkfont.c Various minor cleanups and | Tor Lillqvist | 1999-11-08 | 1 | -0/+7 |
* | Add missing include, fix GdkWindowPrivate => GdkDrawablePrivate. | Owen Taylor | 1999-11-08 | 1 | -0/+10 |
* | Move all X specific code into the x11/ directory. Aside from shuffling | Owen Taylor | 1999-11-08 | 1 | -0/+62 |
* | New font private structures, related to fontsets. | Tor Lillqvist | 1999-11-08 | 1 | -0/+40 |
* | 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 |