.. |
aui
|
avoid assert in window list drop down
|
2007-04-05 16:31:23 +00:00 |
cocoa
|
make IsEnabled() return false even if the window parent, and not the window itself, is disabled and added IsThisEnabled() implementing the old IsEnabled() behaviour; also significantly simplify the window state management code in all ports by factoring out the common parts in wxWindowBase
|
2007-03-23 14:01:53 +00:00 |
common
|
added overloads taking pairs of const char/wchar_t pointers for wxString methods working with const_iterators for backwards compatibility with old wxString::const_iterator which used to be convertible to/from const wxChar *
|
2007-04-05 21:55:29 +00:00 |
dfb
|
fixed wxBitmap<->wxImage conversion to not exchange red and blue components
|
2007-04-03 08:46:53 +00:00 |
expat
|
|
|
generic
|
compilation fix for previous commit
|
2007-04-05 21:47:35 +00:00 |
gtk
|
removed unnecessary checks for m_clipboard/targetsWidget being non-NULL in dtor: they're used without these checks in many other places anyhow
|
2007-04-03 15:12:31 +00:00 |
gtk1
|
1. Moved m_usePrimary to wxClipboardBase as it's now also used by wxMSW/wxMac
|
2007-03-31 02:57:55 +00:00 |
html
|
call SetEventObject() for wxHtmlLinkEvents we generate
|
2007-04-04 02:00:32 +00:00 |
iodbc
|
|
|
jpeg
|
Rename boolean to wxjpeg_boolean to avoid conflicts, e.g. with boolean
|
2006-11-28 16:24:45 +00:00 |
mac
|
build fixes for wxUSE_VALIDATORS==0
|
2007-04-03 02:44:32 +00:00 |
mgl
|
don't check whether the window is shown and enabled in AcceptsFocus() itself
|
2007-03-25 22:36:24 +00:00 |
motif
|
added support for ellipsization and markup in wxStaticText (modified patch 1629946)
|
2007-04-01 14:13:15 +00:00 |
msdos
|
mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves
|
2006-09-05 20:47:48 +00:00 |
msw
|
provide both const char* and const wchar_t* implicit conversion of wxCStrData regardless of the build type
|
2007-04-05 21:28:14 +00:00 |
os2
|
removed second parameter of wxFrame::DoGiveHelp(), the help string is always shown (even if it's empty), not hidden; this hopefully really fixes restoring the previously shown status bar text when the menu is dismissed
|
2007-04-02 22:00:52 +00:00 |
palmos
|
fixed all the other ports broken by controls labels in wxToolBar patch commit
|
2007-03-18 23:57:20 +00:00 |
png
|
Removed unused Symantec (*.sc) build system. Symantec C++ is now replaced by DigitalMars.
|
2006-08-01 12:49:12 +00:00 |
regex
|
Applied patch [ 1381895 ] remove circular include dependendcy in wxchar.h
|
2006-01-18 12:46:11 +00:00 |
richtext
|
Added mouse event handler invocations
|
2007-04-02 08:51:06 +00:00 |
stc
|
Compile fix for gcc on MSW
|
2007-04-05 18:28:28 +00:00 |
tiff
|
Check the size of the boolean type used by an external jpeg lib on Windows.
|
2006-12-03 21:59:47 +00:00 |
univ
|
toggle the first button in a radio tools group initially (second version of patch 1469227)
|
2007-04-01 15:06:11 +00:00 |
unix
|
don't handle orderly socket shutdown by the peer as an error (patch 1688222)
|
2007-03-30 19:02:30 +00:00 |
wxWindows.xcode
|
|
|
wxWindows.xcodeproj
|
adding common search field file
|
2006-12-15 10:03:50 +00:00 |
x11
|
compilation fixes
|
2007-04-05 15:38:36 +00:00 |
xml
|
compare charset strings case-insensitively (and so avoid conversions between utf-8 and UTF-8 for example, see patch 1611068)
|
2006-12-24 13:36:22 +00:00 |
xrc
|
provide both const char* and const wchar_t* implicit conversion of wxCStrData regardless of the build type
|
2007-04-05 21:28:14 +00:00 |
zlib
|
|
|
cwcopysetup.bat
|
|
|
cwdcopysetup.bat
|
|
|
wxJpeg.icc
|
|
|
wxPng.icc
|
|
|
wxTiff.icc
|
|
|
wxWin.icc
|
Removed some references to unused files.
|
2006-05-25 10:03:56 +00:00 |
Wxwindll.icc
|
Removed some references to unused files.
|
2006-05-25 10:03:56 +00:00 |
wxWindowsClassicM8.xml
|
|
|
wxWindowsM8.xml
|
src/mac/carbon/pnghand.cpp removed
|
2006-05-25 14:45:39 +00:00 |
wxWindowsW7.xml
|
|
|
wxXpm.icc
|
|
|
wxZlib.icc
|
|
|