summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Add GDK_WLIBS to LDADDS (fixes bug #2144)Owen Taylor1999-09-231-0/+1
* check for container DRAWABLE (instead of VISIBLE), so we don't queueTim Janik1999-09-231-1/+1
* Make the data argument const guchar *.Owen Taylor1999-09-192-2/+2
* Try to behave sensibly if the focus widget is the window itself. (ShouldOwen Taylor1999-09-191-4/+12
* make gboolean args in prototypes and implementations consistent (TomasTim Janik1999-09-175-17/+17
* Delay the call to gtk_tooltips_layout_text() until later.Owen Taylor1999-09-171-1/+5
* Added workaround for old widgets that don't propagate draws to allOwen Taylor1999-09-161-1/+15
* slight version increment to 1.2.5-pre2.Tim Janik1999-09-146-24/+64
* Ignore queues of areas that are completely off screen.Owen Taylor1999-09-131-19/+27
* backed out Raja's recent VPATH build "improvements", we are fine withTim Janik1999-09-131-7/+6
* renamed two variables, hopefully didn't introduce short lived bugs, thatTim Janik1999-09-121-10/+10
* Fix typo where comparison was being done against an uninitialized valueOwen Taylor1999-09-101-8/+4
* Move gtk_window_unset_transient_for() call after we do checks involvingOwen Taylor1999-09-101-2/+2
* Go back to using `touch' to create an empty file.Raja R Harinath1999-09-071-1/+1
* return FALSE if node has no children. (Reported by: Chris RogersLars Hamann1999-09-051-1/+5
* Improve VPATH builds. `$@' is valid only in the build dir, not after we'veRaja R Harinath1999-09-031-6/+7
* Rewrite for simplicity, and hopefully correctness. (Fixes bug #1322, whichOwen Taylor1999-09-031-52/+55
* When we receive an unexpected destroy notify on one of our windows, don'tOwen Taylor1999-09-032-5/+38
* Fix stupid signedness problem that was causing background to sometimes beOwen Taylor1999-09-031-4/+5
* [ Fixes pointed out by Ettore Perazzoli <ettore@comm2000.it> ]Owen Taylor1999-09-032-29/+15
* changed version number to 1.2.5-pre1, interface age 0, binary age 5. weTim Janik1999-09-031-13/+12
* Ref the RC style that is passed in. The lack of the ref before was a bug.Owen Taylor1999-09-031-5/+12
* Remove useless and slightly confusing test. [ XInternAtom (,,TRUE) willOwen Taylor1999-09-022-1/+14
* uncommaTim Janik1999-09-021-1/+1
* added GTK_WIN_POS_CENTER_ALWAYS.Tim Janik1999-09-022-64/+98
* s/size_changed/default_size_changed/g so i know what's really going onTim Janik1999-09-021-7/+7
* queue a new resize if we have size_changed upon handling_resize. this is aTim Janik1999-09-021-0/+41
* deal properly with the fact that RC style lists may include rc styles moreOwen Taylor1999-09-024-38/+133
* don't require a server roundtrip to figure window's width and height,Tim Janik1999-09-011-18/+4
* Compute the hints after we request the new size.Owen Taylor1999-09-011-11/+11
* Removed GTK_WIDGET_REALIZED() assertion - we can compute the hints beforeOwen Taylor1999-09-011-17/+28
* zero initialize new GtkWindowGeometryInfo, so fields like GdkGeometryTim Janik1999-09-011-180/+151
* cleaned up the GtkContainer.need_resize flag handling mess, we only needTim Janik1999-09-013-44/+41
* Move the hint setting code from gtk_widget_set_uposition to here; set theOwen Taylor1999-09-013-23/+55
* when discarding exposes due to already queued resizes (and thereforeTim Janik1999-09-014-336/+590
* Missed file from last gtkrc commit.Owen Taylor1999-08-311-3/+0
* Move the ref_count member out of the GtkRcStyle structure into a newOwen Taylor1999-08-311-37/+76
* a little patch to gtk/gtkfontsel.c to add the missing bit of i18nPablo Saratxaga1999-08-301-15/+15
* Comment fix (it was confusing for yosh).Raph Levien1999-08-271-1/+1
* reactivated the sanity checks that ensure that a widget's allocation is atTim Janik1999-08-262-8/+33
* reordered stamp-gtk.defs in gtk_built_sources, so gtk.defs gets builtLars Hamann1999-08-251-1/+1
* evaluate $PERL for the perl version check. added --disable-rebuilds toTim Janik1999-08-251-1/+1
* added some $(srcdir)/ prefixingTim Janik1999-08-231-3/+3
* small fixTim Janik1999-08-231-1/+2
* invoke indent on gtkmarshal.*. rewrote source generation rules, useTim Janik1999-08-233-290/+301
* rambopoo commitManish Singh1999-08-231-0/+504
* queue_resize notebook after switch to avoid drawing problems. (Bug#856Lars Hamann1999-08-221-19/+15
* we use window->need_resize from configure_event now, to indicate that theTim Janik1999-08-204-253/+274
* Added missing sanity checks. (gtk_target_list_unref): Likewise.Federico Mena Quintero1999-08-182-1/+7
* guard against division by zero. (Fixes bug #1339)Owen Taylor1999-08-171-1/+1