summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Take border width into account.Owen Taylor2002-02-242-6/+53
* Sanity check default font family name and size.Owen Taylor2002-02-242-9/+16
* at Feb 23 23:00:48 2002 Jonathan Blandford <jrb@redhat.com>Jonathan Blandford2002-02-246-17/+17
* change new_root to new_first to avoid confusion.Jonathan Blandford2002-02-242-11/+12
* gtk/gtksettings.c gtk/gtkstyle.c: Patch from Richard Hestilow to add aOwen Taylor2002-02-244-5/+89
* Move inclusion of <windows.h> before inclusion of <winsock.h>, to actuallyTor Lillqvist2002-02-241-36/+36
* Implement accelerator propagation using a custom XEMBED_GTK_KEY_GRABOwen Taylor2002-02-247-237/+216
* change gravity of start/end marks so that text added at either end of theHavoc Pennington2002-02-241-24/+80
* Didn't refind node when it was NULL. Bug found by Tor Lillqvist.Jonathan Blandford2002-02-241-0/+1
* Alpha-pad icons so they get the correct size.Anders Carlsson2002-02-234-0/+0
* Patch from Matthias Clasen to remove some excessive ::changed signals forOwen Taylor2002-02-231-10/+11
* Register 16x16 versions of most icons.Anders Carlsson2002-02-2393-52/+362
* delay scrolling until we try to draw the window.Jonathan Blandford2002-02-232-75/+177
* Add missing gtk_file_selection_get_select_multiple. RemoveTor Lillqvist2002-02-231-4/+1
* Make button draw depressed whenever the user clicks / activates it,Owen Taylor2002-02-231-17/+2
* 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