.. |
aboutdlgg.cpp
|
added wxDialog::GetParentForModalDialog() and use it to try to always create modal dialogs with a parent (slightly modified patch 1702962)
|
2007-04-22 20:34:41 +00:00 |
accel.cpp
|
add IsOk() to all classes having Ok() method (patch 1570985)
|
2006-10-08 21:56:55 +00:00 |
animateg.cpp
|
use one shot timers in wxAnimationCtrl (patch 1774535)
|
2007-08-15 11:36:50 +00:00 |
bmpcboxg.cpp
|
many wxItemContainer-related changes:
|
2007-07-26 13:54:14 +00:00 |
busyinfo.cpp
|
give us wxSTAY_ON_TOP style if our parent has it, otherwise we wouldn't be visible behind it (patch 1683221)
|
2007-03-18 20:34:50 +00:00 |
buttonbar.cpp
|
Replace direct calls to ProcessEvent() with
|
2007-04-09 16:43:23 +00:00 |
calctrl.cpp
|
removed the workaround for our SetWindowStyleFlag() being called from base class Create(), not needed any more after change in rev 1.291 of src/common/wincmn.cpp
|
2006-12-03 21:30:23 +00:00 |
caret.cpp
|
changed wxHAS_NATIVE_OVERLAY and wxHAS_CARET_USING_OVERLAYS to use #ifdef instead of #if ... == 1
|
2006-10-25 12:12:56 +00:00 |
choicbkg.cpp
|
use wxID_ANY for internal controller control instead of wxID_CHOICE/LIST/TOOLBAR/TREEBOOKTREEVIEW; this fixes asserts about using negative ids after last change
|
2007-01-21 00:52:05 +00:00 |
choicdgg.cpp
|
don't limit the multiple choice dialog size to 300x200 pixels on big screens, this doesn't make sense
|
2007-08-21 16:42:17 +00:00 |
clrpickerg.cpp
|
[ 1528248 ] Fix to the width of the wxGenericColourButton
|
2006-07-25 11:41:53 +00:00 |
collpaneg.cpp
|
various warning fixes for icc 9.1 compilation
|
2007-09-21 12:00:25 +00:00 |
colour.cpp
|
removed overloaded virtual InitWith() methods, keep just a single InitRGBA()
|
2006-09-10 02:00:24 +00:00 |
colrdlgg.cpp
|
added wxDialog::GetParentForModalDialog() and use it to try to always create modal dialogs with a parent (slightly modified patch 1702962)
|
2007-04-22 20:34:41 +00:00 |
combog.cpp
|
another compilation fix PCH-less build
|
2007-09-26 22:32:36 +00:00 |
datavgen.cpp
|
Don't hide wrong border around header button control just to show the problem
|
2007-10-24 08:14:49 +00:00 |
datectlg.cpp
|
dont use wxChar* arguments in wxDatePickerCtrlGeneric API
|
2007-06-28 17:03:42 +00:00 |
dbgrptg.cpp
|
Show debug report directory in long form on Windows
|
2007-10-19 11:40:29 +00:00 |
dcpsg.cpp
|
use -Wunused-parameter with gcc for consistency with MSVC and other compilers which warn about this; fix the uncovered warnings in wxGTK
|
2007-10-23 22:19:34 +00:00 |
descrip.mms
|
OpenVMS update
|
2007-10-01 05:58:13 +00:00 |
dirctrlg.cpp
|
declare wxFileSelectorDefaultWildcardStr to fix compilation without PCH
|
2007-05-24 01:37:22 +00:00 |
dirdlgg.cpp
|
added wxDialog::GetParentForModalDialog() and use it to try to always create modal dialogs with a parent (slightly modified patch 1702962)
|
2007-04-22 20:34:41 +00:00 |
dragimgg.cpp
|
Compilo.
|
2007-05-05 10:11:07 +00:00 |
editlbox.cpp
|
use wxWindow::NewControlId() instead of wxNewId() to avoid clashes with user-defined ids; bug fixes in wxMSW for negative menu and toolbar items ids
|
2007-09-20 22:58:55 +00:00 |
fdrepdlg.cpp
|
added wxDialog::GetParentForModalDialog() and use it to try to always create modal dialogs with a parent (slightly modified patch 1702962)
|
2007-04-22 20:34:41 +00:00 |
filectrlg.cpp
|
blind fix for Borland problems with operator?: after latest changes
|
2007-10-07 23:24:22 +00:00 |
filedlgg.cpp
|
fix wxGenericFileDialog::Get{Path,Directory,Filename}() functions which were completely broken by wxFileCtrl patch
|
2007-10-05 23:54:40 +00:00 |
filepickerg.cpp
|
correct access for virtuals, unneeded includes
|
2006-06-03 19:20:23 +00:00 |
fontdlgg.cpp
|
wxUSE_STL compilation fixes for wxGenericFontDialog
|
2007-06-16 17:32:09 +00:00 |
fontpickerg.cpp
|
use wxNullFont instead of *wxNORMAL_FONT as default parameter for wxFontPickerCtrl/Widget, this fixes compilation with gcc 2.95 and possibly other old compilers
|
2006-11-03 21:54:13 +00:00 |
graphicc.cpp
|
removed executable bit on files that aren't executables
|
2007-06-25 14:04:34 +00:00 |
grid.cpp
|
don't store NULL attribute in wxGridRowOrColAttrData::SetAttr() unnecessarily
|
2007-10-21 21:27:56 +00:00 |
gridctrl.cpp
|
more changes to make wx compile without implicit wxString->char* conversion (for STL build)
|
2007-06-20 07:44:45 +00:00 |
gridsel.cpp
|
wx/wxprec.h already includes wx/defs.h (with other minor cleaning).
|
2006-04-18 08:11:26 +00:00 |
helpext.cpp
|
first phase of transition to unified Unicode build:
|
2007-03-17 10:26:10 +00:00 |
htmllbox.cpp
|
many wxItemContainer-related changes:
|
2007-07-26 13:54:14 +00:00 |
hyperlinkg.cpp
|
use full repaint style instead of size event
|
2007-03-08 04:27:29 +00:00 |
icon.cpp
|
moved wxIcon implementation for ports where it's identical to wxBitmap to generic/icon.{cpp,h} so that the same code is not duplicated several times
|
2006-08-09 17:59:30 +00:00 |
imaglist.cpp
|
use native wxImageList for wxUniv, it's a low level class and so it doesn't make sense to always usegeneric version (also fixes wxUniv build broken by recent changes)
|
2006-09-18 23:06:35 +00:00 |
laywin.cpp
|
first round of Intel compiler warning fixes: down from a few thousands just to slightly more than 100
|
2005-09-25 19:59:19 +00:00 |
listbkg.cpp
|
Always rearrange wxListBook and send out size event, otherwise scrollbar overlaps icons
|
2007-09-17 13:37:52 +00:00 |
listctrl.cpp
|
Make wxRenderer::DrawItemSelectionRect() draw a focus outline of wxCONTROL_CURRENT and wxCONTROL_FOCUSED is given, blind patch for wxMac
|
2007-10-17 20:57:01 +00:00 |
logg.cpp
|
use LogLastRepetitionCountIfNeeded() instead of DoLogNumberOfRepeats() in logg.cpp too
|
2007-10-24 22:19:28 +00:00 |
mask.cpp
|
The Lesser wxMask Refactoring: merged wxMGL and wxDFB version, added wxMaskBase which could/should be used by other ports later
|
2006-09-28 23:02:39 +00:00 |
mdig.cpp
|
added newline to the end of the file to prevent gcc warning
|
2006-09-08 14:38:49 +00:00 |
msgdlgg.cpp
|
1. Derive wxMessageDialogBase from wxDialog (why did we use multiple
|
2007-05-24 12:50:42 +00:00 |
notebook.cpp
|
Rework wxMotif font/color inheritance so it works
|
2007-04-07 21:18:33 +00:00 |
numdlgg.cpp
|
added wxDialog::GetParentForModalDialog() and use it to try to always create modal dialogs with a parent (slightly modified patch 1702962)
|
2007-04-22 20:34:41 +00:00 |
odcombo.cpp
|
added wxTextEntry common base class for both wxTextCtrl and wxComboBox; refactor wxGTK code to put common parts of these classes in the base class; fixed some inconsistencies in the text control behaviour between platforms
|
2007-09-26 00:30:22 +00:00 |
paletteg.cpp
|
COW cleanup patch (1583966):
|
2006-10-30 19:26:48 +00:00 |
panelg.cpp
|
don't use wxControlContainer if wxHAS_NATIVE_TAB_TRAVERSAL is defined (currently it never is)
|
2007-03-25 22:41:11 +00:00 |
printps.cpp
|
Robert Lang's patch [ 1583183 ] Fixes printing/print preview inconsistencies
|
2006-10-27 13:07:40 +00:00 |
prntdlgg.cpp
|
Add support for GTK print, modified from patch 1782055
|
2007-09-05 21:34:08 +00:00 |
progdlgg.cpp
|
remove the unneeded +1 from wxGauge::SetValue() call in Update()
|
2007-07-06 12:11:08 +00:00 |
propdlg.cpp
|
added wxDialog::GetParentForModalDialog() and use it to try to always create modal dialogs with a parent (slightly modified patch 1702962)
|
2007-04-22 20:34:41 +00:00 |
regiong.cpp
|
compilation fixes after recent changes
|
2006-09-25 18:18:26 +00:00 |
renderg.cpp
|
fix off by 1 pixel error in header drawing (patch 1819260)
|
2007-10-24 13:37:15 +00:00 |
sashwin.cpp
|
Include wx/math.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-06-15 17:58:49 +00:00 |
scrlwing.cpp
|
various warning fixes for icc 9.1 compilation
|
2007-09-21 12:00:25 +00:00 |
selstore.cpp
|
Code cleaning: wxID_ANY, wxDefaultSize, wxDefaultPosition, true, false, wxEmptyString, tabs and white spaces.
|
2004-06-17 16:22:36 +00:00 |
spinctlg.cpp
|
GetBestFittingSize --> GetEffectiveMinSize
|
2006-10-31 08:50:17 +00:00 |
splash.cpp
|
Added wxMemoryDC::SelectObjectAsSource() and make SelectObject() unshare
|
2006-10-30 19:41:46 +00:00 |
splitter.cpp
|
don't use wxControlContainer if wxHAS_NATIVE_TAB_TRAVERSAL is defined (currently it never is)
|
2007-03-25 22:41:11 +00:00 |
srchctlg.cpp
|
fixed totally wrong change in r49070
|
2007-10-07 10:45:34 +00:00 |
statline.cpp
|
Include wx/statbox.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-05-31 18:27:51 +00:00 |
statusbr.cpp
|
Compilation fix.
|
2007-05-05 10:01:32 +00:00 |
tabg.cpp
|
fixed warning about using deprecated GetTextExtent() overload
|
2007-05-14 23:13:53 +00:00 |
textdlgg.cpp
|
added wxDialog::GetParentForModalDialog() and use it to try to always create modal dialogs with a parent (slightly modified patch 1702962)
|
2007-04-22 20:34:41 +00:00 |
timer.cpp
|
preparation for allowing to use wxTimer in wxBase (heavily modified patch 1113088):
|
2007-04-20 01:29:16 +00:00 |
tipdlg.cpp
|
added wxDialog::GetParentForModalDialog() and use it to try to always create modal dialogs with a parent (slightly modified patch 1702962)
|
2007-04-22 20:34:41 +00:00 |
tipwin.cpp
|
capture mouse to be notified when it exists the popup rect (bug 1372228)
|
2006-11-04 13:31:10 +00:00 |
toolbkg.cpp
|
use wxID_ANY for internal controller control instead of wxID_CHOICE/LIST/TOOLBAR/TREEBOOKTREEVIEW; this fixes asserts about using negative ids after last change
|
2007-01-21 00:52:05 +00:00 |
treebkg.cpp
|
why was this class made a wxControlContainer (rev. 1.7), this doesn't seem to make sense -- and if it does it should probably be done at the base class level, not here
|
2007-03-25 21:17:19 +00:00 |
treectlg.cpp
|
don't update the tree unnecessarily in Expand/CollapseAllChildren() (patch 1809520)
|
2007-10-20 14:55:50 +00:00 |
vlbox.cpp
|
Added wxBORDER_THEME, wxWindow::GetDefaultBorderForControl(), wxWindow::CanApplyThemeBorder().
|
2007-08-07 19:22:43 +00:00 |
vscroll.cpp
|
fix warnings due to using deprecated-but-used-internally methods from the header file (which, of course, meant that they were also used during client code compilation)
|
2007-07-25 17:42:43 +00:00 |
wizard.cpp
|
Added SetBitmap, GetBitmap to wxWizard
|
2007-07-02 08:00:48 +00:00 |