summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Correct some renamed functions.Tor Lillqvist2001-11-032-4/+31
* Use -no-undefined on Windows. Look for .dll or .so as appropriate asTor Lillqvist2001-11-022-1/+4
* Clean up height code a bit. I don't think it's completely correct yet, butJonathan Blandford2001-11-023-11/+37
* Remove random + 5 for width and height. If people want padding, theyOwen Taylor2001-11-021-2/+2
* 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-025-58/+56
* remove extraneous gtk_label_clear_layout (label)Jonathan Blandford2001-11-021-2/+4
* Removed -DGTK_DISABLE_COMPAT_H.Sebastian Wilhelmi2001-11-022-159/+1
* remove totally broken unused, non-compiling, static function.Matt Wilson2001-11-021-28/+0
* Iterate through children of the action area, not of the vbox. (#58278,Owen Taylor2001-11-021-1/+29
* handle -1 argument in order to remove a workaround in Nautilus that forcedHavoc Pennington2001-11-022-3/+6
* Patch from George Lebl to fix division by zero for full scroll bars.Owen Taylor2001-11-021-2/+3
* ref/unref around gtk_widget_event() if we are going to set a flagOwen Taylor2001-11-021-0/+4
* Actually add the missing/broken image icon as the image for the "missingOwen Taylor2001-11-022-5/+4
* Set a reasonable default height for the window.Owen Taylor2001-11-021-3/+3
* Fix reorder_fixup, #59583Jonathan Blandford2001-11-023-15/+35
* Make GtkFunction return boolean, not gint. (Daniel Elstner).Owen Taylor2001-11-011-1/+1
* Add: - A ::retrieve_surrounding signal that asks the widget for contextOwen Taylor2001-11-017-50/+466
* it's amazing how well things work sometimes, even when they're completelyJonathan Blandford2001-11-012-11/+15
* Fix crash found by Matt Wilson.Jonathan Blandford2001-11-011-0/+1
* Support Shift, Control, and Shift|Control L<->R, #63475Jonathan Blandford2001-11-011-0/+24
* fix infinite loop noticed by yosh.Jonathan Blandford2001-11-011-3/+11
* unset the GTK_REALIZED flag so we don't re-enter when we are destroyedMichael Meeks2001-10-311-0/+2
* Add a "menu" property and notify on it. (#62798, Padraig O'Briain)Owen Taylor2001-10-3110-29/+108
* fix typo to make it compileManish Singh2001-10-311-1/+1
* don't know why this didn't commitJonathan Blandford2001-10-312-2/+7
* Add stock items for most stock icons. (#61757)Matthias Clasen2001-10-311-0/+21
* rename gtk_selection_data_set_tree_row, #60218Jonathan Blandford2001-10-316-45/+57
* Add a gtk_window_get_focus() getter to determine the currently focusedOwen Taylor2001-10-312-0/+21
* Add GTK_SELECTION_NONE enum, #61695Jonathan Blandford2001-10-315-12/+42
* Added a "cursor_changed" signal, #62850.Jonathan Blandford2001-10-312-9/+22
* after allocating the treedatalist, zero it to make sure the values areMatt Wilson2001-10-311-0/+1
* gchar* args of GtkCellRendererText and GtkCellRendererToggle signal handlers ...Murray Cumming2001-10-316-14/+14
* massize rewrite. Static models now totally work. I'm not 100% sure aboutJonathan Blandford2001-10-311-127/+82
* Update the IM spot location here, if text was invalidated in the visibleHavoc Pennington2001-10-301-0/+2
* Code cleanup. (gtk_separator_menu_item_class_init): Fix bugs in this code.Jonathan Blandford2001-10-302-21/+21
* automake doesn't support conditionalized LDFLAGS, so put win32 flags injacob berkman2001-10-291-2/+2
* Darn. I can't believe this took this long to fix.Jonathan Blandford2001-10-291-1/+1
* fix reordered signal.Jonathan Blandford2001-10-291-44/+24
* Grab the focus to the fileop entry for create dir / rename file.Owen Taylor2001-10-291-0/+4
* Calculate the buttons size request before using it. Fixes #61696.Anders Carlsson2001-10-291-2/+2
* Updates.Tor Lillqvist2001-10-299-90/+157
* Fix build.Anders Carlsson2001-10-281-2/+1
* Documentation updates.Matthias Clasen2001-10-286-12/+90
* do not call gtk_settings_get_default() here as that requires an Xjacob berkman2001-10-283-47/+50
* un Oct 28 09:15:39 2001 Owen Taylor <otaylor@redhat.com>Owen Taylor2001-10-281-1/+1
* Call update_im_spot_location here explicitlyHavoc Pennington2001-10-271-1/+1
* Fix typo in docs. This fixes #62942.Anders Carlsson2001-10-271-1/+1
* Clarify that we're returning a spin button in the _new function. ThisAnders Carlsson2001-10-271-1/+1