]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-10
Updates. Don't mention the now removed makefile.mingw files.
[~andy/gtk] / ChangeLog.pre-2-10
1 2003-01-05  Tor Lillqvist  <tml@iki.fi>
2
3         * gtk-zip.sh.in: Use correct DLL and import library names, with
4         GTK_API_VERSION in name, not GTK_MAJOR_VERSION.GTK_MINOR_VERSION.
5         (DEVZIP): Add gdk-pixbuf-query-loaders.exe.
6
7         * configure.in: Improve check for dimm.h.
8
9         * configure.in: Set SOEXT to 'so' on Unix, 'dll' on Win32. Used in
10         gdk-pixbuf/Makefile.am.
11
12         * gdk-pixbuf/makefile.mingw.in
13         * gdk-pixbuf/pixops/makefile.mingw.in
14         * gdk/makefile.mingw.in
15         * gdk/win32/makefile.mingw.in
16         * gtk/makefile.mingw.in: Remove. Not maintained anyway.
17
18         * gdk-pixbuf/Makefile.am
19         * gdk-pixbuf/pixops/Makefile.am
20         * gdk/Makefile.am
21         * gdk/win32/Makefile.am
22         * gtk/Makefile.am
23         * configure.in: Remove makefile.mingw{,.in} from here, too.
24         
25         * README.win32: Updates. Don't mention the now removed
26         makefile.mingw files.
27
28         * gdk/gdk.def
29         * gtk/gtk.def: Add a couple of missing entries.
30
31         * gdk/gdkkeynames.c: Include <string.h> for strcmp() and memcpy().
32
33         * gdk/win32/gdkevents-win32.c: Move dimm.h header clash workaround
34         earlier.
35
36         * gdk/win32/rc/Makefile.am: Add hack to help
37         build/win32/lt-compile-resource decide which kind of libtool
38         object file to produce.
39
40 2003-01-05  Matthias Clasen  <maclas@gmx.de>
41
42         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Make
43         C-Down step through the sequence of paragraph ends (old behaviour
44         included paragraph starts).  (#80340, patch by Narayana Pattipati)
45
46         * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_first_toggle):
47         Check for a tag toggle at the start iterator before calling
48         gtk_text_iter_forward_to_tag_toggle().  (#102090, patch by Daniel 
49         Elstner)
50
51 2003-01-04  Matthias Clasen  <maclas@gmx.de>
52
53         * gtk/gtkfilesel.h (struct _GtkFileSelection): Add /*< public >*/
54         and /*< private >*/ as appropriate.  (#97211)
55
56 2003-01-04  Tor Lillqvist  <tml@iki.fi>
57
58         * Makefile.am (EXTRA_DIST): Don't distribute gtk-zip.sh, but do
59         distribute gtk-zip.sh.in.
60
61         * gtk-zip.sh.in (DEVZIP): Add gdk-pixbuf-csource.exe and .1.
62
63 2003-01-03  Havoc Pennington  <hp@pobox.com>
64
65         * docs/Makefile.am (EXTRA_DIST): put it in EXTRA_DIST
66
67         * docs/text_widget_internals.txt: add a file documenting some of
68         the text widget internals
69
70 2003-01-02  Matthias Clasen  <maclas@gmx.de>
71
72         * gtk/gtkwindow.c (gtk_window_get_focus): Document that it may
73         return NULL.  (#102069)
74
75 2003-01-01  Matthias Clasen  <maclas@gmx.de>
76
77         * gtk/fnmatch.c (FNMATCH_TEST_CASES): #undef, since having
78         a main() in the library is obviously bad. 
79
80 2002-12-27  Matthias Clasen  <maclas@gmx.de>
81
82         * gtk/gtktextview.c (gtk_text_view_drag_data_received): Place the
83         cursor at drop point.  (#72384)
84         (gtk_text_view_size_allocate): Update the horizontal adjustment
85         value.  (#75694)
86
87 2002-12-25  Matthias Clasen  <maclas@gmx.de>
88
89         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix highlighting of
90         selection wrt. to empty lines.  (#90435, #90582, #91619)
91
92         * gtk/gtktextview.c (gtk_text_view_preedit_changed_handler):
93         Keep the cursor on screen.  (#96929)
94
95 2002-12-24  Matthias Clasen  <maclas@gmx.de>
96
97         * gtk/gtktextbuffer.c (paste_from_buffer): 
98         (clipboard_text_received): Let the user action span the insertion
99         and the deletion of the old selection.  (#82844)
100
101 2002-12-23  Matthias Clasen  <maclas@gmx.de>
102
103         * gtk/gtktextiter.c (gtk_text_iter_backward_sentence_starts):
104         Don't call gtk_text_iter_backward_sentence_start() if
105         count is zero.  (#99115)
106
107         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Call
108         move_cursor() even if the cursor hasn't moved, since it has the
109         side effect of canceling the selection.  (#81395, #98537, #98333)
110
111 2002-12-22  Matthias Clasen  <maclas@gmx.de>
112
113         * gtk/gtktextlayout.c (add_preedit_attrs): Don't add attributes
114         with empty ranges.  (fixes #101564 and #80637)
115
116 2002-12-21  Tor Lillqvist  <tml@iki.fi>
117
118         * gdk/win32/gdkwindow-win32.c (gdk_window_new): Move the code that
119         sets the window style and extended window style, and adjusts the
120         width and height to take the window decorations into account
121         earlier. The adjusted width and height used to be ignored. Remove
122         the local x, y, width and height variables, no need to further
123         confuse the code by having local copies. (Partial fix, I hope, for
124         #101588)
125
126         (gdk_window_move): When moving top-level windows, take title bar
127         and border width into account, offsetting the coordinates before
128         calling SetWindowPos().
129
130         (gdk_window_set_decorations, gdk_window_set_functions):
131         Reimplement, taking into account the peculiar semantics of
132         GDK_DECOR_ALL and GDK_FUNC_ALL. (#79036)
133
134         (gdk_window_get_decorations): Implement. (#98981)
135         
136         (gdk_window_set_type_hint): When setting
137         GDK_WINDOW_TYPE_HINT_MENU, call gdk_window_set_decorations().
138         (#79036)
139
140         * gdk/gdk.def: Add gdk_window_get_decorations. (#98981)
141
142 2002-12-21  Matthias Clasen  <maclas@gmx.de>
143
144         * gtk/gtktextview.c (gtk_text_view_set_background): New static
145         function to set the background of all windows.
146         (gtk_text_view_style_set): Use gtk_text_view_set_background().
147         (gtk_text_view_state_changed): New function; change background
148         according to state.  (#88126)
149
150 2002-12-21  Havoc Pennington  <hp@pobox.com>
151
152         * gtk/gtktextview.c (gtk_text_view_move_visually): fix the documentation
153