wxWidgets/src/generic
2004-11-19 06:57:02 +00:00
..
accel.cpp Warning fixes to unused variables, int/wxChar keycode and other typecasting, not mixing 'type*' and 'type' variables in single line, IsEmpty to empty replacement etc. 2004-11-05 21:18:04 +00:00
busyinfo.cpp Code cleaning: wxID_ANY, wxDefaultSize, wxDefaultPosition, true, false, wxEmptyString, tabs and white spaces. 2004-06-17 16:22:36 +00:00
calctrl.cpp wxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord. 2004-07-20 10:09:47 +00:00
caret.cpp update the caret bitmap size in EVT_SIZE (patch 990361) 2004-07-25 16:32:24 +00:00
choicbkg.cpp Warning fixes found under hardest mode of OpenWatcom. Seems clean in Borland, MinGW and DMC. 2004-10-11 16:30:43 +00:00
choicdgg.cpp don't preselect the first item if the array with the initial selections is empty in wxMultiChoiceDialog 2004-10-27 19:23:59 +00:00
colrdlgg.cpp get rid of singleCustomColour - its not needed. Cleanup/optimize a bit more. 2004-11-18 16:35:16 +00:00
dcpsg.cpp Warning fixes to unused variables, int/wxChar keycode and other typecasting, not mixing 'type*' and 'type' variables in single line, IsEmpty to empty replacement etc. 2004-11-05 21:18:04 +00:00
descrip.mms Committing in . 2004-03-19 08:04:29 +00:00
dirctrlg.cpp construct icon from wxIconLocation, not just the file name without index: this fixes icons display under MSW (replaces patch 1047225) 2004-11-10 21:16:44 +00:00
dirdlgg.cpp usability improvement: set focus to text control so that the user can directly type directory name instead of using both mouse and keyboard 2004-10-30 20:04:16 +00:00
dragimgg.cpp Code cleaning: wxID_ANY, wxDefaultSize, wxDefaultPosition, true, false, wxEmptyString, tabs and white spaces. 2004-06-17 16:22:36 +00:00
fdrepdlg.cpp new stock buttons API 2004-08-30 14:42:51 +00:00
filedlgg.cpp Enable stl compilation with wxMac - unicode no work on 10.2 though. Modded patch 1051991. 2004-11-19 06:57:02 +00:00
fontdlgg.cpp Added checking of EnableEffects flag and not allowing changes to color or underlining if it is not set, consistent with MSW (GTK2 native control doesn't offer underlining or color, so flag is essentially always disabled on GTK2) 2004-11-07 05:38:02 +00:00
grid.cpp Revert files to previous version that were affected by wxIsXXX((wxChar)X) change. Note - passing a negative value to those c lib functions is undefined, and could return true on platforms using a lookup table, for example (might crash also?), which is what will happen when casting to char to ansii mode and a char is above 127 2004-11-06 07:09:35 +00:00
gridctrl.cpp Code cleaning: wxID_ANY, wxDefaultSize, wxDefaultPosition, true, false, wxEmptyString, tabs and white spaces. 2004-06-17 16:22:36 +00:00
gridsel.cpp Code cleaning: wxID_ANY, wxDefaultSize, wxDefaultPosition, true, false, wxEmptyString, tabs and white spaces. 2004-06-17 16:22:36 +00:00
helpext.cpp Code cleaning: wxID_ANY, wxDefaultSize, wxDefaultPosition, true, false, wxEmptyString, tabs and white spaces. 2004-06-17 16:22:36 +00:00
htmllbox.cpp use default GUI font in wxHtmlListBox 2004-10-01 11:27:43 +00:00
imaglist.cpp fix compilo pointed out by OW 2004-11-18 16:49:11 +00:00
laywin.cpp Code cleaning: wxID_ANY, wxDefaultSize, wxDefaultPosition, true, false, wxEmptyString, tabs and white spaces. 2004-06-17 16:22:36 +00:00
listbkg.cpp Get shorter code with new wxRect constructor. 2004-11-08 19:54:24 +00:00
listctrl.cpp wxListCtrl::InsertItem() ignored the column. 2004-11-01 12:09:18 +00:00
logg.cpp Warning fixes to unused variables, int/wxChar keycode and other typecasting, not mixing 'type*' and 'type' variables in single line, IsEmpty to empty replacement etc. 2004-11-05 21:18:04 +00:00
mdig.cpp Fixes for wxUSE_STATUSBAR. 2004-07-19 09:39:38 +00:00
msgdlgg.cpp wxUniv compilation fixes 2004-08-18 22:27:42 +00:00
notebook.cpp Committed William Osborne's wxPalmOS port 2004-10-19 13:40:30 +00:00
numdlgg.cpp Hardware defines spec. 2004-09-28 17:29:37 +00:00
paletteg.cpp Code cleaning: wxID_ANY, wxDefaultSize, wxDefaultPosition, true, false, wxEmptyString, tabs and white spaces. 2004-06-17 16:22:36 +00:00
panelg.cpp no need to update default colours and refresh if syscolours change, wxWindow does it 2004-06-23 16:41:40 +00:00
printps.cpp Warning fixes. 2004-11-08 19:57:37 +00:00
prntdlgg.cpp Fix compilation error by #including imaglist.h 2004-11-11 00:22:44 +00:00
progdlgg.cpp Hardware defines spec. 2004-09-28 17:29:37 +00:00
regiong.cpp Code cleaning: wxID_ANY, wxDefaultSize, wxDefaultPosition, true, false, wxEmptyString, tabs and white spaces. 2004-06-17 16:22:36 +00:00
renderg.cpp Code cleaning: wxID_ANY, wxDefaultSize, wxDefaultPosition, true, false, wxEmptyString, tabs and white spaces. 2004-06-17 16:22:36 +00:00
sashwin.cpp Warning fixes found under hardest mode of OpenWatcom. Seems clean in Borland, MinGW and DMC. 2004-10-11 16:30:43 +00:00
scrlwing.cpp All wxScrolledWindows shoudl have wxHSCROLL|wxVSCROLL now. 2004-08-09 23:08:20 +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 wxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord. 2004-07-20 10:09:47 +00:00
splash.cpp Correction for GTK+1 2004-09-19 17:20:50 +00:00
splitter.cpp set bg style to custom as we overwrite it anyhow 2004-11-15 19:20:47 +00:00
statline.cpp Code cleaning: wxID_ANY, wxDefaultSize, wxDefaultPosition, true, false, wxEmptyString, tabs and white spaces. 2004-06-17 16:22:36 +00:00
statusbr.cpp Cleaned up commented-out code 2004-10-19 13:45:01 +00:00
tabg.cpp Code cleaning: wxID_ANY, wxDefaultSize, wxDefaultPosition, true, false, wxEmptyString, tabs and white spaces. 2004-06-17 16:22:36 +00:00
textdlgg.cpp [1001483] Added wxPasswordEntryDialog analagous to wxTextEntryDialog, allows detecting entering an empty string vs. cancel unlike the wxGetPasswordFromUser dialog function. 2004-11-09 19:01:47 +00:00
timer.cpp Code cleaning: wxID_ANY, wxDefaultSize, wxDefaultPosition, true, false, wxEmptyString, tabs and white spaces. 2004-06-17 16:22:36 +00:00
tipdlg.cpp Hardware defines spec. 2004-09-28 17:29:37 +00:00
tipwin.cpp Code cleaning: wxID_ANY, wxDefaultSize, wxDefaultPosition, true, false, wxEmptyString, tabs and white spaces. 2004-06-17 16:22:36 +00:00
treectlg.cpp Null m_select_me when this item is deleted 2004-11-18 10:02:56 +00:00
vlbox.cpp Use DeafultAttributes instead of hard coded defaults 2004-07-17 23:22:26 +00:00
vscroll.cpp Code cleaning: wxID_ANY, wxDefaultSize, wxDefaultPosition, true, false, wxEmptyString, tabs and white spaces. 2004-06-17 16:22:36 +00:00
wizard.cpp Restored the default wizard height to match 2.4 (and bitmap size) 2004-10-12 18:15:59 +00:00