summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clamp size of child to at least 1x1. (#82431, Boris Shingarov.)Owen Taylor2002-06-127-0/+39
* Handle 0 increment, to fix division-by-zero problem. (#82816, GeorgeOwen Taylor2002-06-127-0/+39
* Fix memory leak. (Patch from Matthias Clasen, #84926)Owen Taylor2002-06-128-0/+53
* Allow NULL for widget path or class path as documented. (#83150, SergeyOwen Taylor2002-06-127-2/+40
* Fix ZWJ => ZWN typo. (#83092, Tino Meinen)Owen Taylor2002-06-127-1/+31
* Fix some problems with case statements for checking for omitted deps.Owen Taylor2002-06-128-30/+50
* Add compose sequences of dead_acute + c/C => C WITH CEDDILLA. (NanoOwen Taylor2002-06-127-0/+38
* added gdkdisplay and gdkscreenHans Breuer2002-06-1011-6/+140
* [ merge from stable ]Tor Lillqvist2002-06-109-5/+135
* New functions to fetch 32 or 16-bit little-endian values starting at aFederico Mena Quintero2002-06-102-11/+37
* Added hi in ALL_LINGUAS Added new hindi translation.Naba Kumar2002-06-109-1/+4341
* Don't leak child_anchor_table. (#84425)Matthias Clasen2002-06-098-1/+61
* Fix sizing bug.Jonathan Blandford2002-06-0822-96/+184
* New function, split off from gtk_tree_view_column_clear_attributes.Matthias Clasen2002-06-078-6/+89
* use the RootWindow of this screen for gdk_window_get_pointer.Mark McLoughlin2002-06-077-1/+32
* Set hardware_keycode for KeyRelease events. (#84305)Matthias Clasen2002-06-067-0/+31
* Don't redraw when the area is completely above the visible area.Owen Taylor2002-06-067-2/+34
* Add a "is_focus" property indicating whether a widget is the focus widgetOwen Taylor2002-06-0612-110/+419
* don't leak the GArray (figured out by Matthias Clasen, fixes #82026).Kristian Rietveld2002-06-067-0/+32
* Changes multihead reorganizing code for win32 support, mostly from a patchOwen Taylor2002-06-0669-1217/+1658
* Related bugs: #76252, #76396, #80866.Kristian Rietveld2002-06-058-10/+286
* If we have xft .pc file, use that when checking for Xft/Xrender. (StillOwen Taylor2002-06-047-13/+69
* added gtk_tree_view_expand_to_path.Kristian Rietveld2002-06-048-0/+60
* Discussed in #76249.Kristian Rietveld2002-06-0412-8/+234
* add gtk_tree_model_get_string_from_iter (#74667).Kristian Rietveld2002-06-048-6/+62
* [ merge from stable ]Daniel Elstner2002-06-047-5/+58
* updateGeorge Lebl2002-06-032-383/+340
* Replace homegrown "nbsp", "hash" and "percent" entities by standard ISOMatthias Clasen2002-06-0313-30/+45
* Fix the MSB -> MSB case. Fixes #79190.Federico Mena Quintero2002-06-037-6/+36
* Updated Catalan translation by Jordi Mallach <jordi@sindominio.net> (alsoChristian Rose2002-06-022-1319/+890
* add missing flag, #83796Jonathan Blandford2002-06-017-2/+38
* Accept xbms starting with a C comment - those seem to be not uncommon,Matthias Clasen2002-05-313-10/+27
* destroy the transfer window if the grab fails so we don't get events onMichael Meeks2002-05-317-0/+43
* Make stock icons appear again (patch by Gediminas Paulauskas):Matthias Clasen2002-05-303-70/+79
* Check if the owner got is of type GDK_WINDOW_FOREIGN. If so the owner isShivram U2002-05-307-0/+39
* don't leak the paths.Michael Meeks2002-05-307-2/+25
* add gtk_menu_style_set(). fixes #79345Soeren Sandmann2002-05-3017-39/+87
* Disconnect from keypress events.Dave Camp2002-05-297-0/+27
* Markup fixesMatthias Clasen2002-05-2879-737/+781
* [ merge from stable ]Daniel Elstner2002-05-278-13/+223
* Built an iter directly instead of usingDave Camp2002-05-247-3/+47
* Use indices[i] >= level->array->len rather than level->array->len >Dave Camp2002-05-247-1/+31
* Use correct path to the loaders and immodules directoriesTor Lillqvist2002-05-227-1/+31
* Require autoconf-2.52 explicitely, since otherwise Debian will process itOwen Taylor2002-05-228-2/+63
* Use GTK_BINARY_VERSION (and not GTK_VERSION) in the path to the loaders onTor Lillqvist2002-05-223-1/+9
* Ahem, take the rowstride into account!!! Fixes #82515.Federico Mena Quintero2002-05-222-3/+18
* Fix missing dereference. (HideToshi Tajima)Owen Taylor2002-05-217-1/+31
* Patch from HideToshi Tajima to handle Xlib internal connections. (#76681)Owen Taylor2002-05-207-0/+111
* Set the private LEAVE_PENDING flag to fix problem where with menu itemsOwen Taylor2002-05-208-2/+72
* Undo an accidental revert of fixes of May 16. (Caught by Padraig O'Briain)Owen Taylor2002-05-208-6/+82