..
ole
wxMediaCtrl patch from Ryan:
2005-09-11 11:04:00 +00:00
wince
Moved definition
2005-09-09 20:45:08 +00:00
.cvsignore
accel.h
really implemented operator==(); reformatted a little
2004-12-10 11:23:16 +00:00
app.h
apptbase.h
apptrait.h
bitmap.h
added wxBitmap::GetMaskBitmap()
2005-03-27 17:47:39 +00:00
blank.cur
bmpbuttn.h
brush.h
bullseye.cur
Removed rarely-used cursor; replaced other cursors
2005-05-15 16:43:12 +00:00
button.h
simplifications and corrections to background drawing:
2005-04-10 15:23:08 +00:00
caret.h
cdrom.ico
Made the colours more muted
2005-06-01 14:21:07 +00:00
checkbox.h
setting foreground colour for wxCheckBox now works when using XP themes too
2005-05-18 23:16:46 +00:00
checklst.h
child.ico
REmoved unnecessary cursor and icon files
2005-05-15 14:48:42 +00:00
chkconf.h
undef wxUSE_DIALUP_MANAGER before redefining it as 0
2005-09-03 23:30:48 +00:00
choice.h
made wxChoice and wxComboBox::GetSelection() return only completed selection in wxMSW; added GetCurrentSelection() with the old behaviour and documented it
2005-08-17 13:30:33 +00:00
clipbrd.h
colordlg.h
colour.h
colours.bmp
combobox.h
Fixed bug #1022383 : 'several ComboBoxes appear selected'
2005-03-18 19:32:20 +00:00
computer.ico
Made the colours more muted
2005-06-01 14:21:07 +00:00
control.h
extended wxWindow::MSWGetBgBrush() and wxControl::MSWControlColor() to work for arbitrary HWNDs and not just wxWindows: this allows us to draw proper background for slider labels and other subcontrols
2005-04-10 21:55:12 +00:00
crashrpt.h
Typo correction patch [ 1208110 ] Lots of typo corrections
2005-05-31 09:20:43 +00:00
cross.cur
Cross-hair cursor appears as an I-beam on WinXP for some reason;
2005-04-03 11:36:31 +00:00
csquery.bmp
Restored scrollbar background
2005-05-31 14:40:34 +00:00
cursor.h
datectrl.h
corrected wxRTTI macros
2005-02-17 23:17:30 +00:00
dc.h
dcclient.h
Typo correction patch [ 1208110 ] Lots of typo corrections
2005-05-31 09:20:43 +00:00
dcmemory.h
dcprint.h
dcscreen.h
dde.h
debughlp.h
wxWinCE fixes.
2005-01-18 10:10:23 +00:00
dialog.h
moved Esc processing from wxWindow to wxDialog where it belongs; use the -- to be implemented in 2.7 -- GetEscapeId() to decide what to do when Esc is pressed
2005-07-14 23:09:00 +00:00
dib.h
dirdlg.h
display.h
dragimag.h
drive.ico
Made the colours more muted
2005-06-01 14:21:07 +00:00
enhmeta.h
MinGW warning fix.
2005-01-18 20:23:48 +00:00
evtloop.h
wxMSWUniv build fix.
2005-07-18 13:36:31 +00:00
fdrepdlg.h
file1.ico
Made the colours more muted
2005-06-01 14:21:07 +00:00
filedlg.h
floppy.ico
Artwork replacement (c) Julian Smart
2005-05-31 20:29:11 +00:00
folder1.ico
Made the colours more muted
2005-06-01 14:21:07 +00:00
folder2.ico
Made the colours more muted
2005-06-01 14:21:07 +00:00
font.h
fontdlg.h
fontenum.h
frame.h
Added WXK_SPECIAL... keycodes for special hardware buttons
2005-03-18 14:26:57 +00:00
gauge95.h
Warning fixes for MinGW.
2005-01-21 18:15:42 +00:00
gccpriv.h
Warning fixes for Cygwin
2005-05-19 17:03:10 +00:00
gdiimage.h
return name and extension by const ref, not by value, to prevent bugs as the one just fixed by patch 1159289 from compiling
2005-03-08 20:16:44 +00:00
gdiobj.h
glcanvas.h
removed ambiguity from wxGLCanvas ctors (bug 1102544)
2005-02-21 01:52:23 +00:00
gsockmsw.h
Added licence/copyright information
2005-05-04 18:57:50 +00:00
hand.cur
Removed rarely-used cursor; replaced other cursors
2005-05-15 16:43:12 +00:00
helpbest.h
helpchm.h
helpwin.h
htmlhelp.h
Use theme and HTML Help headers from Wine (with permission)
2005-05-14 16:58:36 +00:00
icon.h
imaglist.h
Added GetBitmap, GetIcon to wxImageList
2005-02-27 10:36:58 +00:00
iniconf.h
joystick.h
listbox.h
Applied patch [ 1218833 ] [wxMSW] wxListBox optimisation for XP
2005-06-16 15:36:48 +00:00
listctrl.h
Add wxListCtrl::Get/SetItemFont, patch 1236820 Francesco Montorsi
2005-07-22 22:29:20 +00:00
magnif1.cur
Removed rarely-used cursor; replaced other cursors
2005-05-15 16:43:12 +00:00
mdi.h
force update of MDI client window size after the MDI parent frame is iconized and restored, otherwise all kinds of bad things (changes in MDI children positions; possibility to move them above the toolbar and below the status bar; wrong repaining) happen
2005-08-11 13:24:56 +00:00
mdi.ico
REmoved unnecessary cursor and icon files
2005-05-15 14:48:42 +00:00
menu.h
removed wxUSE_MENU_CALLBACK references: the code inside the #if couldn't compile anyhow as wxFunction isn't defined in wx since quite some time now
2005-08-04 20:35:09 +00:00
menuitem.h
metafile.h
Fix uses of wxUSE_METAFILE, patch 1262723 Paul Cornett
2005-08-19 13:48:24 +00:00
microwin.h
mimetype.h
minifram.h
missing.h
Add HANGUL_CHARSET for vc++ 5, and move a couple of others that were already
2005-06-29 01:34:43 +00:00
msgdlg.h
Base for wxMessageDialog with common checks for style.
2005-03-11 15:34:42 +00:00
mslu.h
fix for BCC compilation (see patch 1101702)
2005-02-27 14:43:31 +00:00
msvcrt.h
notebook.h
subclass all updown controls in notebooks, not just the first one
2005-05-24 19:18:15 +00:00
palette.h
pbrush.cur
Restoring binary files
2005-05-16 12:33:21 +00:00
pen.h
pencil.cur
Restoring binary files
2005-05-16 12:33:21 +00:00
pntleft.cur
Removed rarely-used cursor; replaced other cursors
2005-05-15 16:43:12 +00:00
pntright.cur
Removed rarely-used cursor; replaced other cursors
2005-05-15 16:43:12 +00:00
popupwin.h
printdlg.h
Applied patch [ 1208256 ] Fixes bug #1193626 [wxPrintData asserts on or ignores...]
2005-05-30 08:39:23 +00:00
printwin.h
private.h
removed (unused since quite some time) wxUSE_ITSY_BITSY
2005-08-04 20:31:11 +00:00
question.ico
Replaced icon
2005-05-15 19:20:49 +00:00
radiobox.h
after latest changes background of radio buttons _not_ inside the notebook wasn't redrawn at all, fixed this
2005-04-11 14:41:36 +00:00
radiobut.h
simplifications and corrections to background drawing:
2005-04-10 15:23:08 +00:00
regconf.h
region.h
registry.h
fixed problem with non-const methods not working on wxRegKey initially opened in read-only mode
2005-05-18 23:29:54 +00:00
removble.ico
Made the colours more muted
2005-06-01 14:21:07 +00:00
rightarr.cur
Removed rarely-used cursor; replaced other cursors
2005-05-15 16:43:12 +00:00
roller.cur
Removed rarely-used cursor; replaced other cursors
2005-05-15 16:43:12 +00:00
scrolbar.h
keep correct default background but allow overriding it in user code too
2005-05-31 14:52:23 +00:00
setup0.h
removed (unused since quite some time) wxUSE_ITSY_BITSY
2005-08-04 20:31:11 +00:00
setup_microwin.h
removed (unused since quite some time) wxUSE_ITSY_BITSY
2005-08-04 20:31:11 +00:00
slider95.h
send wxEVT_SCROLL_CHANGED when using mouse wheel as well
2005-05-31 15:33:43 +00:00
sound.h
refactoring in preparation for further changes: moved data in a private struct, let Windows load resources instead of doing it ourselves, use GlobalPtr[Lock] classes
2005-07-29 13:19:32 +00:00
spinbutt.h
spinctrl.h
show tooltips for the text control part of the spin control as well (bug 735044)
2005-02-28 01:23:03 +00:00
stackwalk.h
implemented wxStackWalker for Unix (using glibc-specific methods); moved wxUSE_STACKWALKER to common setu_inc.h
2005-01-19 01:15:12 +00:00
statbmp.h
generate mouse events for all static controls, not just wxStaticLine (patch 1276413 by Jamie Gadd)
2005-08-30 13:54:29 +00:00
statbox.h
Make PaintBackground virtual, too. Now that we have
2005-05-21 07:05:02 +00:00
statbr95.h
fixed status bar positioning to work both with and without sizers (patch 1199639 by Jamie Gadd)
2005-08-28 16:21:36 +00:00
statline.h
gave default value of wxID_ANY to id parameter of wxStaticLine ctor as nobody uses anything else for it anyhow
2005-03-11 02:13:30 +00:00
stattext.h
simplifications and corrections to background drawing:
2005-04-10 15:23:08 +00:00
std.ico
REmoved unnecessary cursor and icon files
2005-05-15 14:48:42 +00:00
stdpaths.h
subwin.h
added WX_FORWARD_STD_METHODS_TO_SUBWINDOWS macro
2004-12-13 01:02:32 +00:00
tabctrl.h
Warning fixes for MinGW.
2005-01-21 18:15:42 +00:00
taskbar.h
tbar95.h
applied heavily modified patch 1116702: support for specifying disabled toolbar images and modified the sample to show how it works (badly, background of tools for which disabled bitmap is not specified is wrong)
2005-03-27 18:03:57 +00:00
tbarmsw.h
Warning fixes for MinGW.
2005-01-21 18:15:42 +00:00
textctrl.h
decreased text limit which we consider to be set by user (and not built in the control) to 10001 which is less than default 30000
2005-07-29 23:01:56 +00:00
tglbtn.h
Warning fixes for MinGW.
2005-01-21 18:15:42 +00:00
timer.h
tooltip.h
made Add() public so that it could be called for addition HWNDs making part of the same logical wxWindow from other classes
2005-02-28 01:22:35 +00:00
toplevel.h
Added wxDialog::GetToolBar for PocketPC
2005-03-19 12:06:56 +00:00
treectrl.h
Applied patch [ 1212208 ] Fix a bug in wxTreeCtrl with wxTR_MULTIPLE
2005-06-16 17:01:19 +00:00
uxtheme.h
Use theme and HTML Help headers from Wine (with permission)
2005-05-14 16:58:36 +00:00
uxthemep.h
include wx/msw/wrapcctl.h instead of <commctrl.h> as otherwise value of _WIN32_IE is inconsistent when we do include wx/msw/wrapcctl.h
2005-06-08 21:47:29 +00:00
window.h
fix showing keyboard cues under Win2k/XP
2005-09-03 23:00:22 +00:00
winundef.h
added GetFirstSibling and GetLastSibling
2005-09-02 15:54:06 +00:00
wrapcctl.h
Helpers in disabling warnings for unused params.
2005-07-01 13:39:03 +00:00
wrapcdlg.h
Wrap <commdlgs.h> as <commctls.h>. Required makefiles rebuilded.
2005-03-22 19:39:54 +00:00
wrapshl.h
wrapwin.h
don't define WINVER as 0x0600 for VC6, its standard headers warn against this if we do
2005-06-08 20:13:27 +00:00
wx.manifest
wx.rc
Removed rarely-used cursor; replaced other cursors
2005-05-15 16:43:12 +00:00