summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* add GDK_THREADS_ENTER/GDK_THREADS_LEAVE. (gtk_range_calc_layout): computeTim Janik2001-07-141-0/+24
* Take into account the xpad and ypad when calculating the width and theAnders Carlsson2001-07-131-0/+6
* Rename to gtk_radio_menu_item_get_group(), add deprecated alias. (#57044)Owen Taylor2001-07-121-0/+8
* Patch from Mathias Hasselmann to fix warnings in compat macros. (#56773)Owen Taylor2001-07-121-1/+10
* Replace a couple of inappropriate calls to GTK_WIDGET_HAS_FOCUS() withOwen Taylor2001-07-121-0/+5
* Add missing case.Owen Taylor2001-07-121-0/+12
* Properly clean up when handling events for move-resize emulation. (ProblemOwen Taylor2001-07-121-0/+6
* Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ]Owen Taylor2001-07-121-0/+11
* Add a cd $(srcdir) for when srcdir != builddirPeter Williams2001-07-091-0/+5
* remove gtk_tree_model_get_first in favor of gtk_tree_model_get_iter_root.Jonathan Blandford2001-07-091-0/+10
* Jul 6 15:38:33 2001 Owen Taylor <otaylor@redhat.com>Owen Taylor2001-07-061-0/+9
* Patch from Gregory Merchan to add gtk_button_box_set_secondary(), whichOwen Taylor2001-07-061-0/+17
* Add gdk_set_pointer_hooks() to allow pointer-querying to be hooked by anOwen Taylor2001-07-051-0/+8
* Pass in the right value of initial_emission toOwen Taylor2001-07-051-0/+6
* Make compile.Owen Taylor2001-07-051-0/+9
* Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)), notOwen Taylor2001-07-051-0/+56
* add missing gtk_list_store_newv prototype.James Henstridge2001-07-041-0/+4
* For XEMBED embedding add a _XEMBED_INFO property to the client withOwen Taylor2001-07-031-0/+48
* fix to use constants not atoms.Havoc Pennington2001-07-031-0/+5
* same here for PANGO_TYPE_TAB_ARRAY.James Henstridge2001-07-021-0/+15
* s/signal_newc/signal_new/Tim Janik2001-07-021-0/+13
* Remove change check for GTK_TYPE_OBJECT derivation to G_TYPE_OBJECTS -Owen Taylor2001-07-011-0/+17
* Allow %NULL for style to mean "revert to default style"Owen Taylor2001-06-301-0/+85
* Convert GdkDevice to a GObject.Alex Larsson2001-06-301-0/+11
* Convert GdkVisual to a GObject.Alex Larsson2001-06-301-0/+18
* changed new_with_types to just plain new, fixing the number of columns,Jonathan Blandford2001-06-301-0/+16
* fixes to compile with G_DISABLE_COMPATHavoc Pennington2001-06-291-0/+7
* add path argument to selection callbacks.Jonathan Blandford2001-06-291-0/+5
* New function to walk through a model in a depth first manner, with theJonathan Blandford2001-06-291-0/+6
* Patch Thomas Broyer from <tbroyer@ltgt.net>. Expander arrows are nowJonathan Blandford2001-06-291-0/+11
* Fix args to g_type_init().Owen Taylor2001-06-291-0/+4
* Clip the retrieved image data to the screen, using a server grab to avoidHavoc Pennington2001-06-291-0/+83
* !GTK_OBJECT_DESTROYED() -> GTK_WIDGET_REALIZE() for resize queueing.Tim Janik2001-06-281-0/+31
* up version to 1.3.7, interface age 0, binary age 0. depend on glib 1.3.7.Tim Janik2001-06-281-0/+48
* The following changes correspond to bug #56812James Henstridge2001-06-281-0/+10
* new function for mapping a window without fooling with stacking order, butHavoc Pennington2001-06-281-0/+20
* New function to reflect that you can (hypothetically) pack cell renderersJonathan Blandford2001-06-271-0/+16
* Fix a typo.Kjartan Maraas2001-06-271-0/+4
* bogus include at the end of gdk-pixbuf-csource.cJoel Becker2001-06-261-0/+5
* use gdk_pixbuf_new_from_stream(). fixed up item factory so inlined pixbufsTim Janik2001-06-261-0/+6
* forgot a notificationHavoc Pennington2001-06-261-0/+4
* add "resizable" propertyHavoc Pennington2001-06-261-0/+5
* fix stupid missing statementJonathan Blandford2001-06-261-0/+10
* Revert inline-pixbuf changes until Tim comes back to fix missing filesOwen Taylor2001-06-261-6/+0
* Use new pango_context_get_metrics() to fix problems with font lists inOwen Taylor2001-06-261-0/+7
* use gdk_pixbuf_new_from_stream(). fixed up item factory so inlined pixbufsTim Janik2001-06-261-0/+6
* s/RESIZEABLE/RESIZABLE/Havoc Pennington2001-06-251-0/+7
* Added --enable-fbmanager. This is some experimental code that lets severalAlexander Larsson2001-06-251-0/+27
* Add note about child property changes.Owen Taylor2001-06-251-0/+5
* Add a special size for drag-and-drop GTK_ICON_SIZE_DND (Default to 32x32)Owen Taylor2001-06-251-0/+34