summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add stock items for most stock icons. (#61757)Matthias Clasen2001-10-318-0/+49
* include initialization_versions.sgml, file-saving.sgml andMatthias Clasen2001-10-319-398/+23
* rename gtk_selection_data_set_tree_row, #60218Jonathan Blandford2001-10-3113-45/+127
* these should be 31, not 3. Hooray for Xatoms (and not using the XA_*jacob berkman2001-10-318-2/+44
* Add a gtk_window_get_focus() getter to determine the currently focusedOwen Taylor2001-10-319-7/+77
* Add GTK_SELECTION_NONE enum, #61695Jonathan Blandford2001-10-3115-13/+162
* Added a "cursor_changed" signal, #62850.Jonathan Blandford2001-10-319-9/+57
* after allocating the treedatalist, zero it to make sure the values areMatt Wilson2001-10-318-0/+43
* remove conflict moarkerMatt Wilson2001-10-317-7/+0
* gchar* args of GtkCellRendererText and GtkCellRendererToggle signal handlers ...Murray Cumming2001-10-3113-14/+77
* massize rewrite. Static models now totally work. I'm not 100% sure aboutJonathan Blandford2001-10-3110-133/+129
* Updates. (#63293)Matthias Clasen2001-10-304-41/+57
* shut up CVSSven Neumann2001-10-301-0/+1
* use GLIB_AC_DIVERT_BEFORE_HELP() so we get proper output for configureSven Neumann2001-10-308-1/+38
* Update the IM spot location here, if text was invalidated in the visibleHavoc Pennington2001-10-308-0/+51
* Code cleanup. (gtk_separator_menu_item_class_init): Fix bugs in this code.Jonathan Blandford2001-10-309-21/+56
* automake doesn't support conditionalized LDFLAGS, so put win32 flags injacob berkman2001-10-299-4/+45
* Darn. I can't believe this took this long to fix.Jonathan Blandford2001-10-2914-61/+88
* fix reordered signal.Jonathan Blandford2001-10-299-50/+66
* Grab the focus to the fileop entry for create dir / rename file.Owen Taylor2001-10-298-0/+46
* Don't use AC_CHECK_FILE to check for a file since it always spits warningsOwen Taylor2001-10-299-7/+102
* Don't try to use pkg-config when we didn't find it. (#62944, Eric Lemings)Owen Taylor2001-10-298-17/+76
* Calculate the buttons size request before using it. Fixes #61696.Anders Carlsson2001-10-298-2/+44
* Updates.Tor Lillqvist2001-10-2924-154/+1019
* New file, hand-written wrapper for the Wintab library.Tor Lillqvist2001-10-2924-708/+376
* Use -no-undefined on Win32. Make libgdk_pixbuf_1_3_la_OBJECTS depend onTor Lillqvist2001-10-296-27/+93
* Fix build.Anders Carlsson2001-10-288-2/+29
* Update struct member docs since they're gdouble now instead of gfloat.Anders Carlsson2001-10-282-6/+11
* static correct-ness, underscore prefixing of library internal functionsHans Breuer2001-10-2827-128/+290
* Forgotten file.Matthias Clasen2001-10-281-0/+8