summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* increment years and months by two not three on double clicks, patchTim Janik1999-02-201-3/+6
* added ::modal argument. (gtk_window_hide): reset window->modal from theTim Janik1999-02-202-21/+42
* Collecttion of the locale dependent gtkrc files andSergey I. Panov1999-02-195-0/+21
* grouped function names into application-level, widget-level andTim Janik1999-02-192-38/+45
* When queueing clears relative to widget->window, actually storeOwen Taylor1999-02-181-1/+1
* Fix glib_config_args gtk_config_args confusion. (pointed out by RolandOwen Taylor1999-02-183-29/+27
* added widget arg ::titles_active.Tim Janik1999-02-181-0/+23
* only translate widget relative coordinates to window relative if theTim Janik1999-02-171-19/+22
* 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