]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-8
2333ed52eed0628eb272020dd4630dbec288c2ec
[~andy/gtk] / ChangeLog.pre-2-8
1 2003-01-05  Matthias Clasen  <maclas@gmx.de>
2
3         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Make
4         C-Down step through the sequence of paragraph ends (old behaviour
5         included paragraph starts).  (#80340, patch by Narayana Pattipati)
6
7         * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_first_toggle):
8         Check for a tag toggle at the start iterator before calling
9         gtk_text_iter_forward_to_tag_toggle().  (#102090, patch by Daniel 
10         Elstner)
11
12 2003-01-04  Matthias Clasen  <maclas@gmx.de>
13
14         * gtk/gtkfilesel.h (struct _GtkFileSelection): Add /*< public >*/
15         and /*< private >*/ as appropriate.  (#97211)
16
17 2003-01-04  Tor Lillqvist  <tml@iki.fi>
18
19         * Makefile.am (EXTRA_DIST): Don't distribute gtk-zip.sh, but do
20         distribute gtk-zip.sh.in.
21
22         * gtk-zip.sh.in (DEVZIP): Add gdk-pixbuf-csource.exe and .1.
23
24 2003-01-03  Havoc Pennington  <hp@pobox.com>
25
26         * docs/Makefile.am (EXTRA_DIST): put it in EXTRA_DIST
27
28         * docs/text_widget_internals.txt: add a file documenting some of
29         the text widget internals
30
31 2003-01-02  Matthias Clasen  <maclas@gmx.de>
32
33         * gtk/gtkwindow.c (gtk_window_get_focus): Document that it may
34         return NULL.  (#102069)
35
36 2003-01-01  Matthias Clasen  <maclas@gmx.de>
37
38         * gtk/fnmatch.c (FNMATCH_TEST_CASES): #undef, since having
39         a main() in the library is obviously bad. 
40
41 2002-12-27  Matthias Clasen  <maclas@gmx.de>
42
43         * gtk/gtktextview.c (gtk_text_view_drag_data_received): Place the
44         cursor at drop point.  (#72384)
45         (gtk_text_view_size_allocate): Update the horizontal adjustment
46         value.  (#75694)
47
48 2002-12-25  Matthias Clasen  <maclas@gmx.de>
49
50         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix highlighting of
51         selection wrt. to empty lines.  (#90435, #90582, #91619)
52
53         * gtk/gtktextview.c (gtk_text_view_preedit_changed_handler):
54         Keep the cursor on screen.  (#96929)
55
56 2002-12-24  Matthias Clasen  <maclas@gmx.de>
57
58         * gtk/gtktextbuffer.c (paste_from_buffer): 
59         (clipboard_text_received): Let the user action span the insertion
60         and the deletion of the old selection.  (#82844)
61
62 2002-12-23  Matthias Clasen  <maclas@gmx.de>
63
64         * gtk/gtktextiter.c (gtk_text_iter_backward_sentence_starts):
65         Don't call gtk_text_iter_backward_sentence_start() if
66         count is zero.  (#99115)
67
68         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Call
69         move_cursor() even if the cursor hasn't moved, since it has the
70         side effect of canceling the selection.  (#81395, #98537, #98333)
71
72 2002-12-22  Matthias Clasen  <maclas@gmx.de>
73
74         * gtk/gtktextlayout.c (add_preedit_attrs): Don't add attributes
75         with empty ranges.  (fixes #101564 and #80637)
76
77 2002-12-21  Tor Lillqvist  <tml@iki.fi>
78
79         * gdk/win32/gdkwindow-win32.c (gdk_window_new): Move the code that
80         sets the window style and extended window style, and adjusts the
81         width and height to take the window decorations into account
82         earlier. The adjusted width and height used to be ignored. Remove
83         the local x, y, width and height variables, no need to further
84         confuse the code by having local copies. (Partial fix, I hope, for
85         #101588)
86
87         (gdk_window_move): When moving top-level windows, take title bar
88         and border width into account, offsetting the coordinates before
89         calling SetWindowPos().
90
91         (gdk_window_set_decorations, gdk_window_set_functions):
92         Reimplement, taking into account the peculiar semantics of
93         GDK_DECOR_ALL and GDK_FUNC_ALL. (#79036)
94
95         (gdk_window_get_decorations): Implement. (#98981)
96         
97         (gdk_window_set_type_hint): When setting
98         GDK_WINDOW_TYPE_HINT_MENU, call gdk_window_set_decorations().
99         (#79036)
100
101         * gdk/gdk.def: Add gdk_window_get_decorations. (#98981)
102
103 2002-12-21  Matthias Clasen  <maclas@gmx.de>
104
105         * gtk/gtktextview.c (gtk_text_view_set_background): New static
106         function to set the background of all windows.
107         (gtk_text_view_style_set): Use gtk_text_view_set_background().
108         (gtk_text_view_state_changed): New function; change background
109         according to state.  (#88126)
110
111 2002-12-21  Havoc Pennington  <hp@pobox.com>
112
113         * gtk/gtktextview.c (gtk_text_view_move_visually): fix the documentation
114