| .. |
|
aui
|
don't assign the returned value in wxMDIParentFrame::OnCreateClient() to any member variables, this is the job of the caller (according to documentation and wxMSW code) (modified patch 1910602)
|
2008-03-15 03:12:47 +00:00 |
|
cocoa
|
don't assign the returned value in wxMDIParentFrame::OnCreateClient() to any member variables, this is the job of the caller (according to documentation and wxMSW code) (modified patch 1910602)
|
2008-03-15 03:12:47 +00:00 |
|
common
|
fix typos and update MSW code to use new wxPENSTYLE_* enum values
|
2008-03-16 21:36:59 +00:00 |
|
dfb
|
fix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap enums instead of plain int; remove from wxBrushStyle the styles wxPen-specific; add backward-compatible ctor to wxPen; don't include brush.h and pen.h from gdicmn.h, rather move wxPenList,wxBrushList,wxFontList in the relative headers
|
2008-03-16 21:11:12 +00:00 |
|
expat
|
changed ds[pw] files to use CRLF eol style and not native one (this helps if you have them on a partition exported via Samba from Unix to Windows)
|
2007-06-30 12:13:58 +00:00 |
|
generic
|
introduce wxBrushStyle enum and replace 'int style' occurrences in wxBrush code with 'wxBrushStyle style'; the change is backward compatible and documented in changes.txt
|
2008-03-16 16:47:57 +00:00 |
|
gtk
|
fix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap enums instead of plain int; remove from wxBrushStyle the styles wxPen-specific; add backward-compatible ctor to wxPen; don't include brush.h and pen.h from gdicmn.h, rather move wxPenList,wxBrushList,wxFontList in the relative headers
|
2008-03-16 21:11:12 +00:00 |
|
gtk1
|
fix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap enums instead of plain int; remove from wxBrushStyle the styles wxPen-specific; add backward-compatible ctor to wxPen; don't include brush.h and pen.h from gdicmn.h, rather move wxPenList,wxBrushList,wxFontList in the relative headers
|
2008-03-16 21:11:12 +00:00 |
|
html
|
reverted Julian's r44600, it broke help window behavior so that it prevented apps from closing
|
2008-03-13 23:58:32 +00:00 |
|
jpeg
|
include jconfig.vc under OS/2 too
|
2007-10-01 13:02:52 +00:00 |
|
mac
|
build fix (looking at buildbot)
|
2008-03-16 22:42:38 +00:00 |
|
mgl
|
fix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap enums instead of plain int; remove from wxBrushStyle the styles wxPen-specific; add backward-compatible ctor to wxPen; don't include brush.h and pen.h from gdicmn.h, rather move wxPenList,wxBrushList,wxFontList in the relative headers
|
2008-03-16 21:11:12 +00:00 |
|
motif
|
Cut down on unnecessary update events
|
2008-02-14 11:08:49 +00:00 |
|
msdos
|
always return wxString from wxGetUserHome() instead of char */wxWCharBuffer depending on the build
|
2007-10-06 12:38:15 +00:00 |
|
msw
|
fix typos and update MSW code to use new wxPENSTYLE_* enum values
|
2008-03-16 21:36:59 +00:00 |
|
os2
|
fix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap enums instead of plain int; remove from wxBrushStyle the styles wxPen-specific; add backward-compatible ctor to wxPen; don't include brush.h and pen.h from gdicmn.h, rather move wxPenList,wxBrushList,wxFontList in the relative headers
|
2008-03-16 21:11:12 +00:00 |
|
palmos
|
fix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap enums instead of plain int; remove from wxBrushStyle the styles wxPen-specific; add backward-compatible ctor to wxPen; don't include brush.h and pen.h from gdicmn.h, rather move wxPenList,wxBrushList,wxFontList in the relative headers
|
2008-03-16 21:11:12 +00:00 |
|
png
|
fix png compile bug with DMC
|
2007-10-25 13:24:49 +00:00 |
|
regex
|
added eVC project file for building regex library (patch 1753200)
|
2007-07-13 12:57:46 +00:00 |
|
richtext
|
Don't take the previous paragraph style when deleting paragraph marker
|
2008-02-26 17:59:06 +00:00 |
|
stc
|
Don't need to use wxHAVE_RAW_BITMAP any more.
|
2008-03-09 03:24:38 +00:00 |
|
tiff
|
compilation fixes for Unicode build in !TIF_PLATFORM_CONSOLE case (fixes WinCE compilation)
|
2008-02-24 23:05:45 +00:00 |
|
univ
|
call Show(false) from ~wxDialog to call EndModal if the dialog is still modal consistently in all ports
|
2008-02-05 19:13:26 +00:00 |
|
unix
|
add support for asynchronous execution in wxBase (patch 1906889)
|
2008-03-15 16:46:38 +00:00 |
|
wxWindows.xcode
|
use quotes around SRCROOT to handle the case when it contains spaces (patch 1912354)
|
2008-03-15 03:45:39 +00:00 |
|
wxWindows.xcodeproj
|
use quotes around SRCROOT to handle the case when it contains spaces (patch 1912354)
|
2008-03-15 03:45:39 +00:00 |
|
x11
|
fix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap enums instead of plain int; remove from wxBrushStyle the styles wxPen-specific; add backward-compatible ctor to wxPen; don't include brush.h and pen.h from gdicmn.h, rather move wxPenList,wxBrushList,wxFontList in the relative headers
|
2008-03-16 21:11:12 +00:00 |
|
xml
|
move Add/DeleteAttribute() implementations out of line to avoid deprecation warnings when including xml.h from user code
|
2007-11-16 23:34:21 +00:00 |
|
xrc
|
Enable XRC to call wxStaticText::Wrap
|
2008-03-09 03:27:54 +00:00 |
|
zlib
|
compilation fix for WinCE
|
2007-07-29 14:21:30 +00:00 |
|
cwcopysetup.bat
|
|
|
|
cwdcopysetup.bat
|
|
|
|
wxJpeg.icc
|
|
|
|
wxPng.icc
|
|
|
|
wxTiff.icc
|
|
|
|
wxWin.icc
|
|
|
|
Wxwindll.icc
|
|
|
|
wxWindowsClassicM8.xml
|
|
|
|
wxWindowsM8.xml
|
|
|
|
wxWindowsW7.xml
|
|
|
|
wxXpm.icc
|
|
|
|
wxZlib.icc
|
|
|