| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | correct checking for BeOS check | Manish Singh | 1999-10-04 | 6 | -42/+42 |
* | added new gtkrc.* files for new encodings | Pablo Saratxaga | 1999-10-04 | 5 | -3/+32 |
* | Fix a reference to window_private->destroyed. | Owen Taylor | 1999-10-03 | 2 | -2/+3 |
* | This is an implementation of Idea #13 from | ÉRDI Gergo | 1999-10-02 | 3 | -9/+108 |
* | Started | Owen Taylor | 1999-10-01 | 1 | -2/+19 |
* | On Win32, expand possible hex escapes in the font family (put there by | Tor Lillqvist | 1999-09-30 | 1 | -3/+45 |
* | Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11 to #ifdef | Owen Taylor | 1999-09-29 | 8 | -37/+37 |
* | [ Merges from gtk-1-2 ] | Federico Mena Quintero | 1999-09-28 | 1 | -0/+123 |
* | - retrived last changes. This bad ide fixing this kind problems on gtk+ | Tomasz Kłoczko | 1999-09-25 | 1 | -3/+2 |
* | This important fix and will be god to incude this to 1.2.5. | Tomasz Kłoczko | 1999-09-23 | 1 | -2/+3 |
* | Delete the gdk_DC when exiting, just to be sure. | Tor Lillqvist | 1999-09-21 | 1 | -1/+2 |
* | Add gdk_threads_mutex. | Tor Lillqvist | 1999-09-17 | 38 | -55/+55 |
* | gdk/gdkcolor.c (gdk_colormap_new) Fix memory leak: colormap->colors was | Tor Lillqvist | 1999-09-13 | 4 | -4/+4 |
* | Fix start and end radial endpoint calculations which were totally wrong. | Tor Lillqvist | 1999-08-16 | 2 | -6/+6 |
* | A couple of minor fixes, not worth any ChangeLog entry (?). | Tor Lillqvist | 1999-08-06 | 1 | -0/+1 |
* | Update gcc build instructions. Mention gettext is GPL. | Tor Lillqvist | 1999-07-21 | 3 | -25/+17 |
* | Implement it. Obscure bit manipulation needed. | Tor Lillqvist | 1999-07-14 | 1 | -0/+12 |
* | Less logging verbiage. | Tor Lillqvist | 1999-07-12 | 4 | -19/+60 |
* | Don't draw anything if width or height is zero. Don't print a warning if | Tor Lillqvist | 1999-07-10 | 2 | -0/+5 |
* | New pthreads version. Use gettext. | Tor Lillqvist | 1999-07-03 | 2 | -4/+5 |
* | Add a missing entry point. | Tor Lillqvist | 1999-07-02 | 1 | -0/+1 |
* | moved gtkrc.zh_TW to gtkrc.zh_TW.Big5 | Pablo Saratxaga | 1999-06-25 | 2 | -1/+1 |
* | changed 'ln' to '$(LN_S)' in the Makefile.am (it should be $(LN) but I don't | Pablo Saratxaga | 1999-06-24 | 7 | -51/+15 |
* | added gtkrc.* files for all encodings I know | Pablo Saratxaga | 1999-06-23 | 12 | -27/+187 |
* | Mention using GNU gettext. Enable NLS stuff. Use GNU gettext. Minor header | Tor Lillqvist | 1999-06-14 | 3 | -3/+15 |
* | Add (commented out) Windows-style theme include line. | Tor Lillqvist | 1999-05-25 | 2 | -0/+13 |
* | changes to compile nicely (with xlib) on BeOS | CDT 1999 Shawn T. Amundson | 1999-05-12 | 1 | -0/+3 |
* | merges from gtk-1-2 | Lars Hamann | 1999-04-30 | 2 | -232/+239 |
* | Support added for building using a GNU toolchain on Win32, | Tor Lillqvist | 1999-04-25 | 7 | -25/+417 |
* | added gtkrc.?? files for various iso-8859-2 languages, | Pablo Saratxaga | 1999-04-23 | 13 | -2/+92 |
* | Add a warning when gtk_widget_grab_default() is called for a widget that | Owen Taylor | 1999-04-13 | 1 | -0/+2 |
* | updated spanish & walloon language files, | Pablo Saratxaga | 1999-04-05 | 1 | -26/+27 |
* | Make code compile with unknown value of GDK_WINDOWING | Pavel Machek | 1999-03-30 | 1 | -0/+3 |
* | - added gtkrc.pl. | Tomasz Kłoczko | 1999-03-26 | 2 | -1/+8 |
* | *** empty log message *** | Elliot Lee | 1999-03-21 | 1 | -0/+1 |
* | Include gdkprivate.h withouh gdk/ path, as it shouldn't be in the common | Tor Lillqvist | 1999-03-18 | 5 | -133/+120 |
* | Merge in Win32 version: Define macro GDKVAR for declaring gdk variables | Tor Lillqvist | 1999-03-17 | 17 | -20/+20 |
* | tell people that they don't really want to use the Gtk+ devel version | Tim Janik | 1999-03-17 | 1 | -2/+8 |
* | merges from stable branch | Stuart Parmenter | 1999-03-17 | 1 | -12/+13 |
* | build gtkcompat.h from gtkcompat.h.in instead of gtkfeatures.h from | Tim Janik | 1999-03-17 | 6 | -132/+47 |
* | Tue Mar 16 17:43:33 1999 Tim Janik <timj@gtk.org> | Tim Janik | 1999-03-17 | 16 | -493/+726 |
* | Check for lstat. | Tor Lillqvist | 1999-03-16 | 4 | -1294/+1415 |
* | Actually change <strings.h> to <string.h> as I already said in the | Tor Lillqvist | 1999-03-15 | 2 | -2/+2 |
* | swap the gtk_drag_highlight_expose and gtk_drag_highlight_paint since it | George Lebl | 1999-03-15 | 1 | -2/+2 |
* | This might seem like a large patch, but it isn't that bad, and nothing | Tor Lillqvist | 1999-03-15 | 21 | -91/+2121 |
* | Move widechar tests from `glib' to here, since those were meant only for | Raja R Harinath | 1999-03-14 | 1 | -2/+2 |
* | Configure now generates a gdkconfig.h file, in similar way as GLib's | Tor Lillqvist | 1999-03-13 | 1 | -20/+252 |
* | Don't append a * to the pattern to complete if the user entered one | Tor Lillqvist | 1999-03-13 | 1 | -1/+6 |
* | Check for dirent.h and pwd.h. | Tor Lillqvist | 1999-03-13 | 1 | -97/+345 |
* | first lookup the xfont ID in our font hash table, if we have a | Tim Janik | 1999-03-10 | 1 | -0/+1 |