.. |
ole
|
automatically initialize m_cRef to 0 (patch 575011 + more)
|
2002-07-09 11:52:11 +00:00 |
.cvsignore
|
|
|
accel.cpp
|
|
|
app.cpp
|
the app doesn't exit any more if a dialog is shown (and destroyed) while
|
2002-08-15 20:42:07 +00:00 |
bitmap.cpp
|
use PALETTERGB instead of RGB when creating wxMask from colour
|
2002-03-28 00:37:52 +00:00 |
bmpbuttn.cpp
|
|
|
brush.cpp
|
total wxBrush cleanup: made private stuff private, fixed data (un)sharing, create HBRUSH on demand only, added asserts/checks
|
2002-02-04 01:35:30 +00:00 |
button.cpp
|
fixed a harmless warning (patch 595096) and added a comment
|
2002-08-15 17:47:13 +00:00 |
caret.cpp
|
|
|
checkbox.cpp
|
Pass validator, not wxDefaultValidator!
|
2002-04-16 19:56:20 +00:00 |
checklst.cpp
|
fixed multiple bugs in multiple selection wxCheckListBoxes
|
2002-05-05 23:09:37 +00:00 |
choice.cpp
|
reverted Julian's unintentional breakage of wxChoice
|
2002-04-06 15:01:56 +00:00 |
clipbrd.cpp
|
Added wxDF_HTML
|
2002-04-17 11:48:11 +00:00 |
colordlg.cpp
|
applied patch to build wxMSW with CW7 (patch 550445)
|
2002-05-09 22:34:44 +00:00 |
colour.cpp
|
|
|
combobox.cpp
|
Allow wxComboBox to get key events for ENTER with wxPROCESS_ENTER style.
|
2002-07-12 15:45:35 +00:00 |
control.cpp
|
1. always create the buttons with WS_CLIPSIBLINGS style, this prevetns them
|
2002-02-20 00:02:51 +00:00 |
curico.cpp
|
|
|
cursor.cpp
|
Use standard IDC_HELP cursor instead of oversize custom cursor.
|
2002-06-08 17:36:27 +00:00 |
data.cpp
|
1. made wxDebugMsg, wxError and wxFatalError deprecated (still available
|
2002-02-22 18:18:36 +00:00 |
dc.cpp
|
Fix some GCC 3.1 compilation warnings
|
2002-07-05 16:45:15 +00:00 |
dcclient.cpp
|
implemented wxWindowDC and wxClientDC::GetSize() properly (fixes bug #503022)
|
2002-02-23 21:32:45 +00:00 |
dcmemory.cpp
|
|
|
dcprint.cpp
|
|
|
dcscreen.cpp
|
fix for wxScreenDC::GetSize
|
2002-03-05 00:52:01 +00:00 |
dde.cpp
|
unapplied part of Dimitri's patch at his request
|
2002-03-28 19:14:41 +00:00 |
dialog.cpp
|
compilation fixes for wxUniv (moved wxDlgProc back to toplevel.cpp)
|
2002-06-14 22:26:32 +00:00 |
dialup.cpp
|
don't cache the result of IsAlwaysConnected() and don't call IsOnline() unnecessarily from there
|
2002-07-21 13:47:39 +00:00 |
dib.cpp
|
return NULL from the functions returning a pointer, not FALSE (patch 544557)
|
2002-04-16 08:57:36 +00:00 |
dibutils.cpp
|
fixed another return FALSE in a function returning a pointer (patch 545046)
|
2002-04-20 12:30:12 +00:00 |
dir.cpp
|
|
|
dirdlg.cpp
|
compilation fix (for !PCH)
|
2002-06-08 15:11:49 +00:00 |
display.cpp
|
Applied patch [ 573644 ] wxDisplay for Mac (again)
|
2002-07-19 20:42:34 +00:00 |
dragimag.cpp
|
don't use deprecated wxImage methods inside wxWin
|
2002-03-24 00:22:15 +00:00 |
dummy.cpp
|
|
|
dummydll.cpp
|
|
|
enhmeta.cpp
|
|
|
evtloop.cpp
|
|
|
fdrepdlg.cpp
|
making wxMSW MSLU(unicows)-friendly
|
2001-12-17 00:28:31 +00:00 |
filedlg.cpp
|
UNC fix to directory path
|
2002-07-02 08:41:34 +00:00 |
files.lst
|
Regenerated files.lst after addition of listbase.h
|
2002-07-31 20:40:46 +00:00 |
font.cpp
|
Initialise font family when initializing from native font, since this
|
2002-06-11 22:07:38 +00:00 |
fontdlg.cpp
|
fixed wxFontDialog API: accept const ref instead of (well, in addition to) a possibly NULL pointer
|
2002-05-12 19:35:33 +00:00 |
fontenum.cpp
|
Recent w32api have FONTENUMPROC; this also fixes GCC 3.1
|
2002-06-16 15:17:05 +00:00 |
fontutil.cpp
|
use DEFAULT_CHARSET instead of ANSI_CHARSET
|
2002-01-26 22:25:14 +00:00 |
frame.cpp
|
moved OnActivate() logic from wxFrame to wxDialog -- this fixes infinite loop when handling WM_ACTIVATE in DefDlgProc in some crazy situations
|
2002-06-13 00:04:22 +00:00 |
gauge95.cpp
|
|
|
gaugemsw.cpp
|
Mutiple updates from SciTech for wxWindows including the following:
|
2001-10-17 22:25:56 +00:00 |
gdiimage.cpp
|
Icons fetched from wxMimeTypesManager did not get the width/height of
|
2002-07-15 18:29:52 +00:00 |
gdiobj.cpp
|
|
|
glcanvas.cpp
|
fixed a compilation warning
|
2002-07-21 18:46:50 +00:00 |
gsocket.c
|
The world should not end if a server has no peer. Let's return FALSE instead.
|
2002-07-29 04:13:25 +00:00 |
gsockmsw.c
|
applied patch to build wxMSW with CW7 (patch 550445)
|
2002-05-09 22:34:44 +00:00 |
helpbest.cpp
|
removed useless trailing semicolon
|
2002-05-08 14:02:10 +00:00 |
helpchm.cpp
|
added wx/msw/missing.h
|
2002-04-23 16:18:26 +00:00 |
helpwin.cpp
|
|
|
icon.cpp
|
IMPLEMENT_DYNAMIC_CLASS fixes
|
2002-02-06 01:42:02 +00:00 |
imaglist.cpp
|
0. extracted toolbar colour mapping stuff to its own function
|
2002-01-13 23:04:11 +00:00 |
iniconf.cpp
|
suppress some warnings appearing in the optimized build only
|
2001-12-19 01:56:38 +00:00 |
joystick.cpp
|
|
|
listbox.cpp
|
fixed multiple bugs in multiple selection wxCheckListBoxes
|
2002-05-05 23:09:37 +00:00 |
listctrl.cpp
|
Bugfix for wxListCtrl::GetColumn. It wasn't checking the returned format correctly.
|
2002-08-14 23:25:06 +00:00 |
main.cpp
|
|
|
makebase.vc
|
Removed helpwxht.h/cpp (old wxHelpControllerHtml class)
|
2002-03-22 22:29:20 +00:00 |
makefile.b32
|
Updated Makefiles for all but Motif; there is either a lock or a CVS problem.
|
2002-07-24 19:46:48 +00:00 |
makefile.bcc
|
Updated Makefiles for all but Motif; there is either a lock or a CVS problem.
|
2002-07-24 19:46:48 +00:00 |
makefile.dos
|
Updated Makefiles for all but Motif; there is either a lock or a CVS problem.
|
2002-07-24 19:46:48 +00:00 |
makefile.g95
|
Updated Makefiles for all but Motif; there is either a lock or a CVS problem.
|
2002-07-24 19:46:48 +00:00 |
makefile.mic
|
More tinkering
|
2001-12-21 18:15:53 +00:00 |
makefile.sc
|
Updated Makefiles for all but Motif; there is either a lock or a CVS problem.
|
2002-07-24 19:46:48 +00:00 |
makefile.sl
|
Removed references to helpxlp
|
2002-01-29 23:21:50 +00:00 |
makefile.twn
|
|
|
makefile.vc
|
Updated Makefiles for all but Motif; there is either a lock or a CVS problem.
|
2002-07-24 19:46:48 +00:00 |
makefile.wat
|
Updated Makefiles for all but Motif; there is either a lock or a CVS problem.
|
2002-07-24 19:46:48 +00:00 |
makeuniv.b32
|
make file for wxUniversal and Borland/MSW
|
2002-06-14 13:04:30 +00:00 |
mdi.cpp
|
Applied patch [ 594416 ] MDI Previous Child
|
2002-08-16 09:55:54 +00:00 |
menu.cpp
|
return NULL from the functions returning a pointer, not FALSE (patch 544557)
|
2002-04-16 08:57:36 +00:00 |
menuitem.cpp
|
use the menu item text, not label, in the owner drawn items
|
2002-05-16 19:26:26 +00:00 |
metafile.cpp
|
|
|
microwin.c
|
More tweaks to wxMicroWi
|
2001-12-22 19:43:44 +00:00 |
mimetype.cpp
|
Icons fetched from wxMimeTypesManager did not get the width/height of
|
2002-07-15 18:29:52 +00:00 |
minifram.cpp
|
|
|
msgdlg.cpp
|
wxSTAY_ON_TOP support in wxMessageBox (patch 581826)
|
2002-07-17 23:36:53 +00:00 |
mslu.cpp
|
Visual C++ needs sys/stat.h too
|
2002-03-09 02:42:09 +00:00 |
nativdlg.cpp
|
Update Layout more correctly in DoSetVirtualSize.
|
2002-07-07 03:16:35 +00:00 |
notebook.cpp
|
a better fix for notebook page not being refreshed after Delete()
|
2002-08-16 22:57:04 +00:00 |
ownerdrw.cpp
|
Applied patch [ 592363 ] Owner Draw Round 2 fixes
|
2002-08-08 09:10:04 +00:00 |
palette.cpp
|
added wxUSE_PALETTE and fixed compilation with it set to 0
|
2001-09-30 22:06:39 +00:00 |
pen.cpp
|
don't use wxTheXXXList in wxXXX ctor/dtor, only objects explicitly created
|
2001-11-20 18:40:03 +00:00 |
penwin.cpp
|
|
|
popupwin.cpp
|
reverted wxPopupWindow implementation to the original version using WS_CHILD and desktop as parent; this fixes the activation problem but reopens the other ones
|
2002-06-05 23:30:00 +00:00 |
printdlg.cpp
|
|
|
printwin.cpp
|
fixed an apparent bug in DetermineScaling()
|
2002-03-30 19:57:43 +00:00 |
radiobox.cpp
|
Added space under label since it was too close to first radio button.
|
2002-07-08 20:58:06 +00:00 |
radiobut.cpp
|
Added wxRadioButton::MSWWindowProc to reset m_focusJustSet -- otherwise,
|
2002-07-05 14:09:31 +00:00 |
regconf.cpp
|
avoid an assert in wxString::GetWriteBuf()
|
2002-03-22 19:15:13 +00:00 |
region.cpp
|
fixed calling Union() or Offset() on a previously Clear()ed region, also removed some duplicate code (bug 560302 and more)
|
2002-05-25 14:23:36 +00:00 |
registry.cpp
|
added an explicit accessor to query the default key value
|
2002-01-21 15:52:03 +00:00 |
salford.lnk
|
|
|
scrolbar.cpp
|
added ENDSCROLL event (patch 576176)
|
2002-07-09 23:33:28 +00:00 |
settings.cpp
|
Fix some GCC 3.1 compilation warnings
|
2002-07-05 16:45:15 +00:00 |
slider95.cpp
|
added ENDSCROLL event (patch 576176)
|
2002-07-09 23:33:28 +00:00 |
slidrmsw.cpp
|
|
|
snglinst.cpp
|
reverted Chris' MSW additions patch (we should use IPC, not Windows-only functions to implement this functionality)
|
2002-07-21 12:41:38 +00:00 |
spawnbrowser.cpp
|
|
|
spinbutt.cpp
|
put wx/app.h back though, for people without precompiled headers. :)
|
2002-07-07 00:05:32 +00:00 |
spinctrl.cpp
|
fixed focus tracking for spin controls (patch from Dimitri)
|
2002-04-20 09:53:24 +00:00 |
statbmp.cpp
|
* Fixed wxStaticBitmap::SetBitmap so that it does not ignore the mask
|
2001-11-06 21:16:02 +00:00 |
statbox.cpp
|
don't inherit the controls colours from the parent - at least for the background colour this is not the right thing to do
|
2002-02-20 00:21:26 +00:00 |
statbr95.cpp
|
Windows XP appearance fixes for status and tool bars (bug 501585)
|
2002-01-28 01:38:39 +00:00 |
statline.cpp
|
misc fixes for (absense of) the borders
|
2002-02-22 00:48:52 +00:00 |
stattext.cpp
|
Added Ok() member for print data, print dialog, page dialog, page dialog data
|
2002-05-08 19:00:43 +00:00 |
tabctrl.cpp
|
|
|
taskbar.cpp
|
Update taskbar.h to use DECLARE/DEFINE_EVENT_TYPE; fixes an runtime error
|
2002-06-09 19:24:21 +00:00 |
tbar95.cpp
|
fixed setting tooltips for slider by moving the code working around comctl32.dll bug from wxToolBar to wxWindow so that it is used for all common controls
|
2002-06-20 14:49:19 +00:00 |
tbarmsw.cpp
|
fixed compilation for wxMSW after the recent changes
|
2002-03-25 23:14:33 +00:00 |
textctrl.cpp
|
Added wxUSE_RICHEDIT to match usage in header
|
2002-07-25 01:27:57 +00:00 |
tglbtn.cpp
|
|
|
thread.cpp
|
undid the patches which shouldn't (IMHO) have been applied to this branch
|
2002-07-04 17:26:36 +00:00 |
timer.cpp
|
fixed bug with using wrong interval (-1) when restarting a running timer
|
2002-05-12 22:46:12 +00:00 |
tooltip.cpp
|
undid the patches which shouldn't (IMHO) have been applied to this branch
|
2002-07-04 17:26:36 +00:00 |
toplevel.cpp
|
the app doesn't exit any more if a dialog is shown (and destroyed) while
|
2002-08-15 20:42:07 +00:00 |
treectrl.cpp
|
1. more consistency in wxTree/ListEvent methods naming convention:
|
2002-07-21 14:29:13 +00:00 |
utils.cpp
|
added wxGetProcessId()
|
2002-06-12 20:26:24 +00:00 |
utilsexc.cpp
|
sleep while waiting for the spawned process to terminate so that we don't eat 100 of the CPU
|
2002-04-01 21:31:27 +00:00 |
version.rc
|
copyright update
|
2002-01-06 14:51:28 +00:00 |
volume.cpp
|
compilation fix for wxObject NO_COPY
|
2002-05-08 22:20:13 +00:00 |
wave.cpp
|
|
|
window.cpp
|
Don't send EVT_KILL_FOCUS when the window is in the process of being
|
2002-08-16 19:52:39 +00:00 |
winestub.c
|
|
|
wx.def
|
|
|
wxb32.def
|
|
|