| Commit message (Expand) | Author | Age | Files | Lines |
* | Add GDK_WLIBS to LDADDS (fixes bug #2144) | Owen Taylor | 1999-09-23 | 1 | -0/+1 |
* | check for container DRAWABLE (instead of VISIBLE), so we don't queue | Tim Janik | 1999-09-23 | 1 | -1/+1 |
* | Make the data argument const guchar *. | Owen Taylor | 1999-09-19 | 2 | -2/+2 |
* | Try to behave sensibly if the focus widget is the window itself. (Should | Owen Taylor | 1999-09-19 | 1 | -4/+12 |
* | make gboolean args in prototypes and implementations consistent (Tomas | Tim Janik | 1999-09-17 | 5 | -17/+17 |
* | Delay the call to gtk_tooltips_layout_text() until later. | Owen Taylor | 1999-09-17 | 1 | -1/+5 |
* | Added workaround for old widgets that don't propagate draws to all | Owen Taylor | 1999-09-16 | 1 | -1/+15 |
* | slight version increment to 1.2.5-pre2. | Tim Janik | 1999-09-14 | 6 | -24/+64 |
* | Ignore queues of areas that are completely off screen. | Owen Taylor | 1999-09-13 | 1 | -19/+27 |
* | backed out Raja's recent VPATH build "improvements", we are fine with | Tim Janik | 1999-09-13 | 1 | -7/+6 |
* | renamed two variables, hopefully didn't introduce short lived bugs, that | Tim Janik | 1999-09-12 | 1 | -10/+10 |
* | Fix typo where comparison was being done against an uninitialized value | Owen Taylor | 1999-09-10 | 1 | -8/+4 |
* | Move gtk_window_unset_transient_for() call after we do checks involving | Owen Taylor | 1999-09-10 | 1 | -2/+2 |
* | Go back to using `touch' to create an empty file. | Raja R Harinath | 1999-09-07 | 1 | -1/+1 |
* | return FALSE if node has no children. (Reported by: Chris Rogers | Lars Hamann | 1999-09-05 | 1 | -1/+5 |
* | Improve VPATH builds. `$@' is valid only in the build dir, not after we've | Raja R Harinath | 1999-09-03 | 1 | -6/+7 |
* | Rewrite for simplicity, and hopefully correctness. (Fixes bug #1322, which | Owen Taylor | 1999-09-03 | 1 | -52/+55 |
* | When we receive an unexpected destroy notify on one of our windows, don't | Owen Taylor | 1999-09-03 | 2 | -5/+38 |
* | Fix stupid signedness problem that was causing background to sometimes be | Owen Taylor | 1999-09-03 | 1 | -4/+5 |
* | [ Fixes pointed out by Ettore Perazzoli <ettore@comm2000.it> ] | Owen Taylor | 1999-09-03 | 2 | -29/+15 |
* | changed version number to 1.2.5-pre1, interface age 0, binary age 5. we | Tim Janik | 1999-09-03 | 1 | -13/+12 |
* | Ref the RC style that is passed in. The lack of the ref before was a bug. | Owen Taylor | 1999-09-03 | 1 | -5/+12 |
* | Remove useless and slightly confusing test. [ XInternAtom (,,TRUE) will | Owen Taylor | 1999-09-02 | 2 | -1/+14 |
* | uncomma | Tim Janik | 1999-09-02 | 1 | -1/+1 |
* | added GTK_WIN_POS_CENTER_ALWAYS. | Tim Janik | 1999-09-02 | 2 | -64/+98 |
* | s/size_changed/default_size_changed/g so i know what's really going on | Tim Janik | 1999-09-02 | 1 | -7/+7 |
* | queue a new resize if we have size_changed upon handling_resize. this is a | Tim Janik | 1999-09-02 | 1 | -0/+41 |
* | deal properly with the fact that RC style lists may include rc styles more | Owen Taylor | 1999-09-02 | 4 | -38/+133 |
* | don't require a server roundtrip to figure window's width and height, | Tim Janik | 1999-09-01 | 1 | -18/+4 |
* | Compute the hints after we request the new size. | Owen Taylor | 1999-09-01 | 1 | -11/+11 |
* | Removed GTK_WIDGET_REALIZED() assertion - we can compute the hints before | Owen Taylor | 1999-09-01 | 1 | -17/+28 |
* | zero initialize new GtkWindowGeometryInfo, so fields like GdkGeometry | Tim Janik | 1999-09-01 | 1 | -180/+151 |
* | cleaned up the GtkContainer.need_resize flag handling mess, we only need | Tim Janik | 1999-09-01 | 3 | -44/+41 |
* | Move the hint setting code from gtk_widget_set_uposition to here; set the | Owen Taylor | 1999-09-01 | 3 | -23/+55 |
* | when discarding exposes due to already queued resizes (and therefore | Tim Janik | 1999-09-01 | 4 | -336/+590 |
* | Missed file from last gtkrc commit. | Owen Taylor | 1999-08-31 | 1 | -3/+0 |
* | Move the ref_count member out of the GtkRcStyle structure into a new | Owen Taylor | 1999-08-31 | 1 | -37/+76 |
* | a little patch to gtk/gtkfontsel.c to add the missing bit of i18n | Pablo Saratxaga | 1999-08-30 | 1 | -15/+15 |
* | Comment fix (it was confusing for yosh). | Raph Levien | 1999-08-27 | 1 | -1/+1 |
* | reactivated the sanity checks that ensure that a widget's allocation is at | Tim Janik | 1999-08-26 | 2 | -8/+33 |
* | reordered stamp-gtk.defs in gtk_built_sources, so gtk.defs gets built | Lars Hamann | 1999-08-25 | 1 | -1/+1 |
* | evaluate $PERL for the perl version check. added --disable-rebuilds to | Tim Janik | 1999-08-25 | 1 | -1/+1 |
* | added some $(srcdir)/ prefixing | Tim Janik | 1999-08-23 | 1 | -3/+3 |
* | small fix | Tim Janik | 1999-08-23 | 1 | -1/+2 |
* | invoke indent on gtkmarshal.*. rewrote source generation rules, use | Tim Janik | 1999-08-23 | 3 | -290/+301 |
* | rambopoo commit | Manish Singh | 1999-08-23 | 1 | -0/+504 |
* | queue_resize notebook after switch to avoid drawing problems. (Bug#856 | Lars Hamann | 1999-08-22 | 1 | -19/+15 |
* | we use window->need_resize from configure_event now, to indicate that the | Tim Janik | 1999-08-20 | 4 | -253/+274 |
* | Added missing sanity checks. (gtk_target_list_unref): Likewise. | Federico Mena Quintero | 1999-08-18 | 2 | -1/+7 |
* | guard against division by zero. (Fixes bug #1339) | Owen Taylor | 1999-08-17 | 1 | -1/+1 |