summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* !GTK_OBJECT_DESTROYED() -> GTK_WIDGET_REALIZE() for resize queueing.Tim Janik2001-06-282-108/+113
* up version to 1.3.7, interface age 0, binary age 0. depend on glib 1.3.7.Tim Janik2001-06-289-89/+62
* New function to reflect that you can (hypothetically) pack cell renderersJonathan Blandford2001-06-273-154/+285
* Fix a typo.Kjartan Maraas2001-06-271-1/+1
* use gdk_pixbuf_new_from_stream(). fixed up item factory so inlined pixbufsTim Janik2001-06-261-2/+2
* use gdk_pixbuf_new_from_stream(). fixed up item factory so inlined pixbufsTim Janik2001-06-263-12/+14
* forgot a notificationHavoc Pennington2001-06-261-0/+1
* add "resizable" propertyHavoc Pennington2001-06-261-0/+18
* fix stupid missing statementJonathan Blandford2001-06-264-2/+81
* Revert inline-pixbuf changes until Tim comes back to fix missing filesOwen Taylor2001-06-264-16/+14
* Use new pango_context_get_metrics() to fix problems with font lists inOwen Taylor2001-06-263-22/+12
* hm, second attempt. it's fight CVS time again.Tim Janik2001-06-264-14/+16
* s/RESIZEABLE/RESIZABLE/Havoc Pennington2001-06-255-17/+17
* Add a special size for drag-and-drop GTK_ICON_SIZE_DND (Default to 32x32)Owen Taylor2001-06-259-184/+365
* Removed - didn't work and not particularly useful anyways if it did.Owen Taylor2001-06-242-37/+0
* Fix stupid error introduced last night that was making things decidedlyOwen Taylor2001-06-2464-114/+1888
* Fixup some problems with text length handling in error cases.Owen Taylor2001-06-231-5/+3
* Fix bug noticed by Brian Cameron. (gtk_tree_view_real_expand_row): Fix bugJonathan Blandford2001-06-221-8/+8
* PNGs need to be binary (-kb) to be useable on windozeHans Breuer2001-06-222-0/+0
* updated externalsHans Breuer2001-06-224-32/+5
* Update to new PangoLanguage changes.Alexander Larsson2001-06-211-1/+1
* Handle the case without XKB properly.Owen Taylor2001-06-215-60/+31
* added gtk_container_child_set_property() andTim Janik2001-06-212-1/+116
* clean up (gtk_tree_view_move_cursor_page_up_down): implement.Jonathan Blandford2001-06-203-71/+101
* make maximum digits compile time configurable via MAX_DIGITS and up to 20.Tim Janik2001-06-202-8/+8
* hum, "adjustment" was a construct property in 1.2 and still needs to be.Tim Janik2001-06-202-26/+2
* New functions to clear a model.Jonathan Blandford2001-06-194-8/+35
* fix PROP_EVENTS.Tim Janik2001-06-1915-1863/+985
* New function to test if a node is expanded.Jonathan Blandford2001-06-192-0/+29
* Fix bug where collapsing a selected row would result in the cursor/anchorJonathan Blandford2001-06-184-69/+106
* Rename gtk_tree_sortable_sort_column_id_set_func. It's much shorter now.Jonathan Blandford2001-06-158-110/+143
* Fixed a small typo, it should be GTK_WINDOW_GROUP_GET_CLASS and notJonas Borgström2001-06-151-1/+1
* Docs fixups, and:Havoc Pennington2001-06-153-2/+19
* Update to new PangoLanguage changes.Alexander Larsson2001-06-153-8/+11
* Whoops. Forgot this a couple months ago. Now GtkTreeStore sort of sorts.Jonathan Blandford2001-06-146-132/+304
* fix other typoHavoc Pennington2001-06-145-42/+110
* Add a GtkWindowGroup struct that allows grouping together multiple windowsOwen Taylor2001-06-148-46/+326
* Add missing gdk_rectangle_get_type() prototype.Owen Taylor2001-06-1416-60/+58
* UpdatesHavoc Pennington2001-06-131-4/+4
* further justify gtk_tree_model_get_flags by adding a second flag for atk.Jonathan Blandford2001-06-126-38/+40
* changed expand_row/collapse_row to be 2 signals each -- test_expand_rowJonathan Blandford2001-06-112-16/+64
* add read-only "scroll_offset" property for notification when the layoutHavoc Pennington2001-06-094-35/+180
* New keybinding. (gtk_tree_view_focus): Fix merge conflict.Jonathan Blandford2001-06-082-5/+55
* new function to clean up cursor handling.Jonathan Blandford2001-06-083-92/+211
* added this functionHavoc Pennington2001-06-085-5/+55
* Added compat macros for all old GTK_TYPE_GDK_xxx types. Fixes bug #52892Alex Larsson2001-06-081-0/+48
* forgot to saveHavoc Pennington2001-06-081-1/+1
* geez, don't call g_list funcs on GSListHavoc Pennington2001-06-0817-217/+225
* warn if row/cols are out of range. Fix bug #55921Jonathan Blandford2001-06-082-8/+10
* Add a direction-changed signal, and gdk_keymap_get_current_direction().Owen Taylor2001-06-088-80/+263