summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* added some $(srcdir)/ prefixingTim Janik1999-08-231-3/+3
* small fixTim Janik1999-08-231-1/+2
* invoke indent on gtkmarshal.*. rewrote source generation rules, useTim Janik1999-08-233-290/+301
* rambopoo commitManish Singh1999-08-231-0/+504
* queue_resize notebook after switch to avoid drawing problems. (Bug#856Lars Hamann1999-08-221-19/+15
* we use window->need_resize from configure_event now, to indicate that theTim Janik1999-08-204-253/+274
* Added missing sanity checks. (gtk_target_list_unref): Likewise.Federico Mena Quintero1999-08-182-1/+7
* guard against division by zero. (Fixes bug #1339)Owen Taylor1999-08-171-1/+1
* Prevent the trivial leak of information of allowing word motion when theOwen Taylor1999-08-171-0/+14
* Propagate modality to error dialog as well as confirmation dialogs. (BugOwen Taylor1999-08-171-4/+9
* Honor tree->view_lines. (gtk-guy-990611-3.patch: Guy HarrisOwen Taylor1999-08-082-1/+11
* Don't `mv' from builddir to srcdir, use `cp' followed by `rm' (the `rm'Raja R Harinath1999-07-301-2/+2
* . configure.in: Fix autoconf warnings about cross compilation by trying toElliot Lee1999-07-304-5/+12
* Added missing GDK_THREADS_{LEAVE,ENTER} pair. (From Paul FisherOwen Taylor1999-07-281-1/+3
* asure that the requested width and height are always >0 (owen).Tim Janik1999-07-231-2/+2
* backed out my recent change that assured that a widget's allocated withTim Janik1999-07-222-2/+7
* Don't display wrap indicators when text is not editable and word wrap isOwen Taylor1999-07-211-7/+15
* special case option menus here as they are not derived from menu shell,Tim Janik1999-07-211-0/+11
* convert allocation-> width/height to (gint) before calculations and checkTim Janik1999-07-201-19/+17
* ensure that the allocated width and height is never zero. sanity checkTim Janik1999-07-171-0/+13
* Unlock around call to g_main_pending() as well.Owen Taylor1999-07-071-1/+7
* Unlock around call to g_main_iteration() - since that will regrab GTK+Owen Taylor1999-07-071-0/+2
* - Code cleanups - Instantaneously update on modifier key presses - AllowOwen Taylor1999-06-301-78/+212
* Don't core dump at all on X IO errors, only core dump if --enable-debugOwen Taylor1999-06-301-1/+1
* add ::default_width and ::default_height arguments.Tim Janik1999-06-282-17/+46
* Don't add an extra "/" when concating "/" + filename. (From Matt GrossmanOwen Taylor1999-06-281-1/+2
* Reset clip mask for fg_gc if we set it for drawing pixmap.Owen Taylor1999-06-281-2/+6
* queue a resize.Tim Janik1999-06-111-1/+2
* mark certain functions as internal.Tim Janik1999-06-0922-250/+849
* Removed ill-thought-out part of last comment.Owen Taylor1999-06-021-7/+5
* Get the reference counting right when we have to attach a new style for aOwen Taylor1999-06-021-1/+44
* added return if fail for invalid window types.11999-06-011-1/+3
* don't segfault when --gtk-module is the last argument (reported by Per11999-06-011-2/+3
* Fixes for invisible XOR lines (Frank LoemkerOwen Taylor1999-05-253-8/+5
* signal emit value_changed signals if h/voffsets differ from adjustmentLars Hamann1999-05-121-4/+5
* propagate ::selection-done emissions up to the topmost menu shell.Tim Janik1999-05-111-6/+22
* Unset the user data on the window before destroying it.Owen Taylor1999-05-072-3/+29
* Removed stray GtkPlugButton declaration.Owen Taylor1999-05-063-3/+5
* in the ItemFactory test, link radio items together, and show howTim Janik1999-05-0617-257/+213
* Use width,height = 0, 0 to mean - here to edge of window, instead of -1,Owen Taylor1999-05-042-4/+5
* Add a gtkrc file for iso-8859-2 locales.Owen Taylor1999-05-042-5/+16
* remove unused variable.Tim Janik1999-04-291-1/+0
* When redrawing characters on non-visible entry, use appropriate '*'Owen Taylor1999-04-271-4/+9
* compute destination cell from drag coordinates.Lars Hamann1999-04-262-135/+180
* properly initialize translate_* fields. (gtk_item_factory_finalize):Tim Janik1999-04-211-3/+6
* Fixed leak of rc_style list when lookup succeeeds.Owen Taylor1999-04-211-0/+2
* Add a / before the directory name to keep directory names from eachother.Tomas Ogren1999-04-181-1/+1
* #include "gdkkeysyms.h" for gdk_XConvertCase #definesManish Singh1999-04-171-13/+3
* fixed undo_selection bug. fixed resync_selection bug.Lars Hamann1999-04-142-7/+11
* Add some missing GDK_THREADS_ENTER()/LEAVE around timeouts. (Patches fromOwen Taylor1999-04-093-7/+22