]> git.saurik.com Git - wxWidgets.git/blame - docs/toback24.txt
wxGTK compilation fixes.
[wxWidgets.git] / docs / toback24.txt
CommitLineData
4eb38db7 11. wxFrame support in wxrcedit
48594fd2
VS
2
3http://sourceforge.net/tracker/index.php?func=detail&aid=648659&group_id=9863&atid=309863
4
4eb38db7 5[Is this worth applying if wxrcedit is not supported? - VS]
4e0862c4 6
4eb38db7 72. "Remove" wxFont::GetInternalFont from wxGTK w/ GTK2
778262c4
VS
8
9CVS: [RR] wxWindows/src/gtk dcclient.cpp,1.162,1.163 font.cpp,1.69,1.70 window.cpp,1.411,1.412
10CVS: [RR] wxWindows/src/gtk choice.cpp,1.55,1.56 combobox.cpp,1.87,1.88
11CVS: [RR] wxWindows/src/gtk minifram.cpp,1.29,1.30
12 (not sure about minifram.cpp: must be checked for binary compatibility - VS)
13
14When applying, be careful to not pick later revision of font.cpp -- 2.5 doesn't
15have wxFont::GetInternalFont while 2.4 must have it because of binary
16compatibility!
25d599ae 17
851ccc35
VS
183. Add Windows XP manifests to wx.rc
19
20RCS file: /pack/cvsroots/wxwindows/wxWindows/include/wx/msw/wx.manifest,v
21done
22Checking in wx.manifest;
23/pack/cvsroots/wxwindows/wxWindows/include/wx/msw/wx.manifest,v <-- wx.manifest
24initial revision: 1.1
25done
26Checking in wx.rc;
27/pack/cvsroots/wxwindows/wxWindows/include/wx/msw/wx.rc,v <-- wx.rc
28new revision: 1.29; previous revision: 1.28
29done
30
314. Fix wxLocale::Init with Unicode-only languages (does it work with BCC?)
32
33Checking in intl.cpp;
34/pack/cvsroots/wxwindows/wxWindows/src/common/intl.cpp,v <-- intl.cpp
35new revision: 1.93; previous revision: 1.92
36done
ef6a2689
VZ
37
385. proper AcceptsFocus() implementation for containers
39
40http://sf.net/tracker/index.php?func=detail&aid=718913&group_id=9863&atid=309863
41
42Checking in include/wx/containr.h;
43/pack/cvsroots/wxwindows/wxWindows/include/wx/containr.h,v <-- containr.h
44new revision: 1.10; previous revision: 1.9
45Checking in src/common/containr.cpp;
46/pack/cvsroots/wxwindows/wxWindows/src/common/containr.cpp,v <-- containr.cpp
47new revision: 1.17; previous revision: 1.16
48
496. fixes for user dash wxPens handling
50
51http://sf.net/tracker/index.php?func=detail&aid=717736&group_id=9863&atid=309863
52
53Checking in include/wx/msw/pen.h;
54/pack/cvsroots/wxwindows/wxWindows/include/wx/msw/pen.h,v <-- pen.h
55new revision: 1.16; previous revision: 1.15
56Checking in src/msw/pen.cpp;
57/pack/cvsroots/wxwindows/wxWindows/src/msw/pen.cpp,v <-- pen.cpp
58new revision: 1.20; previous revision: 1.19
59Checking in src/gtk/pen.cpp;
60/pack/cvsroots/wxwindows/wxWindows/src/gtk/pen.cpp,v <-- pen.cpp
61new revision: 1.23; previous revision: 1.22
62Checking in samples/drawing/drawing.cpp;
63/pack/cvsroots/wxwindows/wxWindows/samples/drawing/drawing.cpp,v <-- drawing.cpp
64new revision: 1.67; previous revision: 1.66
65Checking in docs/changes.txt;
66/pack/cvsroots/wxwindows/wxWindows/docs/changes.txt,v <-- changes.txt
67new revision: 1.266; previous revision: 1.265
68
697. use one gdk_draw_lines() call instead of multiple gdk_draw_line() ones
70
71http://sf.net/tracker/index.php?func=detail&aid=717012&group_id=9863&atid=309863
72
73Checking in src/gtk/dcclient.cpp;
74/pack/cvsroots/wxwindows/wxWindows/src/gtk/dcclient.cpp,v <-- dcclient.cpp
75new revision: 1.169; previous revision: 1.168
76
ff101af5
VZ
77
788. UnixWare compilation fixes:
79
80Don't forget to rerun autoconf to regenerate configure!
81
82Checking in configure.in;
83/pack/cvsroots/wxwindows/wxWindows/configure.in,v <-- configure.in
84new revision: 1.664; previous revision: 1.663
85Checking in setup.h.in;
86/pack/cvsroots/wxwindows/wxWindows/setup.h.in,v <-- setup.h.in
87new revision: 1.111; previous revision: 1.110
88Checking in src/unix/gsocket.c;
89/pack/cvsroots/wxwindows/wxWindows/src/unix/gsocket.c,v <-- gsocket.c
90new revision: 1.72; previous revision: 1.71
91
929. wxSemaphore methods returned incorrect values:
93
94Checking in src/msw/thread.cpp;
95/pack/cvsroots/wxwindows/wxWindows/src/msw/thread.cpp,v <-- thread.cpp
96new revision: 1.62; previous revision: 1.61
97Checking in src/unix/threadpsx.cpp;
98/pack/cvsroots/wxwindows/wxWindows/src/unix/threadpsx.cpp,v <-- threadpsx.cpp
99new revision: 1.62; previous revision: 1.61
100
10110. Unix/OpenGL build fix:
102
103Don't forget to rerun autoconf to regenerate configure!
104
105Checking in configure.in;
106/pack/cvsroots/wxwindows/wxWindows/configure.in,v <-- configure.in
107new revision: 1.666; previous revision: 1.665
108
a364b957 10911. Ukrainian translation (locale/uk.po)
30a8c81d
VS
110[and other translations that were updated in the trunk as well]
111
11212. Fix wxZipFSHandler behaviour when used with relative filenames with ..
113
114Checking in fs_zip.cpp;
115/pack/cvsroots/wxwindows/wxWindows/src/common/fs_zip.cpp,v <-- fs_zip.cpp
116new revision: 1.22; previous revision: 1.21
117done
a364b957 118
3136f782
VZ
119
12013. UNICOWS problem in fdrepdlg
121
122http://sf.net/tracker/index.php?func=detail&aid=720542&group_id=9863&atid=309863
123
124Checking in src/msw/fdrepdlg.cpp;
125/pack/cvsroots/wxwindows/wxWindows/src/msw/fdrepdlg.cpp,v <-- fdrepdlg.cpp
126new revision: 1.10; previous revision: 1.9
127
128
12914. Crash in ~wxLocale and incorrect GetLanguage() return value
130
131http://sf.net/tracker/index.php?func=detail&aid=729758&group_id=9863&atid=309863
132
133Checking in src/common/intl.cpp;
134/pack/cvsroots/wxwindows/wxWindows/src/common/intl.cpp,v <-- intl.cpp
135new revision: 1.95; previous revision: 1.94
62b78322
VS
136done
137Checking in intl.cpp
138/pack/cvsroots/wxwindows/wxWindows/src/common/intl.cpp,v <-- intl.cpp
139new revision: 1.102; previous revision: 1.101
140done
141
3136f782
VZ
142
143
14415. Fixes for mono bitmaps in wxGTK
145
146http://sf.net/tracker/index.php?func=detail&aid=728768&group_id=9863&atid=309863
147
148Checking in include/wx/gtk/dcmemory.h;
149/pack/cvsroots/wxwindows/wxWindows/include/wx/gtk/dcmemory.h,v <-- dcmemory.h
150new revision: 1.13; previous revision: 1.12
151done
152Checking in src/gtk/dcmemory.cpp;
153/pack/cvsroots/wxwindows/wxWindows/src/gtk/dcmemory.cpp,v <-- dcmemory.cpp
154new revision: 1.21; previous revision: 1.20
155done
156
157
15816. Menu accels for items with bitmaps in wxGTK
159
160http://sf.net/tracker/index.php?func=detail&aid=626048&group_id=9863&atid=309863
161
162Checking in src/gtk/menu.cpp;
163/pack/cvsroots/wxwindows/wxWindows/src/gtk/menu.cpp,v <-- menu.cpp
164new revision: 1.136; previous revision: 1.135
165
166
16717. Init wxTextBuffer::m_isOpened in ctor
168
169http://sf.net/tracker/index.php?func=detail&aid=736208&group_id=9863&atid=109863
170
171Checking in include/wx/textbuf.h;
172/pack/cvsroots/wxwindows/wxWindows/include/wx/textbuf.h,v <-- textbuf.h
173new revision: 1.8; previous revision: 1.7
174
13005f1d 175
e6173e54
VZ
17620. Bug fix for clicking on a panel not giving focus to it:
177
178http://sf.net/tracker/?func=detail&aid=215436&group_id=9863&atid=109863
179
180Checking in src/common/containr.cpp;
181/pack/cvsroots/wxwindows/wxWindows/src/common/containr.cpp,v <-- containr.cpp
182new revision: 1.18; previous revision: 1.17
183
13005f1d
VS
184
18521. Fix wxGTK w/ GTK+2 to respect wxDC::SetBackgroundMode and SetTextBackground
186
187Checking in dcclient.cpp;
188/pack/cvsroots/wxwindows/wxWindows/src/gtk/dcclient.cpp,v <-- dcclient.cpp
189new revision: 1.170; previous revision: 1.169
190done
191
5c5428f9
JS
192
19322. patch [ 619705 ] Fixes wxApp::GetComCtl32Version
194
195Checking in wxWindows/src/msw/app.cpp;
196/pack/cvsroots/wxwindows/wxWindows/src/msw/app.cpp,v <-- app.cpp
197new revision: 1.186; previous revision: 1.185
198done
199
8da336eb
JS
200
20123. Add Raise() to wxDialog and have wxBringWindowToTop only
202call SetWindowPos, so that raising child windows does not
203automatically raise the associated top-level window. For
204binary compatibility, can do a test for top-level-ness in
205wxBringWindowToTop.
206
207See: Bug [ 744199 ] wxBringWindowToTop, child window z-order
208
209Checking in include/wx/msw/dialog.h;
210/pack/cvsroots/wxwindows/wxWindows/include/wx/msw/dialog.h,v <-- dialog.h
211new revision: 1.34; previous revision: 1.33
212done
213Checking in src/msw/dialog.cpp;
214/pack/cvsroots/wxwindows/wxWindows/src/msw/dialog.cpp,v <-- dialog.cpp
215new revision: 1.84; previous revision: 1.83
216done
217Checking in src/msw/window.cpp;
218/pack/cvsroots/wxwindows/wxWindows/src/msw/window.cpp,v <-- window.cpp
219new revision: 1.381; previous revision: 1.380
220done
221
41524ffc
VS
22224. Fix wxLocale::Init to try xx_YY.utf8 on systems where xx_YY fails
223(presumably RedHat; do it in Unicode mode only)
224
2d34a303 225See: Patch [ 766893 ], [ 775994 ]
41524ffc
VS
226Checking in intl.cpp;
227/pack/cvsroots/wxwindows/wxWindows/src/common/intl.cpp,v <-- intl.cpp
228new revision: 1.97; previous revision: 1.96
229done
2d34a303
VS
230Checking in intl.cpp;
231/pack/cvsroots/wxwindows/wxWindows/src/common/intl.cpp,v <-- intl.cpp
232new revision: 1.100; previous revision: 1.99
233done
41524ffc
VS
234Checking in changes.txt;
235/pack/cvsroots/wxwindows/wxWindows/docs/changes.txt,v <-- changes.txt
236new revision: 1.297; previous revision: 1.296
237done
238
aaaa609f
VZ
23925. wxGenericListCtrl::Refresh() (didn't work at all before)
240
241Checking in include//wx/generic/listctrl.h;
242/pack/cvsroots/wxwindows/wxWindows/include/wx/generic/listctrl.h,v <-- listctrl.h
243new revision: 1.77; previous revision: 1.76
244Checking in src/generic/listctrl.cpp;
245/pack/cvsroots/wxwindows/wxWindows/src/generic/listctrl.cpp,v <-- listctrl.cpp
246new revision: 1.284; previous revision: 1.283
247cvs diff: [13:19:09] waiting for cvs's lock in /pack/cvsroots/wxwindows/wxWindows/include/wx/generic
248Checking in docs/changes.txt;
249/pack/cvsroots/wxwindows/wxWindows/docs/changes.txt,v <-- changes.txt
250new revision: 1.299; previous revision: 1.298
251
8da336eb 252
36863a0a
VS
25326. wxHTML tables can no longer be smaller than sum of their columns
254
255Checking in m_tables.cpp;
256/pack/cvsroots/wxwindows/wxWindows/src/html/m_tables.cpp,v <-- m_tables.cpp
257new revision: 1.30; previous revision: 1.29
258done
259
260
ae500232
JS
261TODO for 2.4 (items that are not backports)
262===========================================
263
2641. Add uxtheme.cpp to CW for Windows project file.
265
2662. Test Mac port with configure and CW.
267
2683. Test popup window and border issues.
269