]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-8
This might seem like a large patch, but it isn't that bad, and nothing
[~andy/gtk] / ChangeLog.pre-2-8
1 1999-03-15  Tor Lillqvist  <tml@iki.fi>
2
3         Win32 merge and general portability stuff:
4                 
5         * acconfig.h,configure.in: Check for <sys/time.h>.
6
7         * gdk/win32: New directory (actually, been there for a while).
8         
9         * gtk/fnmatch.c: Include <glib.h> for G_DIR_SEPARATOR, WIN32 and
10         NATIVE_WIN32, and use these. Always case fold on Win32. No
11         backslashed escapes on native Win32.
12
13         * gtk/{gtk.def,makefile.msc}: New files.
14
15         * gtk/Makefile.am: Add above new files.
16         
17         * gtk/{gtkaccelgroup,gtkbindings}.c: Include <string.h>
18         instead of <strings.h>.
19
20         * gtk/{gtkcalendar,gtkitemfactory,gtkpreview,gtkrc}.c: Include
21         config.h. Protect inclusion of <sys/param.h>, <sys/time.h>, and
22         <unistd.h> appropriately.
23
24         * gtk/gtkdnd.c: Merge in Win32 version (which doesn't do much).
25         Use ABS() (from <glib.h>) instead of abs().
26         
27         * gtk/gtkfilesel.c: Moved Win32-specific includes after inclusion
28         of gtk (and thus glib) headers, so that WIN32 will be
29         defined. With MS C, include <direct.h> for mkdir prototype.
30
31         * gtk/gtkitemfactory.c (gtk_item_factory_callback_marshal): Add
32         some casts, needed by MS C.
33
34         * gtk/{gtklayout,gtkplug}.c: Merge in Win32 version (which isn't
35         implemented).
36
37         * gtk/gtkmain.c: Include gdk/gdkx.h for GDK_WINDOWING. Include
38         <X11/Xlocale.h> only on X11 platform, otherwise <locale.h>.  Use
39         G_SEARCHPATH_SEPARATOR_S and g_module_build_path.
40
41         * gtk/gtkmain.h: Mark variables for export/import on Win32.
42                 
43         * gtk/gtkrange.c (gtk_range_motion_notify): Set mods also in case
44         the event is not a hint, or its window is not the slider. Needed
45         on Win32, at least.
46
47         * gtk/gtkrc.c: Include config.h and gdk/gdkx.h. Use <locale.h>
48         unless on X11. Skip \r chars, too. Use G_DIR_SEPARATOR and
49         G_SEARCHPATH_SEPARATOR(_S). Use g_path_is_absolute. On Win32, use
50         a subdirectory of the Windows directory as gtk system
51         configuration directory.
52
53         * gtk/gtkselection.c: No chunks on Win32.
54
55         * gtk/gtksocket.c: Not implemented on Win32.
56
57         * gtk/gtkthemes.c (gtk_theme_engine_get): Use g_module_build_path.
58
59         * gtk/makeenums.h: Include gdkprivate.h after gdk.h.
60
61         * gtk/testrgb.c: Use dynamically allocated buffer. Use GTimers.
62
63 1999-03-13  Raja R Harinath  <harinath@cs.umn.edu>
64
65         * configure.in (gdk_wc): Move widechar tests from `glib' to here,
66         since those were meant only for gdki18n.h.  
67         * gdk/gdki18n.h: Include gdkconfig.h and use GDK_* instead of G_*
68         for widechar tests.
69         * gtk/Makefile.am (INCLUDES): Add -I../gdk for gdkconfig.h.
70
71 1999-03-13  Tor Lillqvist  <tml@iki.fi>
72
73         * configure.in acconfig.h: Check for dirent.h and pwd.h. Generate
74         gdk/gdkconfig.h using similar mechanism as GLib's glibconfig.h.
75
76         * gtk-config.in: Add @libdir/gtk+/include (where gdkconfig.h is
77         installed) to CFLAGS.
78
79         * gdk/Makefile.am: Add rules for gdkconfig.h.
80
81         * gdk/gdktypes.h: Include gdkconfig.h. Define macros for windowing
82         APIs.
83
84         * gdk/gdkfontsel.c: Don't include Xlib.h, it gets included via
85         gdkx.h anyway when compiling for X11.
86         (gtk_font_selection_create_xlfd): Use g_strdup_printf. (In
87         general): Merge in Win32 version.
88         
89         * gtk/gtkfilesel.c: Use g_get_current_dir(). Merge in Win32
90         version: Use G_DIR_SEPARATOR, g_path_is_absolute, no tilde
91         expansion (if we don't have HAVE_PWD_H), allow for drive
92         letters. UNC paths (\\server\share\...) are not handled yet.  Also,
93         included code from Craig Setera's port to Win32 (the one that uses
94         X11, and the cygwin dll), even if it probably will be abandoned.
95
96         * gtk/gtkfilesel.c: Don't append a * to the pattern to complete if
97         the user entered one herself.  This way one can complete *.h and
98         don't get matches on any .help files, for instance.
99         
100 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
101
102         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
103         font hash table, if we have a GdkFontPrivate entry for this font
104         already, simply increment its reference count, provided by Olaf Dietsche
105         <olaf.dietsche+list.gtk@netcologne.de>.
106
107         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
108         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
109
110 1999-03-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
111
112         * gtk/gtkstyle.c (gtk_default_draw_handle): Significantly reduced
113         the number of calls to gdk_draw_point() (and thus to X) by
114         clipping the points by hand.
115
116         * gtk/gtkhandlebox.c (draw_textured_frame): Actually make use of
117         the clip parameter.
118         (gtk_handle_box_paint): Only paint the handle if the expose area
119         intersects it.
120
121 Sun Mar  7 18:46:37 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
122
123         * gtk/gtkmain.c (add_dll_suffix): Add this function (OS/2 ver.)
124
125 Sun Mar  7 11:43:34 1999  ape@spacetec.no  (Asbjorn Pettersen)
126
127         * gtk/gtkthemes.c (gtk_theme_engine_get): Add OS/2 changes.
128         Added function gen_8_3_dll_name(gchar *name, gchar *fullname).
129
130 Fri Mar  5 09:12:24 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
131
132         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): Open file in
133          textmode (O_TEXT) for OS/2 version.
134
135 Sun Feb 28 16:46:02 1999  Stefan Jeske  <stefan@gtk.org>
136
137         * gtk/gtkspinbutton.[c,h] gtk/testgtk.c: Added two new signals to 
138         GtkSpinButton, "input" and "output", to make the output more flexible.
139         The user has to provide a mapping between adjustment->value and the
140         output string (and vice versa, if the spin button is editable). 
141         See testgtk for examples.
142
143 Sat Feb 27 01:18:47 1999  Tim Janik  <timj@gtk.org>
144
145         * ChangeLog: moved old ChangeLog to ChangeLog.pre-1-2, and started
146         new one.
147         
148         * configure.in: set gtk+ version to 1.3.0.