]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-4
Move widechar tests from `glib' to here, since those were meant only for
[~andy/gtk] / ChangeLog.pre-2-4
1 1999-03-13  Raja R Harinath  <harinath@cs.umn.edu>
2
3         * configure.in (gdk_wc): Move widechar tests from `glib' to here,
4         since those were meant only for gdki18n.h.  
5         * gdk/gdki18n.h: Include gdkconfig.h and use GDK_* instead of G_*
6         for widechar tests.
7         * gtk/Makefile.am (INCLUDES): Add -I../gdk for gdkconfig.h.
8
9 1999-03-13  Tor Lillqvist  <tml@iki.fi>
10
11         * configure.in acconfig.h: Check for dirent.h and pwd.h. Generate
12         gdk/gdkconfig.h using similar mechanism as GLib's glibconfig.h.
13
14         * gtk-config.in: Add @libdir/gtk+/include (where gdkconfig.h is
15         installed) to CFLAGS.
16
17         * gdk/Makefile.am: Add rules for gdkconfig.h.
18
19         * gdk/gdktypes.h: Include gdkconfig.h. Define macros for windowing
20         APIs.
21
22         * gdk/gdkfontsel.c: Don't include Xlib.h, it gets included via
23         gdkx.h anyway when compiling for X11.
24         (gtk_font_selection_create_xlfd): Use g_strdup_printf. (In
25         general): Merge in Win32 version.
26         
27         * gtk/gtkfilesel.c: Use g_get_current_dir(). Merge in Win32
28         version: Use G_DIR_SEPARATOR, g_path_is_absolute, no tilde
29         expansion (if we don't have HAVE_PWD_H), allow for drive
30         letters. UNC paths (\\server\share\...) are not handled yet.  Also,
31         included code from Craig Setera's port to Win32 (the one that uses
32         X11, and the cygwin dll), even if it probably will be abandoned.
33
34         * gtk/gtkfilesel.c: Don't append a * to the pattern to complete if
35         the user entered one herself.  This way one can complete *.h and
36         don't get matches on any .help files, for instance.
37         
38 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
39
40         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
41         font hash table, if we have a GdkFontPrivate entry for this font
42         already, simply increment its reference count, provided by Olaf Dietsche
43         <olaf.dietsche+list.gtk@netcologne.de>.
44
45         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
46         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
47
48 1999-03-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
49
50         * gtk/gtkstyle.c (gtk_default_draw_handle): Significantly reduced
51         the number of calls to gdk_draw_point() (and thus to X) by
52         clipping the points by hand.
53
54         * gtk/gtkhandlebox.c (draw_textured_frame): Actually make use of
55         the clip parameter.
56         (gtk_handle_box_paint): Only paint the handle if the expose area
57         intersects it.
58
59 Sun Mar  7 18:46:37 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
60
61         * gtk/gtkmain.c (add_dll_suffix): Add this function (OS/2 ver.)
62
63 Sun Mar  7 11:43:34 1999  ape@spacetec.no  (Asbjorn Pettersen)
64
65         * gtk/gtkthemes.c (gtk_theme_engine_get): Add OS/2 changes.
66         Added function gen_8_3_dll_name(gchar *name, gchar *fullname).
67
68 Fri Mar  5 09:12:24 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
69
70         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): Open file in
71          textmode (O_TEXT) for OS/2 version.
72
73 Sun Feb 28 16:46:02 1999  Stefan Jeske  <stefan@gtk.org>
74
75         * gtk/gtkspinbutton.[c,h] gtk/testgtk.c: Added two new signals to 
76         GtkSpinButton, "input" and "output", to make the output more flexible.
77         The user has to provide a mapping between adjustment->value and the
78         output string (and vice versa, if the spin button is editable). 
79         See testgtk for examples.
80
81 Sat Feb 27 01:18:47 1999  Tim Janik  <timj@gtk.org>
82
83         * ChangeLog: moved old ChangeLog to ChangeLog.pre-1-2, and started
84         new one.
85         
86         * configure.in: set gtk+ version to 1.3.0.