| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | major overhaul of the code, fixed all known bugs (hopefully ;). | Tim Janik | 1998-03-21 | 4 | -303/+566 |
* | gtk/gtkcombo.[ch] "activate" signal can be disabled now | CET 1998 Paolo Molaro | 1998-03-21 | 2 | -1/+17 |
* | changed packing in toolbar elements, so texts are always at the bottom | Radek Doulik | 1998-03-21 | 1 | -9/+9 |
* | #define M_PI if it isn't already initialize transparent properly, to make | Manish Singh | 1998-03-19 | 2 | -3/+7 |
* | perform the neccessary checks on funtion begin. use the scrolled_window | Tim Janik | 1998-03-18 | 1 | -4/+6 |
* | ( From: James Henstridge <james@daa.com.au> ) | Owen Taylor | 1998-03-18 | 12 | -116/+174 |
* | checked in gtk_entry_set_max_length (it truncates the texts if it's | CET 1998 Paolo Molaro | 1998-03-18 | 2 | -5/+19 |
* | use the resize queue. | Tim Janik | 1998-03-18 | 2 | -2/+7 |
* | test if clist->title_window exists before showing it, | Radek Doulik | 1998-03-17 | 1 | -2/+4 |
* | return real boolean values not just numbers. | Tim Janik | 1998-03-17 | 2 | -7/+7 |
* | Make Gtk compile: Fix GTK_NOTE definition for no debugging, and make gtk_use_... | Elliot Lee | 1998-03-17 | 3 | -7/+5 |
* | Try to guess if we can use the mb* functions safely. (For glibc, they do | Owen Taylor | 1998-03-17 | 9 | -60/+146 |
* | changed some debugging messages to be prefixed by "Gdk:". | Tim Janik | 1998-03-17 | 2 | -3/+5 |
* | fixed a bug about drawing GTK_ARROW_LEFT, correction from Damon Chaplin | Tim Janik | 1998-03-17 | 2 | -2/+3 |
* | exported gtk_spin_button_spin since it is used in testgtk, and besides | Tim Janik | 1998-03-17 | 4 | -37/+219 |
* | Added trailing newline, hopefully will fix the problem with esac | Owen Taylor | 1998-03-16 | 1 | -3/+7 |
* | removed GRAB_EXCLUSIVE again, just disable modal event delivery for | Tim Janik | 1998-03-15 | 4 | -7/+2 |
* | for now reverted the last change, since it broke click-select-click menus | Tim Janik | 1998-03-15 | 1 | -2/+3 |
* | removed the ugly check whether we need gtk_widget_destroy or | Tim Janik | 1998-03-15 | 4 | -53/+55 |
* | notebook fix from lars. | Tim Janik | 1998-03-15 | 1 | -1/+4 |
* | added new flag GTK_EXCLUSIVE_GRAB. allow exclusive grabs. | Tim Janik | 1998-03-15 | 6 | -15/+24 |
* | changed run type of GtkTipsQuery::widget_entered to GTK_RUN_LAST, so it | Tim Janik | 1998-03-15 | 2 | -11/+28 |
* | small fix by Assar Westerlund <assar@sics.se>. | Tim Janik | 1998-03-15 | 1 | -1/+2 |
* | don't cast a NULL pointer. | Tim Janik | 1998-03-15 | 1 | -4/+7 |
* | fixed a bug with invoking the quit handlers that could cause them to be | Tim Janik | 1998-03-14 | 2 | -8/+5 |
* | Makefile.am fixes minor fix to gdkwindow.c -owtGTK_0_99_6 | Owen Taylor | 1998-03-14 | 1 | -3/+3 |
* | Some cleanups of signedness warnings | Owen Taylor | 1998-03-14 | 3 | -12/+10 |
* | Moved the gtk_signal_connect of the specified callback into the big | Federico Mena Quintero | 1998-03-14 | 1 | -193/+205 |
* | refuse to allocate with a greater height than requested. | Tim Janik | 1998-03-14 | 3 | -14/+66 |
* | Don't leave NULL's in argv. | Owen Taylor | 1998-03-14 | 1 | -7/+16 |
* | gpointer gtk_object_get_user_data (GtkObject *object) { if | Tim Janik | 1998-03-14 | 2 | -5/+5 |
* | Don't resize windows when request is rejected by WM. Only use the resize | Owen Taylor | 1998-03-14 | 1 | -21/+7 |
* | make use of *_by_id() functions for handler key. | Tim Janik | 1998-03-14 | 4 | -413/+392 |
* | Now we return a GtkVisibility value, instead of a simple boolean. Also, | Federico Mena Quintero | 1998-03-14 | 3 | -22/+43 |
* | fix popup calculations (removal of FIXMEs), changes from Lars Hamann. | Tim Janik | 1998-03-13 | 6 | -26/+186 |
* | Set the column width of the clists to the longest string length so that | George Lebl | 1998-03-13 | 1 | -0/+24 |
* | return TRUE for GtkWidget::delete_event to avoid destruction of our float | Tim Janik | 1998-03-12 | 6 | -190/+73 |
* | new_pixmap wasn't using its filename argument. Add descriptions | Russell Nelson | 1998-03-12 | 1 | -1/+1 |
* | changed handler tags to be of type guint, reflecting the internal tag | Tim Janik | 1998-03-12 | 4 | -109/+110 |
* | fetch the inintial value of attributes.event_mask from | Tim Janik | 1998-03-12 | 4 | -9/+32 |
* | applied gtk-shige-980311-0.patch.gz, which removes the erronerous | Tim Janik | 1998-03-12 | 8 | -46/+87 |
* | Bug fixes/improvements to the motion event eating for Dnd | Elliot Lee | 1998-03-11 | 1 | -0/+1 |
* | Various minor cleanups related to -W | Owen Taylor | 1998-03-11 | 3 | -7/+13 |
* | I did a topdir/ChangeLog entry, why should I put anything in here? :) | Elliot Lee | 1998-03-11 | 1 | -5/+0 |
* | Fixed file selector | Jay Painter | 1998-03-11 | 1 | -28/+30 |
* | applied gtk-hamann_jeske-980311-0.patch.gz. | Tim Janik | 1998-03-11 | 3 | -141/+238 |
* | applied gtk-bolliet-980310-0.patch.gz which adds more checks and | Tim Janik | 1998-03-11 | 9 | -160/+211 |
* | code and structure clean ups. fixed the tooltips flickering bug. | Tim Janik | 1998-03-11 | 2 | -135/+86 |
* | Chain to the parent finalize handler. (from: "Mattias.Gronlund" | Owen Taylor | 1998-03-11 | 1 | -0/+2 |
* | Add gtk_entry_set_max_length() | Elliot Lee | 1998-03-10 | 1 | -0/+6 |