summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo where gtkrc.vi_VN.tcvn5712 wasn't getting deleted, causingOwen Taylor1999-10-073-11/+68
* Fix stupid extra g_free introduced in one of the last one or two commits.Owen Taylor1999-10-061-1/+0
* Fix typo from last commit.Owen Taylor1999-10-061-0/+2
* Make naming of gtkrc files consistent, put each style that a gtkrc.* fileOwen Taylor1999-10-0628-110/+121
* don't list gtkrc in gtkconf_DATA, it totally barfsManish Singh1999-10-051-1/+1
* Free device->info.axes for core pointer.Owen Taylor1999-10-051-2/+6
* Added several gtkrc.* fiels for new charset encodingsPablo Saratxaga1999-10-0520-0/+213
* added several gtkrc.* filesPablo Saratxaga1999-10-051-7/+21
* Rename idle to idle_id, to deal with obsolete, broken C libraries.Owen Taylor1999-09-301-6/+6
* Get rid of stupid C unsigned integer bug. (Bug #2272)Owen Taylor1999-09-291-1/+1
* Don't add in allocation->x/y twice!Owen Taylor1999-09-272-8/+10
* We may be queueing a resize on a toplevel container between the time weOwen Taylor1999-09-261-1/+2
* 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