| Commit message (Expand) | Author | Age | Files | Lines |
* | Take border width into account. | Owen Taylor | 2002-02-24 | 2 | -6/+53 |
* | Sanity check default font family name and size. | Owen Taylor | 2002-02-24 | 2 | -9/+16 |
* | at Feb 23 23:00:48 2002 Jonathan Blandford <jrb@redhat.com> | Jonathan Blandford | 2002-02-24 | 6 | -17/+17 |
* | change new_root to new_first to avoid confusion. | Jonathan Blandford | 2002-02-24 | 2 | -11/+12 |
* | gtk/gtksettings.c gtk/gtkstyle.c: Patch from Richard Hestilow to add a | Owen Taylor | 2002-02-24 | 4 | -5/+89 |
* | Move inclusion of <windows.h> before inclusion of <winsock.h>, to actually | Tor Lillqvist | 2002-02-24 | 1 | -36/+36 |
* | Implement accelerator propagation using a custom XEMBED_GTK_KEY_GRAB | Owen Taylor | 2002-02-24 | 7 | -237/+216 |
* | change gravity of start/end marks so that text added at either end of the | Havoc Pennington | 2002-02-24 | 1 | -24/+80 |
* | Didn't refind node when it was NULL. Bug found by Tor Lillqvist. | Jonathan Blandford | 2002-02-24 | 1 | -0/+1 |
* | Alpha-pad icons so they get the correct size. | Anders Carlsson | 2002-02-23 | 4 | -0/+0 |
* | Patch from Matthias Clasen to remove some excessive ::changed signals for | Owen Taylor | 2002-02-23 | 1 | -10/+11 |
* | Register 16x16 versions of most icons. | Anders Carlsson | 2002-02-23 | 93 | -52/+362 |
* | delay scrolling until we try to draw the window. | Jonathan Blandford | 2002-02-23 | 2 | -75/+177 |
* | Add missing gtk_file_selection_get_select_multiple. Remove | Tor Lillqvist | 2002-02-23 | 1 | -4/+1 |
* | Make button draw depressed whenever the user clicks / activates it, | Owen Taylor | 2002-02-23 | 1 | -17/+2 |
* | Massive padding addition to class structures. | Owen Taylor | 2002-02-23 | 78 | -45/+502 |
* | Applied patch from Thomas Leonard to make stepper click to scroll take | Owen Taylor | 2002-02-23 | 1 | -24/+7 |
* | lower case the key_val. (gtk_accel_group_connect_by_path) : ditto. | Jody Goldberg | 2002-02-23 | 2 | -14/+7 |
* | Documented undocumented functions. | Jonathan Blandford | 2002-02-23 | 1 | -1/+56 |
* | Documented undocumented functions. | Jonathan Blandford | 2002-02-23 | 2 | -15/+58 |
* | honor min_width and max_width while resizing columns (pointed out by Jorn | Kristian Rietveld | 2002-02-23 | 1 | -2/+13 |
* | Patch from Matthias Clasen (#54488) | Owen Taylor | 2002-02-23 | 7 | -95/+35 |
* | Fixes for AIX compilation from Miroslaw Dobrzanski-Neumann, #72182. | Owen Taylor | 2002-02-23 | 8 | -10/+10 |
* | leave threads before returning | Kristian Rietveld | 2002-02-22 | 1 | -0/+1 |
* | Rename icons. | Anders Carlsson | 2002-02-22 | 105 | -223/+222 |
* | add last_single_clicked and last_single_clicked_2 rowrefs and add | Kristian Rietveld | 2002-02-22 | 2 | -12/+100 |
* | subtract 1 from line endpoint, to avoid cursor dirt in the text widget. | Havoc Pennington | 2002-02-22 | 1 | -1/+1 |
* | implement more cleanly by using text_window->allocation.x/y instead of | Havoc Pennington | 2002-02-22 | 1 | -21/+6 |
* | call gtk_size_group_queue_resize to avoid invalidating the widget every | Havoc Pennington | 2002-02-22 | 1 | -1/+4 |
* | feedback when check and radio buttons are depressed. | Soeren Sandmann | 2002-02-22 | 5 | -72/+104 |
* | s/columns/rows/ in docs. (#70199) | Matthias Clasen | 2002-02-22 | 3 | -30/+3 |
* | add keynav handling for unselect all, focus column header, change focus | Kristian Rietveld | 2002-02-21 | 2 | -20/+431 |
* | Add GDK_ISO_Next_Group/Prev_Group/Level3_Shift/ First_Group/Last_Group to | Owen Taylor | 2002-02-21 | 5 | -16/+20 |
* | Remove some workarounds for +/= and shift key handling. | Owen Taylor | 2002-02-21 | 1 | -24/+0 |
* | Implement "fuzzy" key binding lookups; allow matches on key and level but | Owen Taylor | 2002-02-21 | 18 | -101/+821 |
* | inconsitent files are .pngs too | jacob berkman | 2002-02-21 | 1 | -1/+1 |
* | Set the property as type ATOM_PAIR, not ATOM. (#72074, Gregory Merchan.) | Owen Taylor | 2002-02-21 | 1 | -1/+1 |
* | Many cleanups and fixes. Draw exclusively in expose handler. Feedback when | Soeren Sandmann | 2002-02-20 | 3 | -201/+337 |
* | new radio buttons. handle inconsistent state for check- and radiobuttons. | Soeren Sandmann | 2002-02-20 | 5 | -38/+109 |
* | check handler_id before disconnecting the signal handler since it might | Sven Neumann | 2002-02-20 | 1 | -2/+3 |
* | new function (gtk_tree_view_column_create_button): use g_signal_* instead | Kristian Rietveld | 2002-02-19 | 3 | -22/+56 |
* | fix bug (skipping all black pixels). | Soeren Sandmann | 2002-02-19 | 1 | -3/+3 |
* | change gtk_tree_view_column_cell_render, gtk_tree_view_column_cell_focus, | Kristian Rietveld | 2002-02-19 | 4 | -81/+112 |
* | Add routines _gtk_find_module(), _gtk_get_module_path() to look up a | Owen Taylor | 2002-02-19 | 4 | -172/+155 |
* | Select the right item in the family list. (Reported by Mark Patton, Patch | Owen Taylor | 2002-02-18 | 2 | -31/+71 |
* | process WM_PAINT messages for bg_pixmap == GDK_NO_BG, fixes The GIMP's | Hans Breuer | 2002-02-18 | 2 | -2/+4 |
* | Remove support for the poorly defined text/plain type for now. (#55117) | Owen Taylor | 2002-02-18 | 2 | -2/+0 |
* | Add some docs for GTK_NEED_REQUEST GTK_NEED_ALLOCATION. | Owen Taylor | 2002-02-18 | 2 | -8/+32 |
* | Fix problems with stuck grab (#60132, reported by Nicolas Setton) and | Owen Taylor | 2002-02-18 | 1 | -44/+33 |
* | gtk/gtkclist.c (adjust_adjustments) gtk/gtklayout.c | Owen Taylor | 2002-02-18 | 5 | -14/+20 |