| Commit message (Expand) | Author | Age | Files | Lines |
* | change to pass in the cursor direction always, not just when we need an | Havoc Pennington | 2002-02-25 | 1 | -0/+13 |
* | Always NULL out bg_pixmap, even when it used to be None or parent | Alexander Larsson | 2002-02-25 | 1 | -0/+6 |
* | parent_class variable was GtkObjectClass instead of GObjectClass | Havoc Pennington | 2002-02-25 | 1 | -0/+9 |
* | Fix off-by-one error. (Pointed out by Anders Carlsson) | Owen Taylor | 2002-02-25 | 1 | -0/+5 |
* | Forgotten ChangeLog. | Matthias Clasen | 2002-02-25 | 1 | -0/+8 |
* | free iter before going to done | Kristian Rietveld | 2002-02-25 | 1 | -0/+9 |
* | Take border width into account. | Owen Taylor | 2002-02-24 | 1 | -0/+9 |
* | Released 1.3.15.GTK_1_3_15 | Owen Taylor | 2002-02-24 | 1 | -1/+11 |
* | Sanity check default font family name and size. | Owen Taylor | 2002-02-24 | 1 | -0/+18 |
* | at Feb 23 23:00:48 2002 Jonathan Blandford <jrb@redhat.com> | Jonathan Blandford | 2002-02-24 | 1 | -0/+20 |
* | change new_root to new_first to avoid confusion. | Jonathan Blandford | 2002-02-24 | 1 | -0/+6 |
* | gtk/gtksettings.c gtk/gtkstyle.c: Patch from Richard Hestilow to add a | Owen Taylor | 2002-02-24 | 1 | -0/+7 |
* | Move inclusion of <windows.h> before inclusion of <winsock.h>, to actually | Tor Lillqvist | 2002-02-24 | 1 | -0/+11 |
* | Implement accelerator propagation using a custom XEMBED_GTK_KEY_GRAB | Owen Taylor | 2002-02-24 | 1 | -0/+11 |
* | change gravity of start/end marks so that text added at either end of the | Havoc Pennington | 2002-02-24 | 1 | -0/+8 |
* | Didn't refind node when it was NULL. Bug found by Tor Lillqvist. | Jonathan Blandford | 2002-02-24 | 1 | -0/+5 |
* | Set also group in the key press/release events, always to zero for now. | Tor Lillqvist | 2002-02-23 | 1 | -0/+6 |
* | Alpha-pad icons so they get the correct size. | Anders Carlsson | 2002-02-23 | 1 | -0/+8 |
* | Patch from Matthias Clasen to remove some excessive ::changed signals for | Owen Taylor | 2002-02-23 | 1 | -0/+5 |
* | Include the gtkrc files for themes. | Tor Lillqvist | 2002-02-23 | 1 | -0/+4 |
* | Register 16x16 versions of most icons. | Anders Carlsson | 2002-02-23 | 1 | -0/+8 |
* | delay scrolling until we try to draw the window. | Jonathan Blandford | 2002-02-23 | 1 | -0/+8 |
* | Add missing gtk_file_selection_get_select_multiple. Remove | Tor Lillqvist | 2002-02-23 | 1 | -0/+6 |
* | Make button draw depressed whenever the user clicks / activates it, | Owen Taylor | 2002-02-23 | 1 | -0/+5 |
* | Massive padding addition to class structures. | Owen Taylor | 2002-02-23 | 1 | -0/+6 |
* | Applied patch from Thomas Leonard to make stepper click to scroll take | Owen Taylor | 2002-02-23 | 1 | -0/+11 |
* | Added Welsh file | Pablo Saratxaga | 2002-02-23 | 1 | -0/+4 |
* | lower case the key_val. (gtk_accel_group_connect_by_path) : ditto. | Jody Goldberg | 2002-02-23 | 1 | -0/+10 |
* | Documented undocumented functions. | Jonathan Blandford | 2002-02-23 | 1 | -0/+6 |
* | honor min_width and max_width while resizing columns (pointed out by Jorn | Kristian Rietveld | 2002-02-23 | 1 | -0/+5 |
* | Patch from Matthias Clasen (#54488) | Owen Taylor | 2002-02-23 | 1 | -0/+14 |
* | Fixes for AIX compilation from Miroslaw Dobrzanski-Neumann, #72182. | Owen Taylor | 2002-02-23 | 1 | -0/+20 |
* | Let's mention the bug number | Kristian Rietveld | 2002-02-22 | 1 | -1/+1 |
* | leave threads before returning | Kristian Rietveld | 2002-02-22 | 1 | -0/+5 |
* | Rename icons. | Anders Carlsson | 2002-02-22 | 1 | -0/+10 |
* | add last_single_clicked and last_single_clicked_2 rowrefs and add | Kristian Rietveld | 2002-02-22 | 1 | -0/+28 |
* | subtract 1 from line endpoint, to avoid cursor dirt in the text widget. | Havoc Pennington | 2002-02-22 | 1 | -0/+6 |
* | implement more cleanly by using text_window->allocation.x/y instead of | Havoc Pennington | 2002-02-22 | 1 | -0/+6 |
* | call gtk_size_group_queue_resize to avoid invalidating the widget every | Havoc Pennington | 2002-02-22 | 1 | -0/+7 |
* | remove conflict marker | Søren Sandmann Pedersen | 2002-02-22 | 1 | -1/+0 |
* | feedback when check and radio buttons are depressed. | Soeren Sandmann | 2002-02-22 | 1 | -0/+7 |
* | s/columns/rows/ in docs. (#70199) | Matthias Clasen | 2002-02-22 | 1 | -0/+10 |
* | add keynav handling for unselect all, focus column header, change focus | Kristian Rietveld | 2002-02-21 | 1 | -0/+7 |
* | Add GDK_ISO_Next_Group/Prev_Group/Level3_Shift/ First_Group/Last_Group to | Owen Taylor | 2002-02-21 | 1 | -0/+18 |
* | Remove some workarounds for +/= and shift key handling. | Owen Taylor | 2002-02-21 | 1 | -0/+5 |
* | Implement "fuzzy" key binding lookups; allow matches on key and level but | Owen Taylor | 2002-02-21 | 1 | -0/+42 |
* | inconsitent files are .pngs too | jacob berkman | 2002-02-21 | 1 | -0/+5 |
* | Set the property as type ATOM_PAIR, not ATOM. (#72074, Gregory Merchan.) | Owen Taylor | 2002-02-21 | 1 | -0/+8 |
* | screenshots of examples. | Matthias Clasen | 2002-02-21 | 1 | -0/+9 |
* | Many cleanups and fixes. Draw exclusively in expose handler. Feedback when | Soeren Sandmann | 2002-02-20 | 1 | -0/+8 |