wxWidgets/src
2009-03-09 18:13:04 +00:00
..
aui focus fixes for wxAUINotebook (fixes #4361) 2009-02-24 19:34:01 +00:00
cocoa ProcessPendingEvents() is now in wxApp 2009-03-02 21:14:01 +00:00
common don't call neither OnSaveModified() nor Modify(false) from On{New,Open}Document(): these methods are only ever called for the new wxDocument object which should never be saved, even if they're marked as modified by the user-defined document creation code 2009-03-09 18:13:04 +00:00
dfb remove unused wxKeyEvent member m_scanCode 2009-02-18 17:15:40 +00:00
expat
generic Commit most parts of #10495 wxDataViewCtrl needs a way to start the label editor programmatically 2009-03-08 21:41:57 +00:00
gtk wxBusyInfo now uses wxGenericStaticText under GTK+, more Refresh/Update updates 2009-03-06 23:30:54 +00:00
gtk1 compilation fix after last commit 2009-03-03 09:24:20 +00:00
html Don't set a large minimum size for both panes 2009-03-05 15:54:50 +00:00
jpeg fix typo in __WWXMAC__ 2008-08-13 12:31:13 +00:00
mgl remove unused wxKeyEvent member m_scanCode 2009-02-18 17:15:40 +00:00
motif inserting missing include for non PCH-build 2009-03-04 07:42:42 +00:00
msdos s/wxSplitPath/wxFileName::SplitPath 2009-01-07 01:47:47 +00:00
msw restore passing WM_COMMAND messages for SC_XXX commands to DefFrameProc() in wxMDIParentFrame::MSWWindowProc() accidentally removed in previous changes; removed doing this for WM_SYSCOMMAND in wxMDIChildFrame as this does seem to be unnecessary 2009-03-09 13:05:40 +00:00
os2 added wxTextEntry::DoGetValue() to allow returning empty string if the control currently contains hint text 2009-03-02 13:31:29 +00:00
osx Fix for accessing m_peer during initialization. 2009-03-09 04:29:42 +00:00
palmos second part of #10320: move wxApp event handling functions to wxEventLoopBase (in particular move Yield() functions); add backward compatible redirections to wxApp; update docs; remove global lists wxPendingEvents and wxPendingEventsLocker 2009-02-15 14:25:08 +00:00
png merged libpng 1.2.34 into the trunk (see #10043) 2009-01-25 13:15:09 +00:00
propgrid Added support for 'AutoComplete' attribute, automatically used by any wxTextCtrl-based property editor 2009-03-08 11:34:01 +00:00
regex
richtext Removed conflicting virtual function 2009-03-06 08:19:31 +00:00
stc build fix: define DoGetValue() and GetEditableWindow() 2009-03-02 16:23:55 +00:00
tiff don't use AC_CANONICAL_TARGET in libtiff configure: this is unnecessary as it's not a cross-compiler and also doesn't work when running it as sub-configure when caching is enabled (because the host and the build aliases are cached by the top level configure but the target one is not and autoconf-generated code doesn't deal with this situation correctly) 2009-02-15 15:26:07 +00:00
univ wxUniv compilation fixes after wxTextEntry::DoGetValue() change 2009-03-02 13:58:42 +00:00
unix use %p when logging the thread IDs instead of %lu to make it easier to debug multithreaded programs when using GDB (which uses the %p syntax) 2009-02-20 12:40:30 +00:00
wxWindows.xcodeproj fixing file paths after renaming 2008-06-11 19:14:39 +00:00
x11 second part of #10320: move wxApp event handling functions to wxEventLoopBase (in particular move Yield() functions); add backward compatible redirections to wxApp; update docs; remove global lists wxPendingEvents and wxPendingEventsLocker 2009-02-15 14:25:08 +00:00
xml renamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_scpd.h in wx/scopedptr.h and wx/scopedarray.h; extracted common parts into new wx/checkeddelete.h 2009-02-03 12:01:46 +00:00
xrc remove wxSYS_DEFAULT_PALETTE: it's supported only by wxMSW and it never worked there: GetStockObject(DEFAULT_PALETTE) returns a palette and not a font; so the resulting wxFont is wrong. 2009-03-04 15:19:58 +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