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