| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bug #55573 | Jonathan Blandford | 2001-06-05 | 9 | -79/+110 |
* | Deprecate gtk_widget_set(). | Owen Taylor | 2001-06-05 | 9 | -8/+59 |
* | Use new mnemonic convenience functions | Havoc Pennington | 2001-06-05 | 22 | -60/+483 |
* | file testmultidisplaysimple.c was initially added on branch gtk-multihead. | Erwann Chenede | 2001-06-05 | 0 | -0/+0 |
* | Fix segfault found by Vitaly Tishkov <tvv@sparc.spb.su>. | Jonathan Blandford | 2001-06-05 | 9 | -37/+97 |
* | s/GdkPixmapClass/GdkPixmapObjectClass/. (#51890, Jeff Franks) | Owen Taylor | 2001-06-05 | 9 | -1/+72 |
* | Improve docs for GtkStateType. (Fixes #55751, among other things.) | Owen Taylor | 2001-06-05 | 2 | -9/+18 |
* | Ignore releases for buttons 6, 7 | Havoc Pennington | 2001-06-05 | 8 | -1/+37 |
* | Fix a search-and-replace screwup (s/CHECK/SEPARATOR/ gone awry). Patch | Havoc Pennington | 2001-06-05 | 8 | -5/+47 |
* | handle case where text_view->layout == NULL by assuming its size is 0, | Havoc Pennington | 2001-06-04 | 8 | -3/+60 |
* | support button 6 and 7 for scroll left/right, from Thomas Broyer | Havoc Pennington | 2001-06-04 | 8 | -7/+55 |
* | Handle case where we need to parse the xsetting as if it were an RC file | Havoc Pennington | 2001-06-04 | 27 | -214/+1480 |
* | Make gdk-pixbuf have same version number as GTK | Havoc Pennington | 2001-06-04 | 8 | -3/+31 |
* | Get rid of stupid g_return_if_fail on digits greater than 6. If there | Havoc Pennington | 2001-06-04 | 10 | -23/+112 |
* | Apply fix from Sam Solon, bug #54577, update value even if not drawable. | Havoc Pennington | 2001-06-04 | 8 | -72/+117 |
* | remove C++ comment, reported by Dan McNichol | Havoc Pennington | 2001-06-04 | 2 | -1/+6 |
* | patch from Szekeres Istvan, bug #52560 | Havoc Pennington | 2001-06-04 | 2 | -1/+13 |
* | change SCROLL_RIGHT to SCROLL_LEFT, reported by Thomas Broyer. | Havoc Pennington | 2001-06-04 | 8 | -1/+36 |
* | Process updates immediately, to prevent funny lag effect when scrolling, | Havoc Pennington | 2001-06-04 | 8 | -1/+47 |
* | on middle click, center slider on the click. | Havoc Pennington | 2001-06-04 | 8 | -6/+47 |
* | Remove GtkArgSetFunc, GtkArgGetFunc. | Owen Taylor | 2001-06-04 | 2 | -17/+4 |
* | make this special-case hscale/vscale details, so we can use it for | Havoc Pennington | 2001-06-04 | 23 | -3110/+2281 |
* | Initial stab at getting the focus code to work. | Jonathan Blandford | 2001-06-01 | 9 | -128/+3271 |
* | Initial stab at getting the focus code to work. | Jonathan Blandford | 2001-06-01 | 12 | -152/+435 |
* | implement overwrite mode | Havoc Pennington | 2001-06-01 | 12 | -13/+301 |
* | Fix notifications on non-existant "enable_arrow_keys". (#53753, Skip | Owen Taylor | 2001-06-01 | 8 | -2/+44 |
* | Add GDK_TYPE_RECTANGLE. | Owen Taylor | 2001-06-01 | 10 | -2/+84 |
* | Account for the fact that the border width is _outside_ the window. (Fixes | Owen Taylor | 2001-05-31 | 8 | -16/+54 |
* | Correct typoe when describing order of composition. (#53371, Skip | Owen Taylor | 2001-05-30 | 2 | -1/+6 |
* | Validate value from GDK settings against parameter spec. | Owen Taylor | 2001-05-30 | 14 | -166/+494 |
* | Fix prototype to use "(void)" instead of "()". | Darin Adler | 2001-05-29 | 2 | -1/+5 |
* | Fix GNU sedism (#55430) | Owen Taylor | 2001-05-29 | 8 | -1/+29 |
* | Use $PKG_CONFIG, not pkg-config. (#51032) | Owen Taylor | 2001-05-29 | 9 | -9/+65 |
* | Patch from Helmethead <hoshem@mel.comcen.com.au> to fix up bmp decoder to: | Jonathan Blandford | 2001-05-28 | 2 | -259/+313 |
* | Rename to the more correct gtk-go-up. | Alexander Larsson | 2001-05-27 | 15 | -5/+153 |
* | make hanlder id a gulong as in GSignal. | Tim Janik | 2001-05-27 | 11 | -12/+46 |
* | Updated Swedish translation. | Christian Rose | 2001-05-27 | 2 | -248/+585 |
* | revert test harmless commit of po check script | Owen Taylor | 2001-05-26 | 1 | -1/+1 |
* | test harmless commit of po check script | Owen Taylor | 2001-05-26 | 1 | -1/+1 |
* | Remove almost all instances of GtkCellRenderer in code (all but dnd icon | Jonathan Blandford | 2001-05-25 | 14 | -211/+416 |
* | fix so that default icons are created if you call gtk_stock_list_ids() | Havoc Pennington | 2001-05-25 | 10 | -17/+84 |
* | forgot to add stock_browser.c | Havoc Pennington | 2001-05-25 | 1 | -0/+516 |
* | get sizes an icon set can render without falling back to missing image | Havoc Pennington | 2001-05-25 | 138 | -136/+1382 |
* | made fil mode GDK_STIPPLED actually work -> check boxes and radio buttons | Hans Breuer | 2001-05-25 | 15 | -14/+232 |
* | reflect Havoc's recent api change | Hans Breuer | 2001-05-25 | 2 | -10/+10 |
* | New function | Havoc Pennington | 2001-05-25 | 17 | -2/+89 |
* | Add Mode_Switch to list of keys to ignore when doing compose processing. | Owen Taylor | 2001-05-24 | 8 | -1/+37 |
* | Simplify as suggested by Havoc. Just get the last iter and work backward | Joe Shaw | 2001-05-22 | 8 | -18/+61 |
* | Added patch from Jeff Franks <jcf@tpg.com.au> to add GET_CLASS macros to | Jonathan Blandford | 2001-05-22 | 19 | -8/+68 |
* | Evil function to deal with very large (TM) amounts of text. May be moved | Jonathan Blandford | 2001-05-22 | 15 | -146/+667 |