| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bug where when scrolling to the left or top double exposes were done, | Owen Taylor | 1999-10-08 | 1 | -14/+48 |
* | Always normalize codeset names to lowercase and alphanumeric, before | Owen Taylor | 1999-10-07 | 2 | -7/+73 |
* | even popup menus when the menu is already visible, but its parent is still | Tim Janik | 1999-10-07 | 1 | -34/+31 |
* | Fix a typo where gtkrc.vi_VN.tcvn5712 wasn't getting deleted, causing | Owen Taylor | 1999-10-07 | 3 | -11/+68 |
* | Fix stupid extra g_free introduced in one of the last one or two commits. | Owen Taylor | 1999-10-06 | 1 | -1/+0 |
* | Fix typo from last commit. | Owen Taylor | 1999-10-06 | 1 | -0/+2 |
* | Make naming of gtkrc files consistent, put each style that a gtkrc.* file | Owen Taylor | 1999-10-06 | 28 | -110/+121 |
* | don't list gtkrc in gtkconf_DATA, it totally barfs | Manish Singh | 1999-10-05 | 1 | -1/+1 |
* | Free device->info.axes for core pointer. | Owen Taylor | 1999-10-05 | 1 | -2/+6 |
* | Added several gtkrc.* fiels for new charset encodings | Pablo Saratxaga | 1999-10-05 | 20 | -0/+213 |
* | added several gtkrc.* files | Pablo Saratxaga | 1999-10-05 | 1 | -7/+21 |
* | Rename idle to idle_id, to deal with obsolete, broken C libraries. | Owen Taylor | 1999-09-30 | 1 | -6/+6 |
* | Get rid of stupid C unsigned integer bug. (Bug #2272) | Owen Taylor | 1999-09-29 | 1 | -1/+1 |
* | Don't add in allocation->x/y twice! | Owen Taylor | 1999-09-27 | 2 | -8/+10 |
* | We may be queueing a resize on a toplevel container between the time we | Owen Taylor | 1999-09-26 | 1 | -1/+2 |
* | 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 |