summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Massive padding addition to class structures.Owen Taylor2002-02-2378-45/+502
* Applied patch from Thomas Leonard to make stepper click to scroll takeOwen Taylor2002-02-231-24/+7
* lower case the key_val. (gtk_accel_group_connect_by_path) : ditto.Jody Goldberg2002-02-232-14/+7
* Documented undocumented functions.Jonathan Blandford2002-02-231-1/+56
* Documented undocumented functions.Jonathan Blandford2002-02-232-15/+58
* honor min_width and max_width while resizing columns (pointed out by JornKristian Rietveld2002-02-231-2/+13
* Patch from Matthias Clasen (#54488)Owen Taylor2002-02-237-95/+35
* Fixes for AIX compilation from Miroslaw Dobrzanski-Neumann, #72182.Owen Taylor2002-02-238-10/+10
* leave threads before returningKristian Rietveld2002-02-221-0/+1
* Rename icons.Anders Carlsson2002-02-22105-223/+222
* add last_single_clicked and last_single_clicked_2 rowrefs and addKristian Rietveld2002-02-222-12/+100
* subtract 1 from line endpoint, to avoid cursor dirt in the text widget.Havoc Pennington2002-02-221-1/+1
* implement more cleanly by using text_window->allocation.x/y instead ofHavoc Pennington2002-02-221-21/+6
* call gtk_size_group_queue_resize to avoid invalidating the widget everyHavoc Pennington2002-02-221-1/+4
* feedback when check and radio buttons are depressed.Soeren Sandmann2002-02-225-72/+104
* s/columns/rows/ in docs. (#70199)Matthias Clasen2002-02-223-30/+3
* add keynav handling for unselect all, focus column header, change focusKristian Rietveld2002-02-212-20/+431
* Add GDK_ISO_Next_Group/Prev_Group/Level3_Shift/ First_Group/Last_Group toOwen Taylor2002-02-215-16/+20
* Remove some workarounds for +/= and shift key handling.Owen Taylor2002-02-211-24/+0
* Implement "fuzzy" key binding lookups; allow matches on key and level butOwen Taylor2002-02-2118-101/+821
* inconsitent files are .pngs toojacob berkman2002-02-211-1/+1
* Set the property as type ATOM_PAIR, not ATOM. (#72074, Gregory Merchan.)Owen Taylor2002-02-211-1/+1
* Many cleanups and fixes. Draw exclusively in expose handler. Feedback whenSoeren Sandmann2002-02-203-201/+337
* new radio buttons. handle inconsistent state for check- and radiobuttons.Soeren Sandmann2002-02-205-38/+109
* check handler_id before disconnecting the signal handler since it mightSven Neumann2002-02-201-2/+3
* new function (gtk_tree_view_column_create_button): use g_signal_* insteadKristian Rietveld2002-02-193-22/+56
* fix bug (skipping all black pixels).Soeren Sandmann2002-02-191-3/+3
* change gtk_tree_view_column_cell_render, gtk_tree_view_column_cell_focus,Kristian Rietveld2002-02-194-81/+112
* Add routines _gtk_find_module(), _gtk_get_module_path() to look up aOwen Taylor2002-02-194-172/+155
* Select the right item in the family list. (Reported by Mark Patton, PatchOwen Taylor2002-02-182-31/+71
* process WM_PAINT messages for bg_pixmap == GDK_NO_BG, fixes The GIMP'sHans Breuer2002-02-182-2/+4
* Remove support for the poorly defined text/plain type for now. (#55117)Owen Taylor2002-02-182-2/+0
* Add some docs for GTK_NEED_REQUEST GTK_NEED_ALLOCATION.Owen Taylor2002-02-182-8/+32
* Fix problems with stuck grab (#60132, reported by Nicolas Setton) andOwen Taylor2002-02-181-44/+33
* gtk/gtkclist.c (adjust_adjustments) gtk/gtklayout.cOwen Taylor2002-02-185-14/+20
* Don't commit unless we got at least one hex digit. (#70619)Owen Taylor2002-02-181-2/+7
* Released 1.3.14GTK_MULTIHEAD_MERGEPOINT_18_02_02GTK_1_3_14Owen Taylor2002-02-182-4/+23
* Added multiple selection APIManish Singh2002-02-172-46/+295
* This commit lands the 'dy patch'.Kristian Rietveld2002-02-161-0/+58
* take GDK_HINT_RESIZE_INC into account, and handle negative coordinatesHavoc Pennington2002-02-161-3/+13
* Add key bindings on GtkScrolledWindow for arrow keys, PageUp/PageDownOwen Taylor2002-02-165-2/+274
* new function (gtk_tree_store_clear): traverse the tree, so we emitKristian Rietveld2002-02-151-8/+42
* Only queue a draw on the handle, not the whole widget. #71530.Richard Hult2002-02-151-2/+10
* add new signal 'adjust_bounds' to potentialy change the bounds beforeJody Goldberg2002-02-153-1/+17
* Patch from Bill Haneman and Padraig O'Briain to add cursor_aspect_ratioOwen Taylor2002-02-147-40/+34
* Fix bug where we called get_surrounding on the context,. not the slave.Owen Taylor2002-02-141-1/+1
* Only pop the tooltip down on a select set of events, not on any unknownOwen Taylor2002-02-141-8/+16
* A bunch of small allocation/drawing fixes.Owen Taylor2002-02-141-60/+61
* Patch from Bill Haneman to draw to focus using gtk_paint_focus() with theOwen Taylor2002-02-141-9/+25
* validate a larger area, proportional to widget size, to fix #71427Havoc Pennington2002-02-141-4/+13