summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* A couple of minor fixes, not worth any ChangeLog entry (?).Tor Lillqvist1999-08-061-0/+1
* Update gcc build instructions. Mention gettext is GPL.Tor Lillqvist1999-07-213-25/+17
* Implement it. Obscure bit manipulation needed.Tor Lillqvist1999-07-141-0/+12
* Less logging verbiage.Tor Lillqvist1999-07-124-19/+60
* Don't draw anything if width or height is zero. Don't print a warning ifTor Lillqvist1999-07-102-0/+5
* New pthreads version. Use gettext.Tor Lillqvist1999-07-032-4/+5
* Add a missing entry point.Tor Lillqvist1999-07-021-0/+1
* moved gtkrc.zh_TW to gtkrc.zh_TW.Big5Pablo Saratxaga1999-06-252-1/+1
* changed 'ln' to '$(LN_S)' in the Makefile.am (it should be $(LN) but I don'tPablo Saratxaga1999-06-247-51/+15
* added gtkrc.* files for all encodings I knowPablo Saratxaga1999-06-2312-27/+187
* Mention using GNU gettext. Enable NLS stuff. Use GNU gettext. Minor headerTor Lillqvist1999-06-143-3/+15
* Add (commented out) Windows-style theme include line.Tor Lillqvist1999-05-252-0/+13
* changes to compile nicely (with xlib) on BeOSCDT 1999 Shawn T. Amundson1999-05-121-0/+3
* merges from gtk-1-2Lars Hamann1999-04-302-232/+239
* Support added for building using a GNU toolchain on Win32,Tor Lillqvist1999-04-257-25/+417
* added gtkrc.?? files for various iso-8859-2 languages,Pablo Saratxaga1999-04-2313-2/+92
* Add a warning when gtk_widget_grab_default() is called for a widget thatOwen Taylor1999-04-131-0/+2
* updated spanish & walloon language files,Pablo Saratxaga1999-04-051-26/+27
* Make code compile with unknown value of GDK_WINDOWINGPavel Machek1999-03-301-0/+3
* - added gtkrc.pl.Tomasz Kłoczko1999-03-262-1/+8
* *** empty log message ***Elliot Lee1999-03-211-0/+1
* Include gdkprivate.h withouh gdk/ path, as it shouldn't be in the commonTor Lillqvist1999-03-185-133/+120
* Merge in Win32 version: Define macro GDKVAR for declaring gdk variablesTor Lillqvist1999-03-1717-20/+20
* tell people that they don't really want to use the Gtk+ devel versionTim Janik1999-03-171-2/+8
* merges from stable branchStuart Parmenter1999-03-171-12/+13
* build gtkcompat.h from gtkcompat.h.in instead of gtkfeatures.h fromTim Janik1999-03-176-132/+47
* Tue Mar 16 17:43:33 1999 Tim Janik <timj@gtk.org>Tim Janik1999-03-1716-493/+726
* Check for lstat.Tor Lillqvist1999-03-164-1294/+1415
* Actually change <strings.h> to <string.h> as I already said in theTor Lillqvist1999-03-152-2/+2
* swap the gtk_drag_highlight_expose and gtk_drag_highlight_paint since itGeorge Lebl1999-03-151-2/+2
* This might seem like a large patch, but it isn't that bad, and nothingTor Lillqvist1999-03-1521-91/+2121
* Move widechar tests from `glib' to here, since those were meant only forRaja R Harinath1999-03-141-2/+2
* Configure now generates a gdkconfig.h file, in similar way as GLib'sTor Lillqvist1999-03-131-20/+252
* Don't append a * to the pattern to complete if the user entered oneTor Lillqvist1999-03-131-1/+6
* Check for dirent.h and pwd.h.Tor Lillqvist1999-03-131-97/+345
* first lookup the xfont ID in our font hash table, if we have aTim Janik1999-03-101-0/+1
* Significantly reduced the number of calls to gdk_draw_point() (and thus toFederico Mena Quintero1999-03-092-18/+38
* add dll suffixAsbjørn Pettersen1999-03-071-0/+23
* add gen_8_3_dll_name()Asbjørn Pettersen1999-03-071-0/+23
* open in text modeAsbjørn Pettersen1999-03-051-0/+4
* Added two new signals to GtkSpinButton, "input" and "output", to make theStefan Jeske1999-02-283-91/+277
* Incremented version to 1.2.0. -Shawn <amundson@gtk.org>GTK_1_2_0CST 1999 Shawn T. Amundson1999-02-254-1/+16
* still request the extra width or height if the corresponding scrollbar isTim Janik1999-02-251-4/+4
* don't add extra width or height if the requested size is mandatory (i.e.Tim Janik1999-02-251-10/+17
* New function gtk_menu_reorder_child() from Tim Janik.CST 1999 Shawn T. Amundson1999-02-252-0/+22
* Don't access *bitmapped_sizes if nbitmapped_sizes == 0. (Pointed out byOwen Taylor1999-02-251-14/+17
* Make prototypes for drag_data_get and drag_data_received handlers matchOwen Taylor1999-02-252-4/+4
* Unset the clip mask for the GC if we set it. (Patch from Lars HamannOwen Taylor1999-02-251-0/+2
* added function to check if a specific signal handler connection existsTim Janik1999-02-242-44/+71
* if the widget is not editable, don't silently eat up GDK_Return, GDK_HomeTim Janik1999-02-241-1/+7