summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* oops, forgot to add thoseJakub Steiner2001-09-112-0/+0
* Fixed reversed comparison causing RC properties not to work.Owen Taylor2001-09-111-1/+1
* more stock icons - warning dialog, error dialog, DnDJakub Steiner2001-09-116-0/+0
* minor fixesJoshua N Pritikin2001-09-112-2/+5
* slight fix for g_object_set() not usable for nesting anymore.Tim Janik2001-09-102-4/+24
* Update to use the new g_boxed_type_register_static API.Alex Larsson2001-09-101-16/+1
* Fix looping in gtk_tree_store_init() waiting for zero random int.Padraig O'Briain2001-09-101-1/+1
* fix xscale and yscale behaviour which havoc broke. they have to default toTim Janik2001-09-102-6/+5
* gtk/gtkstyle.c (_gtk_style_peek_property_value) Amend previous change toPadraig O'Briain2001-09-101-2/+3
* Fix blank line in the wrong place.Owen Taylor2001-09-101-1/+1
* Don't do a lookup immediately after creating style->property_cache, sinceOwen Taylor2001-09-101-9/+10
* 2001-09-09 Alexander Larsson <alla@lysator.liu.se> Alexander Larsson2001-09-091-2/+1
* move some of the accel group functions into a Private subsectionHavoc Pennington2001-09-081-0/+208
* default xscale/yscale to 0.0, not 0.5, 0.5 isn't usefulHavoc Pennington2001-09-087-46/+200
* Write documentation Write documentationJonathan Blandford2001-09-084-139/+281
* Replace uses of GBSearchArray with GArray and bsearch(), to removeOwen Taylor2001-09-084-119/+112
* put GtkPacker back in here so it won't be in gtk-unused.txt, but don't putHavoc Pennington2001-09-089-34/+37
* remove g_print.Jonathan Blandford2001-09-082-54/+2
* remove CellRendererTextPixbufHavoc Pennington2001-09-081-0/+16
* tsk tsk, jrb broke the buildHavoc Pennington2001-09-081-1/+0
* Removed 'fill' attribute. It was silly b/c that was a property of the cellJonathan Blandford2001-09-087-658/+407
* Removed unused function.Alex Larsson2001-09-081-1/+4
* Make the default default colormap the GdkRGB colormap, not the systemOwen Taylor2001-09-074-29/+34
* add some lame code to handle G_MININT, fixes #57424Havoc Pennington2001-09-071-1/+19
* Deprecate gdk_set/get_use_xshm, make gdk_set_use_xshm a noop. RemoveOwen Taylor2001-09-071-47/+5
* remove some debug code that seems to have caused a breakpoint in validHavoc Pennington2001-09-073-7/+13
* Make gdkx.h the only installed header from gdk/x11. All structures inOwen Taylor2001-09-079-30/+15
* update adjustments after validating destination yrange; fixes #53918 (ThisHavoc Pennington2001-09-073-28/+58
* Use GtkType/GType instead of uint.Alex Larsson2001-09-064-4/+4
* fix initial val for sort column.Jonathan Blandford2001-09-044-14/+76
* handle default sort featureJonathan Blandford2001-09-036-146/+310
* patch from vishnu@pobox.com (Joshua N Pritikin) to fix math and anJonathan Blandford2001-09-031-9/+10
* Patch from vishnu@pobox.com (Joshua N Pritikin) to emit signal at theJonathan Blandford2001-09-032-4/+8
* Set current serial so that we don't eternally update the keymap after weOwen Taylor2001-09-031-1/+1
* much changes in an attempt to make it working. It mostly works now,Kristian Rietveld2001-09-022-357/+1215
* code cleaup, fix for bug #59222.Kristian Rietveld2001-09-021-57/+89
* add warnings per jrb's request.Kristian Rietveld2001-09-011-2/+5
* pass in user data.Jonathan Blandford2001-09-012-3/+9
* Instead of always mirroring the selection to a single PRIMARY selection,Owen Taylor2001-08-313-178/+338
* put validate idle at resize - 2 just for flexibilityHavoc Pennington2001-08-301-9/+45
* handle NULL shaped object from the empty-child-anchor case by drawing aHavoc Pennington2001-08-302-17/+46
* apply fix to #58420 from Hidetoshi Tajima and Matthias ClasenHavoc Pennington2001-08-301-6/+0
* change color when the GtkTreeView loses focus.Jonathan Blandford2001-08-294-15/+43
* fix g_object_notifyHavoc Pennington2001-08-291-2/+2
* add default iconHavoc Pennington2001-08-298-54/+971
* gtk/gtkprogressbar.c (gtk_progress_bar_set_text): Move the settingMatthias Clasen2001-08-281-3/+3
* Make unrealize GTK_RUN_LAST.Alex Larsson2001-08-281-1/+1
* fix silly cut'n'paste error, with_label and with_mnemonic should createManish Singh2001-08-281-2/+2
* Use the GTK selection types rather than GtkTreeSelectionMode.Jonathan Blandford2001-08-274-41/+34
* deprecate GTK_SELECTION_EXTENDED.Jonathan Blandford2001-08-275-118/+57