summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix an obvious typo where it says LEFT instead of CENTER.Darin Adler2001-11-088-1/+36
* Add g_return_if_fail.Darin Adler2001-11-078-0/+39
* Add row_draggable() vfunc, and wrapper function.Owen Taylor2001-11-0615-218/+641
* wacky easter eggHavoc Pennington2001-11-068-0/+115
* lost this file due to CVS broken pipeHavoc Pennington2001-11-061-3/+0
* Fix misplaced HAVE_XFT.Owen Taylor2001-11-068-1/+29
* expose the child widgets in here (gtk_text_view_realize): set parentHavoc Pennington2001-11-0612-123/+445
* Do search GTK_BINARY_VERSION -specific directory on Windows, too (#63759).Tor Lillqvist2001-11-068-2/+35
* updatedMarius Andreiana2001-11-052-336/+299
* Redo Xft support to go directly to Picture objects instead of usingOwen Taylor2001-11-0513-77/+282
* Clamp max window width/height to 32767, not 32768 since we have to be ableOwen Taylor2001-11-0510-124/+604
* sigsetjmp is macroized in some places, so use AC_TRY_LINK instead ofManish Singh2001-11-059-2/+50
* Implement gdk_color_parse() in terms of pango_color_parse().Owen Taylor2001-11-0511-1001/+74
* queue_resize_on_group with both the old and new mode, not just the newOwen Taylor2001-11-048-1/+55
* Add a function gdk_window_invalidate_maybe_recurse() for use in "shallowOwen Taylor2001-11-0422-341/+641
* don't free the module name until after we load the modulejacob berkman2001-11-048-1/+37
* Convert GTK_TYPE_CTREE_NODE to pointer derivation instead of boxedOwen Taylor2001-11-0410-34/+62
* Can't include gtkprivate.h (I added the include yesterday, without reallyTor Lillqvist2001-11-038-5/+69
* Use GtkWindow* as first signal argument (was GtkWidget*).Daniel Elstner2001-11-0310-9/+79
* chain finalize to parent class to get removed from the toplevel_list.Hans Breuer2001-11-039-0/+63
* gdk_rgb_init() doesn't need to be called anymore. Use g_object_(un)_refSebastian Wilhelmi2001-11-039-46/+66
* Correct some renamed functions.Tor Lillqvist2001-11-039-4/+80
* Use -no-undefined on Windows. Look for .dll or .so as appropriate asTor Lillqvist2001-11-0214-32/+194
* Clean up height code a bit. I don't think it's completely correct yet, butJonathan Blandford2001-11-0210-11/+79
* Remove random + 5 for width and height. If people want padding, theyOwen Taylor2001-11-028-2/+65
* Pad the structure for future expansion.Owen Taylor2001-11-028-0/+40
* Patch from HideToshi Tajima (#51922)Owen Taylor2001-11-0210-4/+159
* Go to the GUP proposed ordering of buttons with [OK] in the lower rightOwen Taylor2001-11-0212-58/+112
* remove extraneous gtk_label_clear_layout (label)Jonathan Blandford2001-11-028-2/+39
* Removed -DGTK_DISABLE_COMPAT_H.Sebastian Wilhelmi2001-11-0212-208/+74
* Convert to use pkg-config rather than gtk-config. (#53375, Skip Montanaro)Owen Taylor2001-11-0246-51/+80
* remove totally broken unused, non-compiling, static function.Matt Wilson2001-11-028-28/+35
* Iterate through children of the action area, not of the vbox. (#58278,Owen Taylor2001-11-028-1/+78
* handle -1 argument in order to remove a workaround in Nautilus that forcedHavoc Pennington2001-11-029-3/+62
* Patch from George Lebl to fix division by zero for full scroll bars.Owen Taylor2001-11-028-2/+38
* ref/unref around gtk_widget_event() if we are going to set a flagOwen Taylor2001-11-028-0/+46
* Actually add the missing/broken image icon as the image for the "missingOwen Taylor2001-11-029-5/+46
* Set a reasonable default height for the window.Owen Taylor2001-11-0210-21/+200
* Fix reorder_fixup, #59583Jonathan Blandford2001-11-0210-15/+91
* Make GtkFunction return boolean, not gint. (Daniel Elstner).Owen Taylor2001-11-018-1/+36
* Add: - A ::retrieve_surrounding signal that asks the widget for contextOwen Taylor2001-11-0114-50/+620
* it's amazing how well things work sometimes, even when they're completelyJonathan Blandford2001-11-019-11/+99
* Fix crash found by Matt Wilson.Jonathan Blandford2001-11-018-0/+36
* Support Shift, Control, and Shift|Control L<->R, #63475Jonathan Blandford2001-11-018-0/+59
* fix infinite loop noticed by yosh.Jonathan Blandford2001-11-0111-8/+57
* unset the GTK_REALIZED flag so we don't re-enter when we are destroyedMichael Meeks2001-10-318-0/+44
* Add a "menu" property and notify on it. (#62798, Padraig O'Briain)Owen Taylor2001-10-3117-29/+185
* fix typo to make it compileManish Singh2001-10-318-1/+29
* don't know why this didn't commitJonathan Blandford2001-10-313-2/+8
* if the widget is insensitive, draw the text insensitively, #63306Jonathan Blandford2001-10-317-0/+35