summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Released GTK+ 1.2.4GTK_1_2_4CDT 1999 Shawn T. Amundson1999-08-2328-87/+93
* evaluate $ac_make when checking for GNU Make.Tim Janik1999-08-238-1/+29
* 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-2338-776/+1075
* rambopoo commitManish Singh1999-08-234-0/+1296
* queue_resize notebook after switch to avoid drawing problems. (Bug#856Lars Hamann1999-08-228-19/+85
* we use window->need_resize from configure_event now, to indicate that theTim Janik1999-08-2013-264/+680
* Added missing sanity checks. (gtk_target_list_unref): Likewise.Federico Mena Quintero1999-08-1818-7/+153
* guard against division by zero. (Fixes bug #1339)Owen Taylor1999-08-178-92/+36
* Prevent the trivial leak of information of allowing word motion when theOwen Taylor1999-08-178-0/+147
* Propagate modality to error dialog as well as confirmation dialogs. (BugOwen Taylor1999-08-178-4/+51
* FAQ UpdateBST 1999 Tony Gale1999-08-119-448/+2162
* Honor tree->view_lines. (gtk-guy-990611-3.patch: Guy HarrisOwen Taylor1999-08-0812-9/+124
* Don't `mv' from builddir to srcdir, use `cp' followed by `rm' (the `rm'Raja R Harinath1999-07-308-51/+93
* . configure.in: Fix autoconf warnings about cross compilation by trying toElliot Lee1999-07-3033-228/+303
* Allow defining a CUSTOM_RELEASE at RPM build timeElliot Lee1999-07-291-1/+2
* Added missing GDK_THREADS_{LEAVE,ENTER} pair. (From Paul FisherOwen Taylor1999-07-288-1/+45
* asure that the requested width and height are always >0 (owen).Tim Janik1999-07-238-2/+37
* typoTim Janik1999-07-227-7/+7
* backed out my recent change that assured that a widget's allocated withTim Janik1999-07-229-2/+98
* Don't display wrap indicators when text is not editable and word wrap isOwen Taylor1999-07-218-7/+50
* ja.po: Japanese translation update from Shirasaki Yasuhiro.Yukihiro Nakai1999-07-212-23/+26
* special case option menus here as they are not derived from menu shell,Tim Janik1999-07-218-0/+53
* convert allocation-> width/height to (gint) before calculations and checkTim Janik1999-07-208-19/+59
* ensure that the allocated width and height is never zero. sanity checkTim Janik1999-07-178-0/+55
* libtool 1.3.3Manish Singh1999-07-179-125/+289
* ja.po: "Rename file" translation fixed.Yukihiro Nakai1999-07-132-1/+5
* UpdatedTomas Ogren1999-07-102-33/+36
* Indicate that the --with-glib= configure time flag is unsupported.Owen Taylor1999-07-089-3/+57
* s/,/./Stuart Parmenter1999-07-071-1/+1
* Unlock around call to g_main_pending() as well.Owen Taylor1999-07-078-1/+42
* Unlock around call to g_main_iteration() - since that will regrab GTK+Owen Taylor1999-07-078-0/+44
* Added a file that gives documenation about the autogeneration process forOwen Taylor1999-07-068-0/+318
* - Code cleanups - Instantaneously update on modifier key presses - AllowOwen Taylor1999-06-308-78/+261
* Don't core dump at all on X IO errors, only core dump if --enable-debugOwen Taylor1999-06-3011-6/+154
* Look for libgmodule in the right location.Owen Taylor1999-06-298-1/+36
* add ::default_width and ::default_height arguments.Tim Janik1999-06-289-17/+116
* Don't add an extra "/" when concating "/" + filename. (From Matt GrossmanOwen Taylor1999-06-288-1/+44
* Reset clip mask for fg_gc if we set it for drawing pixmap.Owen Taylor1999-06-288-2/+41
* removed old ""Got event for unknown window:" message. disabledTim Janik1999-06-2519-108/+409
* Removed references to code examples in my directory on gtk.org as theyOwen Taylor1999-06-179-42/+836
* Add maintainers listElliot Lee1999-06-151-0/+1
* queue a resize.Tim Janik1999-06-118-1/+30
* small fixTim Janik1999-06-097-7/+0
* mark certain functions as internal.Tim Janik1999-06-0929-264/+1122
* Added entry about menu keyboard navigation, removed some finished items.Owen Taylor1999-06-048-16/+49
* Removed ill-thought-out part of last comment.Owen Taylor1999-06-028-7/+40
* Get the reference counting right when we have to attach a new style for aOwen Taylor1999-06-028-1/+107
* added return if fail for invalid window types.11999-06-0110-3/+61