wxWidgets/src
2009-01-03 02:20:25 +00:00
..
aui consistently use wxAuiPaneInfo::Has/SetFlag() instead of using bit operations on its state field directly (this results in a warning about implicit sign change from HP aCC) 2008-11-14 23:12:59 +00:00
cocoa use a common m_isInsideYield flag instead of static booleans in all ports; add a IsYielding() test which can help to fix unwanted re-entrancies 2008-12-29 15:03:39 +00:00
common restore code preventing the events being generated from inside our own DoRead/Write() mistakenly removed in r57796 2009-01-03 02:20:25 +00:00
dfb use a common m_isInsideYield flag instead of static booleans in all ports; add a IsYielding() test which can help to fix unwanted re-entrancies 2008-12-29 15:03:39 +00:00
expat
generic allow the user to pass NULL for the status widths; this was a feature supported by generic and MSW status bar but was not documented; document it; add menu item in the statbar sample for testing it 2008-12-31 17:07:30 +00:00
gtk removed not doing anything and not compiling code from DoAssociation() 2008-12-30 00:01:54 +00:00
gtk1 use a common m_isInsideYield flag instead of static booleans in all ports; add a IsYielding() test which can help to fix unwanted re-entrancies 2008-12-29 15:03:39 +00:00
html remove old file not compiled/used anymore since at least 6 years 2008-12-14 14:05:25 +00:00
jpeg fix typo in __WWXMAC__ 2008-08-13 12:31:13 +00:00
mgl use a common m_isInsideYield flag instead of static booleans in all ports; add a IsYielding() test which can help to fix unwanted re-entrancies 2008-12-29 15:03:39 +00:00
motif use a common m_isInsideYield flag instead of static booleans in all ports; add a IsYielding() test which can help to fix unwanted re-entrancies 2008-12-29 15:03:39 +00:00
msdos add safe wxStrlcpy() function and replaced all wxStrncpy() calls by it 2008-11-29 14:41:02 +00:00
msw call ProcessPendingEvents() from wxAppConsoleBase::ProcessIdle() too, not only from wxAppBase::ProcessIdle(); do not call it from wxConsoleEventLoop::Dispatch() as this results in unwanted reentrancies in the socket code when using it 2009-01-02 22:18:10 +00:00
os2 use a common m_isInsideYield flag instead of static booleans in all ports; add a IsYielding() test which can help to fix unwanted re-entrancies 2008-12-29 15:03:39 +00:00
osx Fix for OS X Cocoa build. 2008-12-31 17:17:20 +00:00
palmos remove the long deprecated wxTabCtrl class 2008-12-27 14:58:12 +00:00
png osx regrouping 2008-07-29 20:11:51 +00:00
propgrid Update editor control font centrally, in wxPropertyGrid::RefreshEditor() 2008-12-29 17:58:32 +00:00
regex
richtext fix wxPowerEvent, wxRichTextEvent and wxWizardEvent so that they pass the runtime check for correct implementation of the Clone() function 2008-12-28 01:29:37 +00:00
stc unhide the second wxTextAreaBase::HitTest() overload to suppress a warning about it 2008-12-25 12:45:59 +00:00
tiff
univ get rid of the wxListString class in wxStatusBar code; introduce a wxStatusBarPane class which enormously simplifies the code handling stacks/widths/styles of panes 2008-12-31 12:28:05 +00:00
unix added wxFDIODispatcher::HasPending() and implemented correctly wxConsoleEventLoop::Pending() using it to fix the pending events processing in console event loop based programs; also changed wxFDIODispatcher::Dispatch() return type/value to be able to indicate the errors 2009-01-03 01:21:24 +00:00
wxWindows.xcodeproj fixing file paths after renaming 2008-06-11 19:14:39 +00:00
x11 use a common m_isInsideYield flag instead of static booleans in all ports; add a IsYielding() test which can help to fix unwanted re-entrancies 2008-12-29 15:03:39 +00:00
xml fix substr() calls broken by r56215 (#10198) 2008-11-20 18:19:17 +00:00
xrc also call AddGrowableRow/Col() for wxGridBagSizer 2008-12-24 00:29:38 +00:00
zlib
cwcopysetup.bat
cwdcopysetup.bat
wxJpeg.icc
wxPng.icc
wxTiff.icc
wxWin.icc
Wxwindll.icc
wxWindowsClassicM8.xml
wxWindowsM8.xml
wxWindowsW7.xml
wxXpm.icc
wxZlib.icc