.. |
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
|
improve look of wxDataViewCtrl and of its renderer on wxMSW when windows XP themeing is not used (wxRendererXP::DrawItemSelectionRect implementation is ok also for wxRendererMSW; share the code).
|
2009-03-05 00:36:17 +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
|
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
|
improve look of wxDataViewCtrl and of its renderer on wxMSW when windows XP themeing is not used (wxRendererXP::DrawItemSelectionRect implementation is ok also for wxRendererMSW; share the code).
|
2009-03-05 00:36:17 +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
|
Ensure we get mouse moved events.
|
2009-03-04 23:34:52 +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
|
By default, always refresh editor and redraw properties when property value is changed
|
2009-03-04 19:53:34 +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
|
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
|
|
|