summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* version=1.1.14GTK_1_1_14CST 1999 Shawn T. Amundson1999-01-2826-296/+394
* When translating N_() strings, use _(), not gettext(), since we reallyOwen Taylor1999-01-289-3/+45
* Xsed isn't valid here, don't use itManish Singh1999-01-2810-4/+53
* Move gravity_works back to a static global variable, since it is a globalOwen Taylor1999-01-289-7/+59
* Move gtkintl.h from $source_headers to $static_sources since it should notOwen Taylor1999-01-288-1/+43
* Allow exposure compression across GravityNotify events to improve theOwen Taylor1999-01-289-11/+73
* [ patch from Takashi Matsuda <matsu@arch.comp.kyutech.ac.jp> ]Owen Taylor1999-01-2812-39/+256
* 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-2811-155/+659
* Removed some g_print()'sOwen Taylor1999-01-281-3/+0
* Hack scrollwheel support into the eventloop, by treating button 4-5Owen Taylor1999-01-289-6/+139
* Remove TimJ's checks for already being mapped or hidden. See the ICCCM'sOwen Taylor1999-01-279-4/+53
* Separate out GLIB_LIBS and GLIB_DEPLIBS. This may fix the --with-glibOwen Taylor1999-01-2710-4/+56
* 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-2718-311/+895
* assert ref_count>0.Tim Janik1999-01-279-0/+34
* New functions to set the colormap or visual of an existing widget. TheseOwen Taylor1999-01-261-0/+13
* Changed logOwen Taylor1999-01-267-0/+98
* 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-268-10/+116
* Back out the last solution to updating problem. And try a different oneOwen Taylor1999-01-268-5/+71
* Removed some GTK_WIDGET_DRAWABLE() tests - we need to update the valueOwen Taylor1999-01-258-7/+47
* Don't define ENABLE_NLS unless we have a working NLS. (This should keepOwen Taylor1999-01-258-1/+50
* set RECEIVES_DEFAULT on init, and a button press on the widget doesn'tGeorge Lebl1999-01-2515-8/+203
* ByteswapOwen Taylor1999-01-249-10/+45
* Fix reversed assertion. (Pointed out by Austin DonnellyOwen Taylor1999-01-2410-7/+72
* tiny style correctionsSergey I. Panov1999-01-241-2/+2
* X expects longs, not uint32 for XChangeProperty, when format == 32.Owen Taylor1999-01-235-151/+197
* Add flags field to GtkTargetEntry table.Owen Taylor1999-01-2310-5/+233
* Don't search selection list twice. (real_select_row): Remove extra ';',Jeff Garzik1999-01-238-2/+49
* removed extra gtk_spin_button_update calls again. unblock dnd signalLars Hamann1999-01-2310-16/+102
* Fix recent change to match existing coding style.Jeff Garzik1999-01-228-8/+45
* take value_spacing into account for GTK_POS_LEFT.Tim Janik1999-01-2211-10/+109
* A few updates.Sergey I. Panov1999-01-221-45/+45
* Check args for NULL. (gtk_selection_default_handler): Replace manual listJeff Garzik1999-01-2110-17/+98
* Shut up cvsManish Singh1999-01-211-0/+1
* [ Tried to commit wrong file last time ]Owen Taylor1999-01-218-32/+154
* Code cleanup.Owen Taylor1999-01-212-7/+7
* Pushing and popping the visual/cmap in the init() function does no good,Owen Taylor1999-01-218-6/+111
* Updated Italian textsTristan Tarrant1999-01-211-19/+19
* It was reported by Owen Taylor <otaylor@redhat.com>, that LC_ALL produceTimur Bakeyev1999-01-218-1/+43
* Set and read the XdndActionList property defined in the Xdnd spec. We doOwen Taylor1999-01-219-22/+276
* Move not-null assertion before pointer de-ref.Jeff Garzik1999-01-2111-6/+75
* Default handling for drops should be keyed on GTK_DRAG_DEFAULT_DROP notOwen Taylor1999-01-218-2/+44
* Don't search entire row list twice for element being removed.Jeff Garzik1999-01-2110-34/+111
* few cleanups. (gtk_notebook_key_press): call select page function forLars Hamann1999-01-218-17/+108
* Start off with the cursor for "no drop" since if we'll get a status if weOwen Taylor1999-01-218-1/+50
* . Free 'nprefix', closing a memory leak. Spaced out the code a bit to makeJeff Garzik1999-01-2114-15/+129
* Allow button 2 to act as GDK_ACTION_ASK. Also, allow MOD1 to specifyFederico Mena Quintero1999-01-209-2/+45