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