| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Don't commit unless we got at least one hex digit. (#70619) | Owen Taylor | 2002-02-18 | 1 | -2/+7 |
* | Released 1.3.14GTK_MULTIHEAD_MERGEPOINT_18_02_02GTK_1_3_14 | Owen Taylor | 2002-02-18 | 2 | -4/+23 |
* | Added multiple selection API | Manish Singh | 2002-02-17 | 2 | -46/+295 |
* | This commit lands the 'dy patch'. | Kristian Rietveld | 2002-02-16 | 1 | -0/+58 |
* | take GDK_HINT_RESIZE_INC into account, and handle negative coordinates | Havoc Pennington | 2002-02-16 | 1 | -3/+13 |
* | Add key bindings on GtkScrolledWindow for arrow keys, PageUp/PageDown | Owen Taylor | 2002-02-16 | 5 | -2/+274 |
* | new function (gtk_tree_store_clear): traverse the tree, so we emit | Kristian Rietveld | 2002-02-15 | 1 | -8/+42 |
* | Only queue a draw on the handle, not the whole widget. #71530. | Richard Hult | 2002-02-15 | 1 | -2/+10 |
* | add new signal 'adjust_bounds' to potentialy change the bounds before | Jody Goldberg | 2002-02-15 | 3 | -1/+17 |
* | Patch from Bill Haneman and Padraig O'Briain to add cursor_aspect_ratio | Owen Taylor | 2002-02-14 | 7 | -40/+34 |
* | Fix bug where we called get_surrounding on the context,. not the slave. | Owen Taylor | 2002-02-14 | 1 | -1/+1 |
* | Only pop the tooltip down on a select set of events, not on any unknown | Owen Taylor | 2002-02-14 | 1 | -8/+16 |
* | A bunch of small allocation/drawing fixes. | Owen Taylor | 2002-02-14 | 1 | -60/+61 |
* | Patch from Bill Haneman to draw to focus using gtk_paint_focus() with the | Owen Taylor | 2002-02-14 | 1 | -9/+25 |
* | validate a larger area, proportional to widget size, to fix #71427 | Havoc Pennington | 2002-02-14 | 1 | -4/+13 |