summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* use the resize queue.Tim Janik1998-03-182-2/+7
* test if clist->title_window exists before showing it,Radek Doulik1998-03-171-2/+4
* return real boolean values not just numbers.Tim Janik1998-03-172-7/+7
* Make Gtk compile: Fix GTK_NOTE definition for no debugging, and make gtk_use_...Elliot Lee1998-03-173-7/+5
* Try to guess if we can use the mb* functions safely. (For glibc, they doOwen Taylor1998-03-179-60/+146
* changed some debugging messages to be prefixed by "Gdk:".Tim Janik1998-03-172-3/+5
* fixed a bug about drawing GTK_ARROW_LEFT, correction from Damon ChaplinTim Janik1998-03-172-2/+3
* exported gtk_spin_button_spin since it is used in testgtk, and besidesTim Janik1998-03-174-37/+219
* Added trailing newline, hopefully will fix the problem with esacOwen Taylor1998-03-161-3/+7
* removed GRAB_EXCLUSIVE again, just disable modal event delivery forTim Janik1998-03-154-7/+2
* for now reverted the last change, since it broke click-select-click menusTim Janik1998-03-151-2/+3
* removed the ugly check whether we need gtk_widget_destroy orTim Janik1998-03-154-53/+55
* notebook fix from lars.Tim Janik1998-03-151-1/+4
* added new flag GTK_EXCLUSIVE_GRAB. allow exclusive grabs.Tim Janik1998-03-156-15/+24
* changed run type of GtkTipsQuery::widget_entered to GTK_RUN_LAST, so itTim Janik1998-03-152-11/+28
* small fix by Assar Westerlund <assar@sics.se>.Tim Janik1998-03-151-1/+2
* don't cast a NULL pointer.Tim Janik1998-03-151-4/+7
* fixed a bug with invoking the quit handlers that could cause them to beTim Janik1998-03-142-8/+5
* Makefile.am fixes minor fix to gdkwindow.c -owtGTK_0_99_6Owen Taylor1998-03-141-3/+3
* Some cleanups of signedness warningsOwen Taylor1998-03-143-12/+10
* Moved the gtk_signal_connect of the specified callback into the bigFederico Mena Quintero1998-03-141-193/+205
* refuse to allocate with a greater height than requested.Tim Janik1998-03-143-14/+66
* Don't leave NULL's in argv.Owen Taylor1998-03-141-7/+16
* gpointer gtk_object_get_user_data (GtkObject *object) { ifTim Janik1998-03-142-5/+5
* Don't resize windows when request is rejected by WM. Only use the resizeOwen Taylor1998-03-141-21/+7
* make use of *_by_id() functions for handler key.Tim Janik1998-03-144-413/+392
* Now we return a GtkVisibility value, instead of a simple boolean. Also,Federico Mena Quintero1998-03-143-22/+43
* fix popup calculations (removal of FIXMEs), changes from Lars Hamann.Tim Janik1998-03-136-26/+186
* Set the column width of the clists to the longest string length so thatGeorge Lebl1998-03-131-0/+24
* return TRUE for GtkWidget::delete_event to avoid destruction of our floatTim Janik1998-03-126-190/+73
* new_pixmap wasn't using its filename argument. Add descriptionsRussell Nelson1998-03-121-1/+1
* changed handler tags to be of type guint, reflecting the internal tagTim Janik1998-03-124-109/+110
* fetch the inintial value of attributes.event_mask fromTim Janik1998-03-124-9/+32
* applied gtk-shige-980311-0.patch.gz, which removes the erronerousTim Janik1998-03-128-46/+87
* Bug fixes/improvements to the motion event eating for DndElliot Lee1998-03-111-0/+1
* Various minor cleanups related to -WOwen Taylor1998-03-113-7/+13
* I did a topdir/ChangeLog entry, why should I put anything in here? :)Elliot Lee1998-03-111-5/+0
* Fixed file selectorJay Painter1998-03-111-28/+30
* applied gtk-hamann_jeske-980311-0.patch.gz.Tim Janik1998-03-113-141/+238
* applied gtk-bolliet-980310-0.patch.gz which adds more checks andTim Janik1998-03-119-160/+211
* code and structure clean ups. fixed the tooltips flickering bug.Tim Janik1998-03-112-135/+86
* Chain to the parent finalize handler. (from: "Mattias.Gronlund"Owen Taylor1998-03-111-0/+2
* Add gtk_entry_set_max_length()Elliot Lee1998-03-101-0/+6
* removed a trailing GTK_TYPE_WIDGET for the need_resize signal.Tim Janik1998-03-101-2/+1
* Merging release_1_0 changes into the main tree.Owen Taylor1998-03-105-57/+104
* la de da, add back the prototype I just removed -mig, thanks again snorfArturo Espinosa1998-03-101-0/+5
* Snorfle, thanks :-) Mon Mar 9 23:24:42 1998 Miguel de Icaza <miguel@nuclec...Arturo Espinosa1998-03-101-0/+7
* Export functionality.Miguel de Icaza1998-03-101-6/+17
* glib include -timjTim Janik1998-03-101-1/+1
* changed gtk_range_trough_click() to take an additional jump_perc arg,Tim Janik1998-03-103-24/+66