summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Include gdkprivate.h withouh gdk/ path, as it shouldn't be in the commonTor Lillqvist1999-03-185-133/+120
* Merge in Win32 version: Define macro GDKVAR for declaring gdk variablesTor Lillqvist1999-03-1717-20/+20
* tell people that they don't really want to use the Gtk+ devel versionTim Janik1999-03-171-2/+8
* merges from stable branchStuart Parmenter1999-03-171-12/+13
* build gtkcompat.h from gtkcompat.h.in instead of gtkfeatures.h fromTim Janik1999-03-176-132/+47
* Tue Mar 16 17:43:33 1999 Tim Janik <timj@gtk.org>Tim Janik1999-03-1716-493/+726
* Check for lstat.Tor Lillqvist1999-03-164-1294/+1415
* Actually change <strings.h> to <string.h> as I already said in theTor Lillqvist1999-03-152-2/+2
* swap the gtk_drag_highlight_expose and gtk_drag_highlight_paint since itGeorge Lebl1999-03-151-2/+2
* This might seem like a large patch, but it isn't that bad, and nothingTor Lillqvist1999-03-1521-91/+2121
* Move widechar tests from `glib' to here, since those were meant only forRaja R Harinath1999-03-141-2/+2
* Configure now generates a gdkconfig.h file, in similar way as GLib'sTor Lillqvist1999-03-131-20/+252
* Don't append a * to the pattern to complete if the user entered oneTor Lillqvist1999-03-131-1/+6
* Check for dirent.h and pwd.h.Tor Lillqvist1999-03-131-97/+345
* first lookup the xfont ID in our font hash table, if we have aTim Janik1999-03-101-0/+1
* Significantly reduced the number of calls to gdk_draw_point() (and thus toFederico Mena Quintero1999-03-092-18/+38
* add dll suffixAsbjørn Pettersen1999-03-071-0/+23
* add gen_8_3_dll_name()Asbjørn Pettersen1999-03-071-0/+23
* open in text modeAsbjørn Pettersen1999-03-051-0/+4
* Added two new signals to GtkSpinButton, "input" and "output", to make theStefan Jeske1999-02-283-91/+277
* Incremented version to 1.2.0. -Shawn <amundson@gtk.org>GTK_1_2_0CST 1999 Shawn T. Amundson1999-02-254-1/+16
* still request the extra width or height if the corresponding scrollbar isTim Janik1999-02-251-4/+4
* don't add extra width or height if the requested size is mandatory (i.e.Tim Janik1999-02-251-10/+17
* New function gtk_menu_reorder_child() from Tim Janik.CST 1999 Shawn T. Amundson1999-02-252-0/+22
* Don't access *bitmapped_sizes if nbitmapped_sizes == 0. (Pointed out byOwen Taylor1999-02-251-14/+17
* Make prototypes for drag_data_get and drag_data_received handlers matchOwen Taylor1999-02-252-4/+4
* Unset the clip mask for the GC if we set it. (Patch from Lars HamannOwen Taylor1999-02-251-0/+2
* added function to check if a specific signal handler connection existsTim Janik1999-02-242-44/+71
* if the widget is not editable, don't silently eat up GDK_Return, GDK_HomeTim Janik1999-02-241-1/+7
* warn about &widget->requisition, even for toplevels.Tim Janik1999-02-247-28/+34
* removed gtkrc rule added by Sergey Panov, because GTK+ no longer built. WeCST 1999 Shawn T. Amundson1999-02-241-1/+1
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-24221-0/+1733
* fix implicit branch creation, we need the *real* parent path for this andTim Janik1999-02-231-1/+8
* You don't need to check one variable twice (trivial bugfix).Pavel Machek1999-02-231-1/+0
* When sending events to windows with a proxy, set the window field in theOwen Taylor1999-02-231-1/+7
* Removed check-y/check-n backgrounds - the effect looked like a bug.Owen Taylor1999-02-211-2/+2
* Changed warnings from g_message() to g_warning().Owen Taylor1999-02-213-10/+1
* Account for the fact that Xlib expects format == 32 to be a long, even onOwen Taylor1999-02-212-5/+20
* removed debugging statements about embedded XID's. They could have beenOwen Taylor1999-02-213-25/+87
* marked gtk_window_set_focus, gtk_window_set_default,Tim Janik1999-02-211-4/+5
* Revise algorithm for scrolling backwards. This one might actually workOwen Taylor1999-02-212-23/+17
* hm, set_modal doesn't really work with random gtk_grab_add/gtk_grab_removeTim Janik1999-02-201-13/+6
* increment years and months by two not three on double clicks, patchTim Janik1999-02-201-3/+6
* added ::modal argument. (gtk_window_hide): reset window->modal from theTim Janik1999-02-202-21/+42
* Collecttion of the locale dependent gtkrc files andSergey I. Panov1999-02-195-0/+21
* grouped function names into application-level, widget-level andTim Janik1999-02-192-38/+45
* When queueing clears relative to widget->window, actually storeOwen Taylor1999-02-181-1/+1
* Fix glib_config_args gtk_config_args confusion. (pointed out by RolandOwen Taylor1999-02-183-29/+27
* added widget arg ::titles_active.Tim Janik1999-02-181-0/+23
* only translate widget relative coordinates to window relative if theTim Janik1999-02-171-19/+22