summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
Commit message (Expand)AuthorAgeFilesLines
* Fix an obvious typo where it says LEFT instead of CENTER.Darin Adler2001-11-081-0/+5
* Add g_return_if_fail.Darin Adler2001-11-071-0/+5
* Add row_draggable() vfunc, and wrapper function.Owen Taylor2001-11-061-0/+30
* wacky easter eggHavoc Pennington2001-11-061-0/+4
* Fix misplaced HAVE_XFT.Owen Taylor2001-11-061-0/+4
* expose the child widgets in here (gtk_text_view_realize): set parentHavoc Pennington2001-11-061-0/+25
* Do search GTK_BINARY_VERSION -specific directory on Windows, too (#63759).Tor Lillqvist2001-11-061-0/+5
* Redo Xft support to go directly to Picture objects instead of usingOwen Taylor2001-11-051-0/+11
* Clamp max window width/height to 32767, not 32768 since we have to be ableOwen Taylor2001-11-051-0/+24
* sigsetjmp is macroized in some places, so use AC_TRY_LINK instead ofManish Singh2001-11-051-0/+5
* Implement gdk_color_parse() in terms of pango_color_parse().Owen Taylor2001-11-051-0/+8
* queue_resize_on_group with both the old and new mode, not just the newOwen Taylor2001-11-041-0/+7
* Add a function gdk_window_invalidate_maybe_recurse() for use in "shallowOwen Taylor2001-11-041-0/+44
* don't free the module name until after we load the modulejacob berkman2001-11-041-0/+5
* Convert GTK_TYPE_CTREE_NODE to pointer derivation instead of boxedOwen Taylor2001-11-041-0/+7
* Can't include gtkprivate.h (I added the include yesterday, without reallyTor Lillqvist2001-11-031-0/+7
* Use GtkWindow* as first signal argument (was GtkWidget*).Daniel Elstner2001-11-031-0/+10
* chain finalize to parent class to get removed from the toplevel_list.Hans Breuer2001-11-031-0/+8
* Correct some renamed functions.Tor Lillqvist2001-11-031-0/+7
* Use -no-undefined on Windows. Look for .dll or .so as appropriate asTor Lillqvist2001-11-021-1/+22
* Clean up height code a bit. I don't think it's completely correct yet, butJonathan Blandford2001-11-021-0/+6
* Remove random + 5 for width and height. If people want padding, theyOwen Taylor2001-11-021-0/+9
* Pad the structure for future expansion.Owen Taylor2001-11-021-0/+5
* Patch from HideToshi Tajima (#51922)Owen Taylor2001-11-021-0/+14
* Go to the GUP proposed ordering of buttons with [OK] in the lower rightOwen Taylor2001-11-021-0/+8
* remove extraneous gtk_label_clear_layout (label)Jonathan Blandford2001-11-021-0/+5
* Removed -DGTK_DISABLE_COMPAT_H.Sebastian Wilhelmi2001-11-021-0/+10
* Convert to use pkg-config rather than gtk-config. (#53375, Skip Montanaro)Owen Taylor2001-11-021-0/+5
* remove totally broken unused, non-compiling, static function.Matt Wilson2001-11-021-0/+5
* Iterate through children of the action area, not of the vbox. (#58278,Owen Taylor2001-11-021-0/+7
* handle -1 argument in order to remove a workaround in Nautilus that forcedHavoc Pennington2001-11-021-0/+8
* Patch from George Lebl to fix division by zero for full scroll bars.Owen Taylor2001-11-021-0/+5
* ref/unref around gtk_widget_event() if we are going to set a flagOwen Taylor2001-11-021-0/+6
* Actually add the missing/broken image icon as the image for the "missingOwen Taylor2001-11-021-0/+6
* Set a reasonable default height for the window.Owen Taylor2001-11-021-0/+20
* Fix reorder_fixup, #59583Jonathan Blandford2001-11-021-0/+8
* Make GtkFunction return boolean, not gint. (Daniel Elstner).Owen Taylor2001-11-011-0/+5
* Add: - A ::retrieve_surrounding signal that asks the widget for contextOwen Taylor2001-11-011-0/+22
* it's amazing how well things work sometimes, even when they're completelyJonathan Blandford2001-11-011-0/+12
* Fix crash found by Matt Wilson.Jonathan Blandford2001-11-011-0/+5
* Support Shift, Control, and Shift|Control L<->R, #63475Jonathan Blandford2001-11-011-0/+5
* fix infinite loop noticed by yosh.Jonathan Blandford2001-11-011-0/+5
* unset the GTK_REALIZED flag so we don't re-enter when we are destroyedMichael Meeks2001-10-311-0/+6
* Add a "menu" property and notify on it. (#62798, Padraig O'Briain)Owen Taylor2001-10-311-0/+11
* fix typo to make it compileManish Singh2001-10-311-0/+4
* if the widget is insensitive, draw the text insensitively, #63306Jonathan Blandford2001-10-311-0/+5
* Add stock items for most stock icons. (#61757)Matthias Clasen2001-10-311-0/+4
* rename gtk_selection_data_set_tree_row, #60218Jonathan Blandford2001-10-311-0/+10
* these should be 31, not 3. Hooray for Xatoms (and not using the XA_*jacob berkman2001-10-311-0/+6
* Add a gtk_window_get_focus() getter to determine the currently focusedOwen Taylor2001-10-311-1/+8