summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-1898-1180/+3
* Fix idles and timeouts to be properly surrounded byOwen Taylor2001-07-188-23/+97
* Reorder code so that we don't get a g_warning message every time weDarin Adler2001-07-181-4/+3
* Ignore the sgml directory made by gtkdoc. Use gtk_window_set_resizableDarin Adler2001-07-185-5/+2
* add GDK_THREADS_ENTER/GDK_THREADS_LEAVE. (gtk_range_calc_layout): computeTim Janik2001-07-142-19/+37
* Take into account the xpad and ypad when calculating the width and theAnders Carlsson2001-07-131-1/+4
* Rename to gtk_radio_menu_item_get_group(), add deprecated alias. (#57044)Owen Taylor2001-07-122-8/+11
* Patch from Mathias Hasselmann to fix warnings in compat macros. (#56773)Owen Taylor2001-07-122-3/+3
* Replace a couple of inappropriate calls to GTK_WIDGET_HAS_FOCUS() withOwen Taylor2001-07-121-2/+2
* Add missing case.Owen Taylor2001-07-123-6/+12
* Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ]Owen Taylor2001-07-1220-178/+182
* Add a cd $(srcdir) for when srcdir != builddirPeter Williams2001-07-091-1/+2
* remove gtk_tree_model_get_first in favor of gtk_tree_model_get_iter_root.Jonathan Blandford2001-07-096-112/+98
* Jul 6 15:38:33 2001 Owen Taylor <otaylor@redhat.com>Owen Taylor2001-07-061-40/+44
* Patch from Gregory Merchan to add gtk_button_box_set_secondary(), whichOwen Taylor2001-07-067-64/+258
* Pass in the right value of initial_emission toOwen Taylor2001-07-051-1/+1
* Make compile.Owen Taylor2001-07-052-4/+5
* Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)), notOwen Taylor2001-07-0511-106/+515
* add missing gtk_list_store_newv prototype.James Henstridge2001-07-041-0/+2
* For XEMBED embedding add a _XEMBED_INFO property to the client withOwen Taylor2001-07-038-199/+648
* same here for PANGO_TYPE_TAB_ARRAY.James Henstridge2001-07-024-32/+23
* s/signal_newc/signal_new/Tim Janik2001-07-024-20/+18
* Remove change check for GTK_TYPE_OBJECT derivation to G_TYPE_OBJECTS -Owen Taylor2001-07-0110-49/+52
* New function for language bindings.Jonathan Blandford2001-06-304-6/+89
* Allow %NULL for style to mean "revert to default style"Owen Taylor2001-06-3015-586/+903
* changed new_with_types to just plain new, fixing the number of columns,Jonathan Blandford2001-06-3011-147/+327
* fixes to compile with G_DISABLE_COMPATHavoc Pennington2001-06-2920-685/+677
* add path argument to selection callbacks.Jonathan Blandford2001-06-292-11/+20
* New function to walk through a model in a depth first manner, with theJonathan Blandford2001-06-292-0/+62
* Patch Thomas Broyer from <tbroyer@ltgt.net>. Expander arrows are nowJonathan Blandford2001-06-294-62/+72
* Fix args to g_type_init().Owen Taylor2001-06-291-1/+1
* Clip the retrieved image data to the screen, using a server grab to avoidHavoc Pennington2001-06-2927-165/+591
* !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