summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Use a ScrolledWindow test how Text widgets work within ScrolledWindow.Owen Taylor1999-02-162-21/+10
* When setting styles, remove unecessary explicits draws and clears.Owen Taylor1999-02-1610-50/+18
* Free label->label_wc.Owen Taylor1999-02-161-0/+2
* Some coding style fixups.Owen Taylor1999-02-161-78/+118
* When we find a match, stop searching. (Because we assume pspec != NULL inOwen Taylor1999-02-154-194/+315
* gtk/gtkwidget.c (gtk_widget_real_grab_focus):Owen Taylor1999-02-152-2/+12
* don't autoselect focus_row in case of GTK_SELECTION_EXTENDEDLars Hamann1999-02-115-471/+342
* don't autoselect focus_row in case of GTK_SELECTION_EXTENDEDLars Hamann1999-02-103-279/+149
* applied patch from Paolo Molaro to fix GTK_TYPE_POINTER args ofTim Janik1999-02-102-2/+2
* Reverted coding style "fixups"Owen Taylor1999-02-101-416/+401
* asure that ->value_buf always points to an allocated area.Tim Janik1999-02-102-415/+450
* Fixed some bugs with set_default_size.Owen Taylor1999-02-1035-219/+437
* Moved entry->visible into editable class. (Leave it behind deprecated forOwen Taylor1999-02-104-14/+49
* If we can't find helvetica, fall back to "fixed". If we can't findOwen Taylor1999-02-101-2/+8
* Added a style_set() function so that word lengths get recomputed on styleOwen Taylor1999-02-091-11/+44
* changed to 64 (gtk_clist_draw_focus) (hadjustment_value_changed)Lars Hamann1999-02-082-9/+12
* Add the entire draw_data_list back to the free list, not just the lastOwen Taylor1999-02-061-5/+8
* fix commentTim Janik1999-02-061-1/+1
* search last visible column instead of using clist->columns.Lars Hamann1999-02-062-15/+51
* Adjust saved positions of children when resizing a guffaw_gravity = TRUEOwen Taylor1999-02-051-44/+89
* Don't assume any more that the gtkwidget.c code will queue a redraw on usOwen Taylor1999-02-052-18/+42
* Fixes to account for the changed structure of the windows of rangeOwen Taylor1999-02-041-20/+9
* spelling fix in comment from joey@kuolema.Infodrom.North.DE (MartinManish Singh1999-02-041-2/+2
* Make sure we set the icon window position before it is shown to preventOwen Taylor1999-02-021-22/+31
* in case of GTK_SELECTION_BROWSE select first inserted row.Lars Hamann1999-02-023-52/+162
* Fixed problem with uints resulting in huge child allocations.Owen Taylor1999-02-011-5/+5
* Cast uints to ints in geometry calculations. This should prevent FPOwen Taylor1999-02-011-8/+10
* When translating N_() strings, use _(), not gettext(), since we reallyOwen Taylor1999-01-282-3/+3
* Move gravity_works back to a static global variable, since it is a globalOwen Taylor1999-01-282-7/+10
* Move gtkintl.h from $source_headers to $static_sources since it should notOwen Taylor1999-01-281-1/+1
* [ patch from Takashi Matsuda <matsu@arch.comp.kyutech.ac.jp> ]Owen Taylor1999-01-281-0/+5
* remove another g_print("\n");Stuart Parmenter1999-01-281-1/+0
* Patch from Sebastian Wilhelmi <wilhelmi@ira.uka.de> to useOwen Taylor1999-01-281-28/+5
* Change signatures for gdk_drag_begin() and gdk_drag_motion() so that theOwen Taylor1999-01-281-38/+79
* Removed some g_print()'sOwen Taylor1999-01-281-3/+0
* Hack scrollwheel support into the eventloop, by treating button 4-5Owen Taylor1999-01-282-6/+48
* Separate out GLIB_LIBS and GLIB_DEPLIBS. This may fix the --with-glibOwen Taylor1999-01-271-1/+1
* add GTK_HAVE_FEATURES_1_1_14Stuart Parmenter1999-01-271-0/+5
* Use floor() instead of truncating to integer values so we get translationOwen Taylor1999-01-276-293/+281
* New functions to set the colormap or visual of an existing widget. TheseOwen Taylor1999-01-261-0/+13
* New functions to set the colormap or visual of an existing widget. TheseOwen Taylor1999-01-262-16/+64
* Queue a redraw on the tab area when a tab changes size. (IncludesOwen Taylor1999-01-261-3/+53
* Back out the last solution to updating problem. And try a different oneOwen Taylor1999-01-261-5/+8
* Removed some GTK_WIDGET_DRAWABLE() tests - we need to update the valueOwen Taylor1999-01-251-7/+5
* set RECEIVES_DEFAULT on init, and a button press on the widget doesn'tGeorge Lebl1999-01-258-8/+63
* Fix reversed assertion. (Pointed out by Austin DonnellyOwen Taylor1999-01-241-5/+0
* X expects longs, not uint32 for XChangeProperty, when format == 32.Owen Taylor1999-01-232-4/+7
* Add flags field to GtkTargetEntry table.Owen Taylor1999-01-231-3/+3
* Don't search selection list twice. (real_select_row): Remove extra ';',Jeff Garzik1999-01-231-2/+7
* removed extra gtk_spin_button_update calls again. unblock dnd signalLars Hamann1999-01-233-9/+18