2007-03-19 |
Vadim Zeitlin | added wxString::operator=(const wxCStrData&) to make...
|
commit | commitdiff | tree |
2007-03-19 |
Vadim Zeitlin | added ctor for wxChar/WCharBuffer from wxCStrData in...
|
commit | commitdiff | tree |
2007-03-19 |
Vadim Zeitlin | fix non-PCH build after latest change
|
commit | commitdiff | tree |
2007-03-19 |
Vadim Zeitlin | handle 0 timeout in RunLoop() correctly
|
commit | commitdiff | tree |
2007-03-19 |
Vadim Zeitlin | initialize m_maxFD to avoid passing invalid values...
|
commit | commitdiff | tree |
2007-03-19 |
Vadim Zeitlin | implement DoStretchBlit() in terms of DoBlit() and...
|
commit | commitdiff | tree |
2007-03-19 |
Vadim Zeitlin | compilation fix for switch(wxChar)
|
commit | commitdiff | tree |
2007-03-19 |
Vadim Zeitlin | return wxFONTENCODING_ISO8859_1, not wxFONTENCODING_SYSTEM...
|
commit | commitdiff | tree |
2007-03-19 |
Vadim Zeitlin | use wxCollapsiblePane in the log dialog (patch 1624796)
|
commit | commitdiff | tree |
2007-03-19 |
Vadim Zeitlin | fixed all the other ports broken by controls labels...
|
commit | commitdiff | tree |
2007-03-19 |
Vadim Zeitlin | compilation fix after wxUniChar changes
|
commit | commitdiff | tree |
2007-03-19 |
Vadim Zeitlin | fix compilation after c_str() changes, mainly by replacing...
|
commit | commitdiff | tree |
2007-03-19 |
Vadim Zeitlin | added wxXmString ctor from wxCStrData to fix compilation...
|
commit | commitdiff | tree |
2007-03-19 |
Vadim Zeitlin | added missing wxGUIAppTraits::SetLocale()
|
commit | commitdiff | tree |
2007-03-19 |
Vadim Zeitlin | add overloads of wxString and wxCStrData::operator...
|
commit | commitdiff | tree |
2007-03-18 |
Vadim Zeitlin | added wxCStrData::operator+(long) overload (this fixes...
|
commit | commitdiff | tree |
2007-03-18 |
Vadim Zeitlin | fixed all the other ports broken by controls labels...
|
commit | commitdiff | tree |
2007-03-18 |
Vadim Zeitlin | replaced c_str() with mb_str() to fix compilation after...
|
commit | commitdiff | tree |
2007-03-18 |
Vadim Zeitlin | fixed typo in last commit
|
commit | commitdiff | tree |
2007-03-18 |
Vadim Zeitlin | added labels support for toolbar controls for wxMac...
|
commit | commitdiff | tree |
2007-03-18 |
Vadim Zeitlin | fix assert because of passing more than one border...
|
commit | commitdiff | tree |
2007-03-18 |
Vadim Zeitlin | modify m_encoding, not m_name, in wxCSConv::CreateConvIfNeed...
|
commit | commitdiff | tree |
2007-03-18 |
Vadim Zeitlin | don't check if the file exists if we don't use it
|
commit | commitdiff | tree |
2007-03-18 |
Vadim Zeitlin | give us wxSTAY_ON_TOP style if our parent has it, otherwise...
|
commit | commitdiff | tree |
2007-03-18 |
Vadim Zeitlin | fix XModifierKeymap memory leak (patch 1683137)
|
commit | commitdiff | tree |
2007-03-18 |
Vadim Zeitlin | use wxStandardPaths and wxFileName in wxFileConfig...
|
commit | commitdiff | tree |
2007-03-18 |
Vadim Zeitlin | wxDC::StretchBlit() for wxMac and wxMSW (patch 1611973)
|
commit | commitdiff | tree |
2007-03-18 |
Vadim Zeitlin | fix the run-time behaviour after the last compilation...
|
commit | commitdiff | tree |
2007-03-18 |
Vadim Zeitlin | added wxJoin and wxSplit functions (modified patch...
|
commit | commitdiff | tree |
2007-03-18 |
Vadim Zeitlin | fix VC warning about applying unary minus to unsigned...
|
commit | commitdiff | tree |
2007-03-18 |
Vadim Zeitlin | compilation fixes after c_str() changes
|
commit | commitdiff | tree |
2007-03-18 |
Vadim Zeitlin | removed minimal-specific Info.plist; updated the version...
|
commit | commitdiff | tree |
2007-03-18 |
Vadim Zeitlin | list samples/Info.plist in one manifest only (the Mac...
|
commit | commitdiff | tree |
2007-03-17 |
Vadim Zeitlin | corrected typo in \texttt in last commit
|
commit | commitdiff | tree |
2007-03-17 |
Vadim Zeitlin | updated portability note for wxGetDiskSpace (patch...
|
commit | commitdiff | tree |
2007-03-17 |
Vadim Zeitlin | fixed signed/unsigned comparison warnings; reformatted...
|
commit | commitdiff | tree |
2007-03-17 |
Vadim Zeitlin | compilation fixes after c_str() changes (due to casting...
|
commit | commitdiff | tree |
2007-03-17 |
Vadim Zeitlin | removed tests for WXWIN_COMPATIBILITY_2_4
|
commit | commitdiff | tree |
2007-03-17 |
Vadim Zeitlin | produce better HTML output by using Unicode equivalents...
|
commit | commitdiff | tree |
2007-03-17 |
Vadim Zeitlin | renamed meaningless IsRealClass() function in CanBeUsedWithX...
|
commit | commitdiff | tree |
2007-03-17 |
Vadim Zeitlin | don't try to use XRCCTRL() with wxMenuBar or wxStaticBoxSize...
|
commit | commitdiff | tree |
2007-03-17 |
Vadim Zeitlin | fix extra indentation in wxHTML_ALIGN_JUSTIFY display...
|
commit | commitdiff | tree |
2007-03-17 |
Vadim Zeitlin | call wxYield() to force display of the busy info frame...
|
commit | commitdiff | tree |
2007-03-17 |
Vadim Zeitlin | implemented wxMemoryInputStream::CanRead() and added...
|
commit | commitdiff | tree |
2007-03-17 |
Vadim Zeitlin | added wxMemoryInputStream(wxInputStream&, size_t) ctor...
|
commit | commitdiff | tree |
2007-03-17 |
Vadim Zeitlin | gcc signed/unsigned warning fix
|
commit | commitdiff | tree |
2007-03-17 |
Vadim Zeitlin | corrected WX_DEFINE_VARARG_FUNC_NOP usage
|
commit | commitdiff | tree |
2007-03-17 |
Vadim Zeitlin | output '}' as wxChar, not char, which results in using...
|
commit | commitdiff | tree |
2007-03-17 |
Vadim Zeitlin | removed Classic files from the manifest after removing...
|
commit | commitdiff | tree |
2007-03-17 |
Vadim Zeitlin | shutdown sockets gracefully instead of doing it with...
|
commit | commitdiff | tree |
2007-03-16 |
Vadim Zeitlin | regenerated after wxSelectDispatcher addition (patch...
|
commit | commitdiff | tree |
2007-03-16 |
Vadim Zeitlin | wxX11 Unicode compilation fix
|
commit | commitdiff | tree |
2007-03-16 |
Vadim Zeitlin | make wxFDIOHandler dtor virtual, it's meant to be used...
|
commit | commitdiff | tree |
2007-03-16 |
Vadim Zeitlin | refactoring: replace wxSocketDispatcher with more generic...
|
commit | commitdiff | tree |
2007-03-16 |
Vadim Zeitlin | VC6 has problems with std::vector and identifiers names...
|
commit | commitdiff | tree |
2007-03-16 |
Vadim Zeitlin | VC6 compilation fix (don't reuse the same variable...
|
commit | commitdiff | tree |
2007-03-16 |
Vadim Zeitlin | added more message names to wxGetMessageName() (modified...
|
commit | commitdiff | tree |
2007-03-16 |
Vadim Zeitlin | don't waste time updating state of tools in a hidden...
|
commit | commitdiff | tree |
2007-03-16 |
Vadim Zeitlin | include wx/msw/missing.h after wx/msw/private.h, otherwise...
|
commit | commitdiff | tree |
2007-03-16 |
Vadim Zeitlin | multiple fixes to wxJoystick under Unix and new index...
|
commit | commitdiff | tree |
2007-03-16 |
Vadim Zeitlin | use safer RemoveEventHandler() instead of PopEventHandler...
|
commit | commitdiff | tree |
2007-03-16 |
Vadim Zeitlin | do nothing in ShowHidden() if the flag doesn't change...
|
commit | commitdiff | tree |
2007-03-16 |
Vadim Zeitlin | call GetWidth/Height() only once in Rotate() and not...
|
commit | commitdiff | tree |
2007-03-15 |
Vadim Zeitlin | don't add wxVSCROLL if only wxHSCROLL is explicitly...
|
commit | commitdiff | tree |
2007-03-15 |
Vadim Zeitlin | added support for wxGRID_AUTOSIZE in wxGrid::SetRow...
|
commit | commitdiff | tree |
2007-03-15 |
Vadim Zeitlin | added wxGridUpdateLocker helper class wrapping Begin...
|
commit | commitdiff | tree |
2007-03-15 |
Vadim Zeitlin | removed outdated Classic files to avoid confusing people
|
commit | commitdiff | tree |
2007-03-15 |
Vadim Zeitlin | added wrapper functions allowing to postpone loading...
|
commit | commitdiff | tree |
2007-03-15 |
Vadim Zeitlin | extracted code including gdiplus.h in a separate header
|
commit | commitdiff | tree |
2007-03-15 |
Vadim Zeitlin | fix GetSize() for large files (patch 1680876)
|
commit | commitdiff | tree |
2007-03-14 |
Vadim Zeitlin | suppress unused parameter warning
|
commit | commitdiff | tree |
2007-03-14 |
Vadim Zeitlin | last change was wrong, fix wxUSE_MDI==0 build without...
|
commit | commitdiff | tree |
2007-03-14 |
Vadim Zeitlin | replace (deprecated) Get/UngetWriteBuf() with wxStringBuffer
|
commit | commitdiff | tree |
2007-03-14 |
Vadim Zeitlin | removed wxUSE_DIB_FOR_BITMAP which doesn't seem to...
|
commit | commitdiff | tree |
2007-03-14 |
Vadim Zeitlin | implement Set/GetTitle() (last part of patch 1679337)
|
commit | commitdiff | tree |
2007-03-14 |
Vadim Zeitlin | don't really enable the window when its parent is disabled...
|
commit | commitdiff | tree |
2007-03-14 |
Vadim Zeitlin | avoid duplicated empty help menu in localized applications...
|
commit | commitdiff | tree |
2007-03-14 |
Vadim Zeitlin | don't add extra GetCharHeight() pixels to the top border...
|
commit | commitdiff | tree |
2007-03-14 |
Vadim Zeitlin | changed literal "minimal" strings to $(PRODUCT_NAME...
|
commit | commitdiff | tree |
2007-03-13 |
Vadim Zeitlin | implemented Set/GetLabel() (part of patch 1679337)
|
commit | commitdiff | tree |
2007-03-13 |
Vadim Zeitlin | implemented GetLabel() (part of patch 1679337)
|
commit | commitdiff | tree |
2007-03-13 |
Vadim Zeitlin | test for pthread_mutex_timedlock() availability in...
|
commit | commitdiff | tree |
2007-03-13 |
Vadim Zeitlin | allocate HPEN on demand instead of doing every time...
|
commit | commitdiff | tree |
2007-03-13 |
Vadim Zeitlin | allocate HFONT on demand instead of doing every time...
|
commit | commitdiff | tree |
2007-03-13 |
Vadim Zeitlin | fix setting the properties of a valid but unshared...
|
commit | commitdiff | tree |
2007-03-13 |
Vadim Zeitlin | corrected example; minor fixes to the text; uncommented...
|
commit | commitdiff | tree |
2007-03-12 |
Vadim Zeitlin | removed extraneous semicolon (bug 1679080)
|
commit | commitdiff | tree |
2007-03-12 |
Vadim Zeitlin | fix window repainting when SetLineCount() is called...
|
commit | commitdiff | tree |
2007-03-12 |
Vadim Zeitlin | include <locale.h> before using setlocale()
|
commit | commitdiff | tree |
2007-03-12 |
Vadim Zeitlin | include wxUniv files in wxDFB distribution
|
commit | commitdiff | tree |
2007-03-12 |
Vadim Zeitlin | added wxAppTraits::SetLocale() and call it during wxApp...
|
commit | commitdiff | tree |
2007-03-11 |
Vadim Zeitlin | added wxSafeConvertMB2WX/WX2MB() and use them when...
|
commit | commitdiff | tree |
2007-03-11 |
Vadim Zeitlin | use wxConvLibc, not wxConvCurrent, with regerror()
|
commit | commitdiff | tree |
2007-03-11 |
Vadim Zeitlin | include wx/object.h now that wxConfigBase derives from...
|
commit | commitdiff | tree |
2007-03-11 |
Vadim Zeitlin | added support for wxTE_NO_VSCROLL (patch 1588605) and...
|
commit | commitdiff | tree |
2007-03-11 |
Vadim Zeitlin | test wxTE_NO_VSCROLL
|
commit | commitdiff | tree |
2007-03-11 |
Vadim Zeitlin | last fixes from patch 1604462: fix wxlike-libdirname...
|
commit | commitdiff | tree |
2007-03-11 |
Vadim Zeitlin | compilation fix after last commit: wxPenRefData, not...
|
commit | commitdiff | tree |
2007-03-11 |
Vadim Zeitlin | argh, added missing comma in last commit
|
commit | commitdiff | tree |
2007-03-11 |
Vadim Zeitlin | added wxWinVersion_Vista to wxWinVersion enum
|
commit | commitdiff | tree |
next |