summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-0
Commit message (Expand)AuthorAgeFilesLines
* Fix the .in files, add note about --with-native-locale.GTK_1_2_9PRE3Owen Taylor2001-03-011-0/+7
* Patch from ChiDeok Hwang to move call to sync_selection() up a few linesOwen Taylor2001-03-011-0/+22
* Redo the focus stuff once more. Keep track of the focus status via anOwen Taylor2001-02-271-0/+12
* fix messed up commit message from earlierOwen Taylor2001-02-271-2/+5
* Remove left-over debug-printf.Owen Taylor2001-02-271-0/+10
* When recursing, get the list of children and ref them all before walkingOwen Taylor2001-02-271-0/+20
* Add a configuration option --with-native-locale, that greatly speeds upOwen Taylor2001-02-271-0/+11
* Update to describe submitting patches and bug reports toOwen Taylor2001-02-271-0/+23
* We can't maintain a flag in gtk_window_focus_in/out, because GtkPlug andOwen Taylor2001-02-271-0/+10
* Do the setting of tree->root_tree in parent_set rather than _map(), fixingOwen Taylor2001-02-261-0/+12
* Change to parent implementation instead of cut-and-paste that was out ofOwen Taylor2001-02-231-0/+10
* Grab on a offscreen GtkInvisible so that we can move handle boxes whoseOwen Taylor2001-02-231-0/+7
* Don't flip cursor. (#50934)Owen Taylor2001-02-221-0/+4
* Update the current font from the contents of the entry. (#3123)Owen Taylor2001-02-221-0/+6
* Remove duplicate fwd decl for gtk_default_draw_shadow.Jody Goldberg2001-02-221-1/+39
* Fix incorrect mask. (#51039, fix from Martin Maierhofer)Owen Taylor2001-02-191-0/+13
* Unset the active menu item before deactivating the menu, soOwen Taylor2001-02-171-0/+6
* draw lines with text_gc rather than black_gc. (Patch from Vlad HarchevOwen Taylor2001-02-161-0/+6
* 1.2.9pre1GTK_1_2_9PRE1Owen Taylor2001-02-161-0/+9
* Fix problems with characters < 256 in wide character locales. (Patch fromOwen Taylor2001-02-131-0/+6
* Properly handle passive buttons at button creation time (#50686).Owen Taylor2001-02-131-0/+5
* Call gdk_colormap_sync() - fixes #50678.Owen Taylor2001-02-131-0/+7
* Fix some cases of implicit casting between void * and function pointers.Owen Taylor2001-02-131-0/+11
* [ Enabling patch for better looking theme engines ]Owen Taylor2001-02-121-0/+75
* Don't allow insensitive widgets to have a grab.Owen Taylor2001-02-121-0/+6
* use the font->ascent and ->descent to calculate the requisition height,Ian Peters2001-02-111-0/+10
* Surround additional regions with HAVE_SHAPE_EXT. (#50511, Eric Ding)Owen Taylor2001-02-031-0/+5
* Remove definition of _XOPEN_SOURCE, since it breaks things on BSD. If youOwen Taylor2001-02-021-0/+11
* Fix problem with passing signed chars to isupper() / tolower().Owen Taylor2001-02-021-0/+8
* Fix some reference counting problems problems in last patch.Owen Taylor2001-02-021-0/+5
* When a grab widget is in effect, give the grab widget a first crack atOwen Taylor2001-02-021-0/+6
* Use $(libdir), not $(exe_prefix), since some people set $(libdir)Owen Taylor2001-02-021-0/+5
* Improve warnings a bit in a fashion similar to the part ofOwen Taylor2001-02-021-0/+6
* If PATH_MAX and MAXPATHLEN are not defined, define MAXPATHLEN to 2048.Owen Taylor2001-02-011-1/+8
* Remove a dependency on bin->child != NULL. (Basically, just a cleanup)Owen Taylor2001-02-011-0/+8
* If the node being moved isn't viewable there is no way that moving theOwen Taylor2001-02-011-0/+7
* Check bounds when setting selection. (#7302)Owen Taylor2001-02-011-0/+5
* avoid regeneration of gtkmarshal.c from stamp file dep, when notTim Janik2001-02-011-0/+6
* Apply patch gtk-gharris-000907-0.patch (Guy Harris) fixing problem whereOwen Taylor2001-02-011-0/+6
* Make the sensitivity of the reparented child track that of the originalOwen Taylor2001-01-311-0/+12
* Make Return key pop down window. (#12074, Jon K Hellan)Owen Taylor2001-01-311-2/+7
* Don't allow toggling of rows off in BROWSE or EXTENDED mode. (#12072, GregOwen Taylor2001-01-311-0/+9
* Move gtkfeatures.h from gtk_public_h_sources to directly here to avoidOwen Taylor2001-01-311-0/+6
* Patch from Kipp Hickman to make the event handlers in gtkrange.c returnOwen Taylor2001-01-311-0/+21
* We need to clear the focus area on focus out, even if a background pixmapOwen Taylor2001-01-311-0/+11
* Fix from Sean Cunningham to deal with setting the shape properly whenOwen Taylor2001-01-301-0/+7
* For menu items with submenus, destroy the item along with the submenu.Owen Taylor2001-01-301-0/+10
* Fix a problem where the focus widget sometimes wasn't drawn with theOwen Taylor2001-01-301-0/+17
* [ Backport from HEAD ]Owen Taylor2001-01-301-0/+10
* [ Couple of additional tiny cleanup on last commit ]Owen Taylor2001-01-301-1/+1