summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #55573Jonathan Blandford2001-06-059-79/+110
* Deprecate gtk_widget_set().Owen Taylor2001-06-059-8/+59
* Use new mnemonic convenience functionsHavoc Pennington2001-06-0522-60/+483
* file testmultidisplaysimple.c was initially added on branch gtk-multihead.Erwann Chenede2001-06-050-0/+0
* Fix segfault found by Vitaly Tishkov <tvv@sparc.spb.su>.Jonathan Blandford2001-06-059-37/+97
* s/GdkPixmapClass/GdkPixmapObjectClass/. (#51890, Jeff Franks)Owen Taylor2001-06-059-1/+72
* Improve docs for GtkStateType. (Fixes #55751, among other things.)Owen Taylor2001-06-052-9/+18
* Ignore releases for buttons 6, 7Havoc Pennington2001-06-058-1/+37
* Fix a search-and-replace screwup (s/CHECK/SEPARATOR/ gone awry). PatchHavoc Pennington2001-06-058-5/+47
* handle case where text_view->layout == NULL by assuming its size is 0,Havoc Pennington2001-06-048-3/+60
* support button 6 and 7 for scroll left/right, from Thomas BroyerHavoc Pennington2001-06-048-7/+55
* Handle case where we need to parse the xsetting as if it were an RC fileHavoc Pennington2001-06-0427-214/+1480
* Make gdk-pixbuf have same version number as GTKHavoc Pennington2001-06-048-3/+31
* Get rid of stupid g_return_if_fail on digits greater than 6. If thereHavoc Pennington2001-06-0410-23/+112
* Apply fix from Sam Solon, bug #54577, update value even if not drawable.Havoc Pennington2001-06-048-72/+117
* remove C++ comment, reported by Dan McNicholHavoc Pennington2001-06-042-1/+6
* patch from Szekeres Istvan, bug #52560Havoc Pennington2001-06-042-1/+13
* change SCROLL_RIGHT to SCROLL_LEFT, reported by Thomas Broyer.Havoc Pennington2001-06-048-1/+36
* Process updates immediately, to prevent funny lag effect when scrolling,Havoc Pennington2001-06-048-1/+47
* on middle click, center slider on the click.Havoc Pennington2001-06-048-6/+47
* Remove GtkArgSetFunc, GtkArgGetFunc.Owen Taylor2001-06-042-17/+4
* make this special-case hscale/vscale details, so we can use it forHavoc Pennington2001-06-0423-3110/+2281
* Initial stab at getting the focus code to work.Jonathan Blandford2001-06-019-128/+3271
* Initial stab at getting the focus code to work.Jonathan Blandford2001-06-0112-152/+435
* implement overwrite modeHavoc Pennington2001-06-0112-13/+301
* Fix notifications on non-existant "enable_arrow_keys". (#53753, SkipOwen Taylor2001-06-018-2/+44
* Add GDK_TYPE_RECTANGLE.Owen Taylor2001-06-0110-2/+84
* Account for the fact that the border width is _outside_ the window. (FixesOwen Taylor2001-05-318-16/+54
* Correct typoe when describing order of composition. (#53371, SkipOwen Taylor2001-05-302-1/+6
* Validate value from GDK settings against parameter spec.Owen Taylor2001-05-3014-166/+494
* Fix prototype to use "(void)" instead of "()".Darin Adler2001-05-292-1/+5
* Fix GNU sedism (#55430)Owen Taylor2001-05-298-1/+29
* Use $PKG_CONFIG, not pkg-config. (#51032)Owen Taylor2001-05-299-9/+65
* Patch from Helmethead <hoshem@mel.comcen.com.au> to fix up bmp decoder to:Jonathan Blandford2001-05-282-259/+313
* Rename to the more correct gtk-go-up.Alexander Larsson2001-05-2715-5/+153
* make hanlder id a gulong as in GSignal.Tim Janik2001-05-2711-12/+46
* Updated Swedish translation.Christian Rose2001-05-272-248/+585
* revert test harmless commit of po check scriptOwen Taylor2001-05-261-1/+1
* test harmless commit of po check scriptOwen Taylor2001-05-261-1/+1
* Remove almost all instances of GtkCellRenderer in code (all but dnd iconJonathan Blandford2001-05-2514-211/+416
* fix so that default icons are created if you call gtk_stock_list_ids()Havoc Pennington2001-05-2510-17/+84
* forgot to add stock_browser.cHavoc Pennington2001-05-251-0/+516
* get sizes an icon set can render without falling back to missing imageHavoc Pennington2001-05-25138-136/+1382
* made fil mode GDK_STIPPLED actually work -> check boxes and radio buttonsHans Breuer2001-05-2515-14/+232
* reflect Havoc's recent api changeHans Breuer2001-05-252-10/+10
* New functionHavoc Pennington2001-05-2517-2/+89
* Add Mode_Switch to list of keys to ignore when doing compose processing.Owen Taylor2001-05-248-1/+37
* Simplify as suggested by Havoc. Just get the last iter and work backwardJoe Shaw2001-05-228-18/+61
* Added patch from Jeff Franks <jcf@tpg.com.au> to add GET_CLASS macros toJonathan Blandford2001-05-2219-8/+68
* Evil function to deal with very large (TM) amounts of text. May be movedJonathan Blandford2001-05-2215-146/+667