.. |
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
|
move pending event processing back to wxApp (these methods were moved into wxEventLoopBase during YieldFor() refactoring - see #10320): we need to be able to queue events even when there's no event loop running (e.g. wxApp::OnInit)
|
2009-03-02 20:45:22 +00:00 |
dfb
|
remove unused wxKeyEvent member m_scanCode
|
2009-02-18 17:15:40 +00:00 |
expat
|
|
|
generic
|
revert r59246; the window parameter was there by purpose (i.e. for consistency with other Get* methods -- even if unused); document what the win parameter does in the various wxRenderer::Get* methods
|
2009-03-02 20:09:10 +00:00 |
gtk
|
Don't crash if no scrollbar
|
2009-03-03 13:12:52 +00:00 |
gtk1
|
compilation fix after last commit
|
2009-03-03 09:24:20 +00:00 |
html
|
render <TH> contents in bold, as all the browsers do
|
2009-02-24 18:10:43 +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
|
added wxTextEntry::DoGetValue() to allow returning empty string if the control currently contains hint text
|
2009-03-02 13:31:29 +00:00 |
msdos
|
s/wxSplitPath/wxFileName::SplitPath
|
2009-01-07 01:47:47 +00:00 |
msw
|
ProcessPendingEvents() is now in wxApp
|
2009-03-02 21:14:01 +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
|
revert r59246; the window parameter was there by purpose (i.e. for consistency with other Get* methods -- even if unused); document what the win parameter does in the various wxRenderer::Get* methods
|
2009-03-02 20:09:10 +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
|
No longer overestimate virtual height given to the vertical scroll bar
|
2009-02-26 19:35:46 +00:00 |
regex
|
|
|
richtext
|
Don't crash if no scrollbar
|
2009-03-03 13:12:52 +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
|
added wxXmlResource::LoadFile() to avoid URL-vs-filename ambiguity in Load()
|
2009-02-26 00:17:23 +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
|
|
|