summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge in Win32 version: Define macro GDKVAR for declaring gdk variablesTor Lillqvist1999-03-1732-40/+338
* Fixes to the win32 backend to actually be able to compile within aTor Lillqvist1999-03-1747-5727/+72
* tell people that they don't really want to use the Gtk+ devel versionTim Janik1999-03-178-9/+92
* merges from stable branchStuart Parmenter1999-03-171-12/+13
* build gtkcompat.h from gtkcompat.h.in instead of gtkfeatures.h fromTim Janik1999-03-1714-135/+148
* Tue Mar 16 17:43:33 1999 Tim Janik <timj@gtk.org>Tim Janik1999-03-1724-494/+1781
* Check for lstat.Tor Lillqvist1999-03-1615-1300/+1566
* Actually change <strings.h> to <string.h> as I already said in theTor Lillqvist1999-03-152-2/+2
* Added a Finnish translation of gtk+.Mikko Rauhala1999-03-152-0/+458
* swap the gtk_drag_highlight_expose and gtk_drag_highlight_paint since itGeorge Lebl1999-03-158-2/+51
* Use correct path to libgmodule.la when ref'ing uninstalled copy of glib.Jeff Garzik1999-03-158-1/+43
* Forgot to document maketypes.awk change in ChangeLog. Added gdk.def file.Tor Lillqvist1999-03-159-0/+693
* This might seem like a large patch, but it isn't that bad, and nothingTor Lillqvist1999-03-1537-175/+2869
* Move widechar tests from `glib' to here, since those were meant only forRaja R Harinath1999-03-1410-31/+91
* Configure now generates a gdkconfig.h file, in similar way as GLib'sTor Lillqvist1999-03-1313-49/+485
* Don't append a * to the pattern to complete if the user entered oneTor Lillqvist1999-03-138-15/+48
* Check for dirent.h and pwd.h.Tor Lillqvist1999-03-1310-97/+420
* Check for NULL parameter in gdk_font_load. Plug a memory leak in gdkim.c.Tor Lillqvist1999-03-124-2/+6
* first lookup the xfont ID in our font hash table, if we have aTim Janik1999-03-1010-24/+115
* Significantly reduced the number of calls to gdk_draw_point() (and thus toFederico Mena Quintero1999-03-099-18/+115
* Some bug fixes and improvements to the Win32 GDK.Tor Lillqvist1999-03-0714-690/+686
* add dll suffixAsbjørn Pettersen1999-03-078-0/+51
* add gen_8_3_dll_name()Asbjørn Pettersen1999-03-078-0/+58
* cur files are binary. Changed to -kb and committed the correct versions,Tor Lillqvist1999-03-062-0/+0
* cur files are binary. cvs admin -kb and recommit.Tor Lillqvist1999-03-061-0/+0
* Win32 version of GDK source files and resource files (cursors and icons).Tor Lillqvist1999-03-05127-0/+46985
* open in text modeAsbjørn Pettersen1999-03-058-0/+39
* Added two new signals to GtkSpinButton, "input" and "output", to make theStefan Jeske1999-02-2811-105/+463
* merging minor fix from gtk+-1-2Tim Janik1999-02-271-1/+1
* moved old ChangeLog to ChangeLog.pre-1-2, and started new one.Tim Janik1999-02-279-63729/+9135
* upgraded spanish language filePablo Saratxaga1999-02-271-26/+26
* Incremented version to 1.2.0. -Shawn <amundson@gtk.org>GTK_1_2_0CST 1999 Shawn T. Amundson1999-02-2532-1429/+1594
* still request the extra width or height if the corresponding scrollbar isTim Janik1999-02-258-4/+53
* updates, i left the text widget related portions in there, to serve as aTim Janik1999-02-258-75/+49
* don't add extra width or height if the requested size is mandatory (i.e.Tim Janik1999-02-258-10/+59
* New function gtk_menu_reorder_child() from Tim Janik.CST 1999 Shawn T. Amundson1999-02-259-0/+57
* removed bogus lineTim Janik1999-02-257-14/+0
* Don't access *bitmapped_sizes if nbitmapped_sizes == 0. (Pointed out byOwen Taylor1999-02-258-14/+59
* Make prototypes for drag_data_get and drag_data_received handlers matchOwen Taylor1999-02-259-4/+53
* Changed bug reporting instructions to describe using the GNOME bugOwen Taylor1999-02-258-5/+66
* Unset the clip mask for the GC if we set it. (Patch from Lars HamannOwen Taylor1999-02-258-0/+44
* added function to check if a specific signal handler connection existsTim Janik1999-02-249-44/+162
* Updated translation. (monospaced is still missing)Kjartan Maraas1999-02-242-116/+120
* if the widget is not editable, don't silently eat up GDK_Return, GDK_HomeTim Janik1999-02-248-1/+49
* warn about &widget->requisition, even for toplevels.Tim Janik1999-02-2414-28/+216
* removed gtkrc rule added by Sergey Panov, because GTK+ no longer built. WeCST 1999 Shawn T. Amundson1999-02-248-1/+43
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-24289-2/+2233
* fix implicit branch creation, we need the *real* parent path for this andTim Janik1999-02-238-1/+57
* You don't need to check one variable twice (trivial bugfix).Pavel Machek1999-02-238-1/+28
* When sending events to windows with a proxy, set the window field in theOwen Taylor1999-02-2310-29/+268