2007-03-23 |
Vadim Zeitlin | removed dll export declaration for wxCStrData: it's... |
commit | commitdiff | tree | snapshot |
2007-03-23 |
Vadim Zeitlin | fix DLL build with MSVC: it wasn't happy that some... |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Václav Slavík | reimplemented wx[W]CharBuffer using templates |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Vadim Zeitlin | added explicit conversion of wxCStrData to const void... |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Vadim Zeitlin | remove wxWINT_T_IS_TYPEDEF as it seems wint_t is always... |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Vadim Zeitlin | added macros to avoid code repetition when defining... |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Vadim Zeitlin | added wxCStrData conversion to const unsigned char... |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Vadim Zeitlin | add operator+=(unsigned char) for backwards compatibili... |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Vadim Zeitlin | added conversion to unsigned int too: this is needed... |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Vadim Zeitlin | removed Matches(const wxChar *, int=0) overload: it... |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Vadim Zeitlin | correct the checked flag in the event generated by... |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Vadim Zeitlin | rename wxlike-libdirname to just wxlike-dirname (patch... |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Vadim Zeitlin | don't lose the combobox text when it's opened and close... |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Vadim Zeitlin | use correct background colour for the box label when... |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Vadim Zeitlin | call GetTextExtent() after selecting the correct font... |
commit | commitdiff | tree | snapshot |
2007-03-21 |
Vadim Zeitlin | use wxIsEmpty() instead of deprecated IsEmpty() |
commit | commitdiff | tree | snapshot |
2007-03-21 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree | snapshot |
2007-03-21 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree | snapshot |
2007-03-21 |
Paul Cornett | revert use of AllocExclusive |
commit | commitdiff | tree | snapshot |
2007-03-20 |
Vadim Zeitlin | removed extraneous comma at the end of wxGridDirection... |
commit | commitdiff | tree | snapshot |
2007-03-20 |
Vadim Zeitlin | removed extraneous semicolons |
commit | commitdiff | tree | snapshot |
2007-03-20 |
Vadim Zeitlin | no changes, just fixed spelling of 'indeterminate' |
commit | commitdiff | tree | snapshot |
2007-03-20 |
Václav Slavík | added wxUniChar <-> unsigned char conversion |
commit | commitdiff | tree | snapshot |
2007-03-20 |
Vadim Zeitlin | removed unnecessary WXDLLIMPEXP_CORE from private class... |
commit | commitdiff | tree | snapshot |
2007-03-20 |
Václav Slavík | compilation fixes for !wxUSE_INTL case |
commit | commitdiff | tree | snapshot |
2007-03-20 |
Vadim Zeitlin | prevent GTK+ from changing locale when wxUSE_INTL=... |
commit | commitdiff | tree | snapshot |
2007-03-20 |
Vadim Zeitlin | don't offset the window being centered more than strict... |
commit | commitdiff | tree | snapshot |
2007-03-20 |
Václav Slavík | compilation fix after STL fixes if 2.8 compatibility... |
commit | commitdiff | tree | snapshot |
2007-03-19 |
Vadim Zeitlin | fix non-PCH build after latest change |
commit | commitdiff | tree | snapshot |
2007-03-19 |
Vadim Zeitlin | deprecate wxTR_EXTENDED and remove it from the docs |
commit | commitdiff | tree | snapshot |
2007-03-19 |
Vadim Zeitlin | fixed handling of accelerators using PageUp/Down keys... |
commit | commitdiff | tree | snapshot |
2007-03-19 |
Vadim Zeitlin | corrected VT_DATE conversion (bug 1683882) |
commit | commitdiff | tree | snapshot |
2007-03-19 |
Václav Slavík | fixed compilation if wxUSE_STL=1 |
commit | commitdiff | tree | snapshot |
2007-03-19 |
Václav Slavík | fixed missing ; after class declaration |
commit | commitdiff | tree | snapshot |
2007-03-19 |
Václav Slavík | tagged IsEmpty(), Strlen() and Stricmp() global functio... |
commit | commitdiff | tree | snapshot |
2007-03-19 |
Václav Slavík | fixed wrong include path |
commit | commitdiff | tree | snapshot |
2007-03-19 |
Václav Slavík | use wxUin32 for wxUniChar::value_type: we need 32bit... |
commit | commitdiff | tree | snapshot |
2007-03-19 |
Václav Slavík | wxUniChar::unicode_type -> value_type |
commit | commitdiff | tree | snapshot |
2007-03-19 |
Václav Slavík | added makefile targets for building individual libs... |
commit | commitdiff | tree | snapshot |
2007-03-19 |
Benjamin Williams | applied patch 1683441 |
commit | commitdiff | tree | snapshot |
2007-03-19 |
Václav Slavík | split wxchar.h into several smaller headers |
commit | commitdiff | tree | snapshot |
2007-03-19 |
Václav Slavík | split wxchar.h into several smaller headers |
commit | commitdiff | tree | snapshot |
2007-03-19 |
Vadim Zeitlin | added wxString::operator=(const wxCStrData&) to make... |
commit | commitdiff | tree | snapshot |
2007-03-19 |
Vadim Zeitlin | added ctor for wxChar/WCharBuffer from wxCStrData in... |
commit | commitdiff | tree | snapshot |
2007-03-19 |
Václav Slavík | fixed wxDataViewCtrl compilation with DigitalMars |
commit | commitdiff | tree | snapshot |
2007-03-19 |
Vadim Zeitlin | fix non-PCH build after latest change |
commit | commitdiff | tree | snapshot |
2007-03-19 |
Vadim Zeitlin | handle 0 timeout in RunLoop() correctly |
commit | commitdiff | tree | snapshot |
2007-03-19 |
Vadim Zeitlin | initialize m_maxFD to avoid passing invalid values... |
commit | commitdiff | tree | snapshot |
2007-03-19 |
Vadim Zeitlin | implement DoStretchBlit() in terms of DoBlit() and... |
commit | commitdiff | tree | snapshot |
2007-03-19 |
Vadim Zeitlin | compilation fix for switch(wxChar) |
commit | commitdiff | tree | snapshot |
2007-03-19 |
Vadim Zeitlin | return wxFONTENCODING_ISO8859_1, not wxFONTENCODING_SYS... |
commit | commitdiff | tree | snapshot |
2007-03-19 |
Vadim Zeitlin | use wxCollapsiblePane in the log dialog (patch 1624796) |
commit | commitdiff | tree | snapshot |
2007-03-19 |
Vadim Zeitlin | fixed all the other ports broken by controls labels... |
commit | commitdiff | tree | snapshot |
2007-03-19 |
Vadim Zeitlin | compilation fix after wxUniChar changes |
commit | commitdiff | tree | snapshot |
2007-03-19 |
Vadim Zeitlin | fix compilation after c_str() changes, mainly by replac... |
commit | commitdiff | tree | snapshot |
2007-03-19 |
Vadim Zeitlin | added wxXmString ctor from wxCStrData to fix compilatio... |
commit | commitdiff | tree | snapshot |
2007-03-19 |
Vadim Zeitlin | added missing wxGUIAppTraits::SetLocale() |
commit | commitdiff | tree | snapshot |
2007-03-19 |
Vadim Zeitlin | add overloads of wxString and wxCStrData::operator... |
commit | commitdiff | tree | snapshot |
2007-03-18 |
Vadim Zeitlin | added wxCStrData::operator+(long) overload (this fixes... |
commit | commitdiff | tree | snapshot |
2007-03-18 |
Vadim Zeitlin | fixed all the other ports broken by controls labels... |
commit | commitdiff | tree | snapshot |
2007-03-18 |
Vadim Zeitlin | replaced c_str() with mb_str() to fix compilation after... |
commit | commitdiff | tree | snapshot |
2007-03-18 |
Vadim Zeitlin | fixed typo in last commit |
commit | commitdiff | tree | snapshot |
2007-03-18 |
Vadim Zeitlin | added labels support for toolbar controls for wxMac... |
commit | commitdiff | tree | snapshot |
2007-03-18 |
Vadim Zeitlin | fix assert because of passing more than one border... |
commit | commitdiff | tree | snapshot |
2007-03-18 |
Vadim Zeitlin | modify m_encoding, not m_name, in wxCSConv::CreateConvI... |
commit | commitdiff | tree | snapshot |
2007-03-18 |
Vadim Zeitlin | don't check if the file exists if we don't use it |
commit | commitdiff | tree | snapshot |
2007-03-18 |
Vadim Zeitlin | give us wxSTAY_ON_TOP style if our parent has it, other... |
commit | commitdiff | tree | snapshot |
2007-03-18 |
David Elliott | wxTopLevelWindowCocoa::SetTitle title parameter is... |
commit | commitdiff | tree | snapshot |
2007-03-18 |
Vadim Zeitlin | fix XModifierKeymap memory leak (patch 1683137) |
commit | commitdiff | tree | snapshot |
2007-03-18 |
Vadim Zeitlin | use wxStandardPaths and wxFileName in wxFileConfig... |
commit | commitdiff | tree | snapshot |
2007-03-18 |
Vadim Zeitlin | wxDC::StretchBlit() for wxMac and wxMSW (patch 1611973) |
commit | commitdiff | tree | snapshot |
2007-03-18 |
Vadim Zeitlin | fix the run-time behaviour after the last compilation... |
commit | commitdiff | tree | snapshot |
2007-03-18 |
Vadim Zeitlin | added wxJoin and wxSplit functions (modified patch... |
commit | commitdiff | tree | snapshot |
2007-03-18 |
Vadim Zeitlin | fix VC warning about applying unary minus to unsigned... |
commit | commitdiff | tree | snapshot |
2007-03-18 |
Vadim Zeitlin | compilation fixes after c_str() changes |
commit | commitdiff | tree | snapshot |
2007-03-18 |
Vadim Zeitlin | removed minimal-specific Info.plist; updated the versio... |
commit | commitdiff | tree | snapshot |
2007-03-18 |
Vadim Zeitlin | list samples/Info.plist in one manifest only (the Mac... |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Vadim Zeitlin | corrected typo in \texttt in last commit |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Vadim Zeitlin | updated portability note for wxGetDiskSpace (patch... |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Vadim Zeitlin | fixed signed/unsigned comparison warnings; reformatted... |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Vadim Zeitlin | compilation fixes after c_str() changes (due to casting... |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Vadim Zeitlin | removed tests for WXWIN_COMPATIBILITY_2_4 |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Vadim Zeitlin | produce better HTML output by using Unicode equivalents... |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Vadim Zeitlin | renamed meaningless IsRealClass() function in CanBeUsed... |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Vadim Zeitlin | don't try to use XRCCTRL() with wxMenuBar or wxStaticBo... |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Vadim Zeitlin | fix extra indentation in wxHTML_ALIGN_JUSTIFY display... |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Vadim Zeitlin | call wxYield() to force display of the busy info frame... |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Vadim Zeitlin | implemented wxMemoryInputStream::CanRead() and added... |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Vadim Zeitlin | added wxMemoryInputStream(wxInputStream&, size_t) ctor... |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Vadim Zeitlin | gcc signed/unsigned warning fix |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Vadim Zeitlin | corrected WX_DEFINE_VARARG_FUNC_NOP usage |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Vadim Zeitlin | output '}' as wxChar, not char, which results in using... |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Vadim Zeitlin | removed Classic files from the manifest after removing... |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Václav Slavík | first phase of transition to unified Unicode build: |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Vadim Zeitlin | shutdown sockets gracefully instead of doing it with... |
commit | commitdiff | tree | snapshot |
2007-03-16 |
Václav Slavík | added missing #pragma hdrstop |
commit | commitdiff | tree | snapshot |
2007-03-16 |
Václav Slavík | changed wxPlatform implicit conversion to string to... |
commit | commitdiff | tree | snapshot |
2007-03-16 |
Roman Rolinsky | default setting fix |
commit | commitdiff | tree | snapshot |
2007-03-16 |
Vadim Zeitlin | regenerated after wxSelectDispatcher addition (patch... |
commit | commitdiff | tree | snapshot |
2007-03-16 |
Vadim Zeitlin | wxX11 Unicode compilation fix |
commit | commitdiff | tree | snapshot |
next |