summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix recent change to match existing coding style.Jeff Garzik1999-01-221-8/+10
* take value_spacing into account for GTK_POS_LEFT.Tim Janik1999-01-223-10/+21
* Check args for NULL. (gtk_selection_default_handler): Replace manual listJeff Garzik1999-01-213-17/+14
* Shut up cvsManish Singh1999-01-211-0/+1
* [ Tried to commit wrong file last time ]Owen Taylor1999-01-211-32/+63
* Code cleanup.Owen Taylor1999-01-212-7/+7
* Pushing and popping the visual/cmap in the init() function does no good,Owen Taylor1999-01-211-6/+6
* It was reported by Owen Taylor <otaylor@redhat.com>, that LC_ALL produceTimur Bakeyev1999-01-211-1/+1
* Default handling for drops should be keyed on GTK_DRAG_DEFAULT_DROP notOwen Taylor1999-01-211-2/+2
* Don't search entire row list twice for element being removed.Jeff Garzik1999-01-213-34/+13
* few cleanups. (gtk_notebook_key_press): call select page function forLars Hamann1999-01-211-17/+59
* Start off with the cursor for "no drop" since if we'll get a status if weOwen Taylor1999-01-211-1/+1
* . Free 'nprefix', closing a memory leak. Spaced out the code a bit to makeJeff Garzik1999-01-217-15/+38
* Allow button 2 to act as GDK_ACTION_ASK. Also, allow MOD1 to specifyFederico Mena Quintero1999-01-202-2/+3
* New variable. Define to $prefix/$DATADIRNAME/locale. This will point toRaja R Harinath1999-01-201-24/+25
* Under some systems (notably, BSDI), there is no LC_MESSAGES category inTimur I. Bakeyev1999-01-201-0/+4
* Instead of drawing a background pixmap in with gdk_draw_pixmap(), set itOwen Taylor1999-01-202-67/+46
* only call grab_add if pointer_grab succeeds. (gtk_list_unmap): removeLars Hamann1999-01-201-135/+170
* add compatibility define for gtk_ctree_set_reorderable.Tim Janik1999-01-181-0/+3
* add a sanity check [from Todd Dukes <todddukes@netscape.net>]Lars Hamann1999-01-181-0/+1
* only call grab_add if pointer_grab succeeds. (gtk_clist_unmap): removeLars Hamann1999-01-181-11/+29
* Initialize label->label_wc. (We allocate labels from a memchunk)Owen Taylor1999-01-181-1/+4