| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Significantly reduced the number of calls to gdk_draw_point() (and thus to | Federico Mena Quintero | 1999-03-09 | 2 | -18/+38 |
* | add dll suffix | Asbjørn Pettersen | 1999-03-07 | 1 | -0/+23 |
* | add gen_8_3_dll_name() | Asbjørn Pettersen | 1999-03-07 | 1 | -0/+23 |
* | open in text mode | Asbjørn Pettersen | 1999-03-05 | 1 | -0/+4 |
* | Added two new signals to GtkSpinButton, "input" and "output", to make the | Stefan Jeske | 1999-02-28 | 3 | -91/+277 |
* | Incremented version to 1.2.0. -Shawn <amundson@gtk.org>GTK_1_2_0 | CST 1999 Shawn T. Amundson | 1999-02-25 | 4 | -1/+16 |
* | still request the extra width or height if the corresponding scrollbar is | Tim Janik | 1999-02-25 | 1 | -4/+4 |
* | don't add extra width or height if the requested size is mandatory (i.e. | Tim Janik | 1999-02-25 | 1 | -10/+17 |
* | New function gtk_menu_reorder_child() from Tim Janik. | CST 1999 Shawn T. Amundson | 1999-02-25 | 2 | -0/+22 |
* | Don't access *bitmapped_sizes if nbitmapped_sizes == 0. (Pointed out by | Owen Taylor | 1999-02-25 | 1 | -14/+17 |
* | Make prototypes for drag_data_get and drag_data_received handlers match | Owen Taylor | 1999-02-25 | 2 | -4/+4 |
* | Unset the clip mask for the GC if we set it. (Patch from Lars Hamann | Owen Taylor | 1999-02-25 | 1 | -0/+2 |
* | added function to check if a specific signal handler connection exists | Tim Janik | 1999-02-24 | 2 | -44/+71 |
* | if the widget is not editable, don't silently eat up GDK_Return, GDK_Home | Tim Janik | 1999-02-24 | 1 | -1/+7 |
* | warn about &widget->requisition, even for toplevels. | Tim Janik | 1999-02-24 | 7 | -28/+34 |
* | removed gtkrc rule added by Sergey Panov, because GTK+ no longer built. We | CST 1999 Shawn T. Amundson | 1999-02-24 | 1 | -1/+1 |
* | Added notice to look in AUTHORS and ChangeLog files for a list of changes. | CST 1999 Shawn T. Amundson | 1999-02-24 | 221 | -0/+1733 |
* | fix implicit branch creation, we need the *real* parent path for this and | Tim Janik | 1999-02-23 | 1 | -1/+8 |
* | You don't need to check one variable twice (trivial bugfix). | Pavel Machek | 1999-02-23 | 1 | -1/+0 |
* | When sending events to windows with a proxy, set the window field in the | Owen Taylor | 1999-02-23 | 1 | -1/+7 |
* | Removed check-y/check-n backgrounds - the effect looked like a bug. | Owen Taylor | 1999-02-21 | 1 | -2/+2 |
* | Changed warnings from g_message() to g_warning(). | Owen Taylor | 1999-02-21 | 3 | -10/+1 |
* | Account for the fact that Xlib expects format == 32 to be a long, even on | Owen Taylor | 1999-02-21 | 2 | -5/+20 |
* | removed debugging statements about embedded XID's. They could have been | Owen Taylor | 1999-02-21 | 3 | -25/+87 |
* | marked gtk_window_set_focus, gtk_window_set_default, | Tim Janik | 1999-02-21 | 1 | -4/+5 |
* | Revise algorithm for scrolling backwards. This one might actually work | Owen Taylor | 1999-02-21 | 2 | -23/+17 |
* | hm, set_modal doesn't really work with random gtk_grab_add/gtk_grab_remove | Tim Janik | 1999-02-20 | 1 | -13/+6 |
* | increment years and months by two not three on double clicks, patch | Tim Janik | 1999-02-20 | 1 | -3/+6 |
* | added ::modal argument. (gtk_window_hide): reset window->modal from the | Tim Janik | 1999-02-20 | 2 | -21/+42 |
* | Collecttion of the locale dependent gtkrc files and | Sergey I. Panov | 1999-02-19 | 5 | -0/+21 |
* | grouped function names into application-level, widget-level and | Tim Janik | 1999-02-19 | 2 | -38/+45 |
* | When queueing clears relative to widget->window, actually store | Owen Taylor | 1999-02-18 | 1 | -1/+1 |
* | Fix glib_config_args gtk_config_args confusion. (pointed out by Roland | Owen Taylor | 1999-02-18 | 3 | -29/+27 |
* | added widget arg ::titles_active. | Tim Janik | 1999-02-18 | 1 | -0/+23 |
* | only translate widget relative coordinates to window relative if the | Tim Janik | 1999-02-17 | 1 | -19/+22 |