summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix up some docsHavoc Pennington2001-03-2348-148/+1453
* Forgot to namespace this.Jonathan Blandford2001-03-2313-41/+105
* fix braino. New interface to add cleanup sortable support.Jonathan Blandford2001-03-2323-151/+773
* docs on GdkKeymapHavoc Pennington2001-03-225-143/+200
* Add ability to override the focus chain for a container explicitlyHavoc Pennington2001-03-2211-29/+446
* some cleanups, fixed mnemonic_widget handling, added PROP_MNEMONIC_WIDGET.Tim Janik2001-03-2225-349/+497
* handle mnemonics in the stock item labelHavoc Pennington2001-03-2215-76/+259
* Add support for stock and normal imagemenuitems.Alexander Larsson2001-03-2111-147/+453
* Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and removedAlexander Larsson2001-03-2129-226/+1090
* Add gtk_image_menu_item_new_from_stock()Alexander Larsson2001-03-219-6/+77
* remove debugging spewJonathan Blandford2001-03-201-2/+1
* Fix buglet in meeting.Jonathan Blandford2001-03-208-4/+39
* Make GtkIconSource an opaque datatype, and add a bunch of accessorHavoc Pennington2001-03-1915-235/+762
* Handle quoting of / with \; properly handle __ in paths, quote " and \n inOwen Taylor2001-03-1932-245/+447
* gdk/win32/gdkdrawable-win32.c Use correct casts in debugging output.Tor Lillqvist2001-03-1924-59/+103
* New function. print_event_state, print_event): Use preprocessor macro toTor Lillqvist2001-03-1811-179/+189
* Finally getting around to checkin per Havoc. This is the fix for bugMike Kestner2001-03-182-1/+9
* added rc-style argument GtkSpinButton::shadow_type. removedTim Janik2001-03-1833-536/+2257
* Utf-8'ificationFatih Demir2001-03-172-84/+83
* Small tr.po updateFatih Demir2001-03-172-90/+1249
* modified to use "row_activated" signal.Jonathan Blandford2001-03-1610-80/+177
* s/GTK_TREE_COLUMN/GTK_TREE_VIEW_COLUMNJonathan Blandford2001-03-1613-48/+184
* change to use gint instead of gint16, to avoid overflow issues, sinceHavoc Pennington2001-03-1610-5/+50
* Applied patch from Nils Barth (bug # 51041) to replace "gint" withHavoc Pennington2001-03-1642-161/+207
* add varargs for properties to set on the tag.Havoc Pennington2001-03-1618-205/+350
* Fixed some braindeadness spotted by Jamie Strachan <frostfreek@yahoo.com>.Jonathan Blandford2001-03-168-2/+42
* Fix sign error with queued region translations.Alexander Larsson2001-03-168-1/+36
* rename set_cursor_pos to set_cursor_location in GtkInputContext classHideToshi Tajima2001-03-1612-21/+84
* Changed prototype to allow for getting the location of the cell relativeJonathan Blandford2001-03-1521-216/+663
* Delete.Havoc Pennington2001-03-1529-550/+537
* updated Azeri file Added Nynorsk and Vietnamese from the 1.2 branchPablo Saratxaga2001-03-1510-315/+7008
* Forgot to add my name to the ChangeLog.Alexander Larsson2001-03-157-7/+7
* New functions gtk_toolbar_set_icon_size and gtk_toolbar_insert_stock toAlexander Larsson2001-03-1510-1/+182
* removedSven Neumann2001-03-1510-128/+49
* add set_cursor_pos() virtual methodHideToshi Tajima2001-03-1412-0/+205
* Fix up focus code a lot.Jonathan Blandford2001-03-1313-272/+286
* Patch from John Margaglione to convert to new property API. Also, changeHavoc Pennington2001-03-128-85/+243
* Switch to using an enum with registration for icon sizes, instead ofHavoc Pennington2001-03-1221-389/+470
* Make GtkFB compile and link.Alexander Larsson2001-03-129-21/+202
* Add more test when converting filenames from/to utf-8. Don't allowAlexander Larsson2001-03-128-64/+232
* Scroll using gdk_window_scroll(). Don't wait for exposes. Move the columnAlexander Larsson2001-03-128-161/+69
* updatedHans Breuer2001-03-1012-46/+200
* Fix a stupid typo. (gtk_list_store_set_cell): Fix a stupid typo.Jonathan Blandford2001-03-109-12/+47
* Make select_all not work if you're in SINGLE mode (it doesn't make thatJonathan Blandford2001-03-1013-180/+384
* Remove old XIM code.Owen Taylor2001-03-0922-1867/+71
* updatedHans Breuer2001-03-0915-55/+440
* fixed signals with GDK_TYPE_DRAG_CONTEXT, it needs to be marshaled as anTim Janik2001-03-0914-35/+78
* Forgot some stuff in the ChangeLog entry:Alexander Larsson2001-03-097-0/+56
* Document expose event->region change and that gtk_widget_event doesn'tAlexander Larsson2001-03-0945-501/+719
* Add destroy function.Jonathan Blandford2001-03-098-334/+384