]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-4
Check for dirent.h and pwd.h.
[~andy/gtk] / ChangeLog.pre-2-4
1 1999-03-13  Tor Lillqvist  <tml@iki.fi>
2
3         * configure.in acconfig.h: Check for dirent.h and pwd.h.
4
5         * gtk/gtkfilesel.c: Use g_get_current_dir(). Merge in Win32
6         version: Use G_DIR_SEPARATOR, g_path_is_absolute, no tilde
7         expansion (based on HAVE_PWD_H), allow for drive letters. UNC
8         names not handled yet. Also, code from Craig Setera's port to
9         Win32 that uses cygwin.dll
10
11 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
12
13         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
14         font hash table, if we have a GdkFontPrivate entry for this font
15         already, simply increment its reference count, provided by Olaf Dietsche
16         <olaf.dietsche+list.gtk@netcologne.de>.
17
18         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
19         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
20
21 1999-03-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
22
23         * gtk/gtkstyle.c (gtk_default_draw_handle): Significantly reduced
24         the number of calls to gdk_draw_point() (and thus to X) by
25         clipping the points by hand.
26
27         * gtk/gtkhandlebox.c (draw_textured_frame): Actually make use of
28         the clip parameter.
29         (gtk_handle_box_paint): Only paint the handle if the expose area
30         intersects it.
31
32 Sun Mar  7 18:46:37 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
33
34         * gtk/gtkmain.c (add_dll_suffix): Add this function (OS/2 ver.)
35
36 Sun Mar  7 11:43:34 1999  ape@spacetec.no  (Asbjorn Pettersen)
37
38         * gtk/gtkthemes.c (gtk_theme_engine_get): Add OS/2 changes.
39         Added function gen_8_3_dll_name(gchar *name, gchar *fullname).
40
41 Fri Mar  5 09:12:24 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
42
43         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): Open file in
44          textmode (O_TEXT) for OS/2 version.
45
46 Sun Feb 28 16:46:02 1999  Stefan Jeske  <stefan@gtk.org>
47
48         * gtk/gtkspinbutton.[c,h] gtk/testgtk.c: Added two new signals to 
49         GtkSpinButton, "input" and "output", to make the output more flexible.
50         The user has to provide a mapping between adjustment->value and the
51         output string (and vice versa, if the spin button is editable). 
52         See testgtk for examples.
53
54 Sat Feb 27 01:18:47 1999  Tim Janik  <timj@gtk.org>
55
56         * ChangeLog: moved old ChangeLog to ChangeLog.pre-1-2, and started
57         new one.
58         
59         * configure.in: set gtk+ version to 1.3.0.