2005-11-07 |
Włodzimierz Skiba | Fixed #1338966. |
tree | commitdiff |
2005-11-07 |
Włodzimierz Skiba | wxGetWorkingDirectory() deprecated. Fixed #1338966. |
tree | commitdiff |
2005-11-06 |
Włodzimierz Skiba | eVC4 warning fixes. |
tree | commitdiff |
2005-11-03 |
Włodzimierz Skiba | Get/SetTitle only for wxTopLevelWindow (wxMSW part). |
tree | commitdiff |
2005-10-31 |
Włodzimierz Skiba | wxMGL revitalised with OpenWatcom. |
tree | commitdiff |
2005-10-27 |
Włodzimierz Skiba | Support for automatic setup.h in OS/2 with OW builds... |
tree | commitdiff |
2005-10-26 |
Julian Smart | Do a sanity check before reading. Otherwise, if trying... |
tree | commitdiff |
2005-10-25 |
Chris Elliott | missing #include (SF bug 1327872) |
tree | commitdiff |
2005-10-23 |
Włodzimierz Skiba | WinCE build fixes. |
tree | commitdiff |
2005-10-23 |
Włodzimierz Skiba | filename correction |
tree | commitdiff |
2005-10-23 |
Stefan Neis | Replaced __WXOS2__ by __OS2__ or __WXPM__ as apropriate. |
tree | commitdiff |
2005-10-23 |
Julian Smart | Applied patch [ 1310416 ] [wxMSW] Fix radio button... |
tree | commitdiff |
2005-10-21 |
Włodzimierz Skiba | Allow translated 'Space' in menu accelerators (perhaps... |
tree | commitdiff |
2005-10-21 |
Włodzimierz Skiba | Unified flags for orienting wxBookCtrls (with backward... |
tree | commitdiff |
2005-10-18 |
Włodzimierz Skiba | Set/get for internal border in book based controls. |
tree | commitdiff |
2005-10-17 |
Vadim Zeitlin | fixed Fit() to call SetClientSize() and not SetSize() |
tree | commitdiff |
2005-10-17 |
Michael Wetherell | Widen the hash key for win64 |
tree | commitdiff |
2005-10-17 |
Michael Wetherell | Warning fixes for win64 |
tree | commitdiff |
2005-10-17 |
Włodzimierz Skiba | wxTinderbox build fix. |
tree | commitdiff |
2005-10-17 |
Michael Wetherell | Compile fix for Unicode build on win64 |
tree | commitdiff |
2005-10-15 |
Michael Wetherell | Typo, should be #if not #ifdef |
tree | commitdiff |
2005-10-15 |
Michael Wetherell | Restore WC_UTF16, required for compilation on Windows |
tree | commitdiff |
2005-10-11 |
Dimitri Schoolwerth | fixed argv[0] out of bounds error (argc can be 0 when... |
tree | commitdiff |
2005-10-11 |
Vadim Zeitlin | another fix for !USE_PCH: added missing wx/imaglist... |
tree | commitdiff |
2005-10-10 |
Vadim Zeitlin | introduced a common base class for both MSW and generic... |
tree | commitdiff |
2005-10-10 |
Vadim Zeitlin | added GetWindowSizeForVirtualSize() virtual hook for... |
tree | commitdiff |
2005-10-09 |
Vadim Zeitlin | Added wxTreebook: |
tree | commitdiff |
2005-10-09 |
Mattia Barbon | Removed WXWIN_COMPATIBILITY_2_2 together with code... |
tree | commitdiff |
2005-10-09 |
Vadim Zeitlin | blind compilation fix for CW 8.3 in Unicode build |
tree | commitdiff |
2005-10-08 |
Vadim Zeitlin | use for instead of while for infinite loop (the latter... |
tree | commitdiff |
2005-10-08 |
Vadim Zeitlin | try setting locale n wxLocale::Init(lang) to xx_YY... |
tree | commitdiff |
2005-10-07 |
Vadim Zeitlin | don't define unused functions |
tree | commitdiff |
2005-10-07 |
Vadim Zeitlin | fixed check for bitmapType match (thanks to HP compiler... |
tree | commitdiff |
2005-10-06 |
Vadim Zeitlin | added more HP-UX charset names |
tree | commitdiff |
2005-10-06 |
Vadim Zeitlin | added HP-UX names for ISO8859-x charsets |
tree | commitdiff |
2005-10-06 |
Włodzimierz Skiba | wxMotif for OS/2 adjustements. Source cleaning. |
tree | commitdiff |
2005-10-03 |
Vadim Zeitlin | don't use %08p format string, gcc complains about it |
tree | commitdiff |
2005-10-03 |
Włodzimierz Skiba | Source cleaning. wxMotif/OS2 adjustements. |
tree | commitdiff |
2005-09-28 |
Vadim Zeitlin | fix for a crash due to using NULL inputConv in Unicode... |
tree | commitdiff |
2005-09-27 |
Michael Wetherell | Use the new wx_truncate_cast for any narrowing conversions |
tree | commitdiff |
2005-09-27 |
Włodzimierz Skiba | wxItemContainerImmutable::FindString unified. |
tree | commitdiff |
2005-09-27 |
Vadim Zeitlin | yet more extra semicolons removed (patch 1305031) |
tree | commitdiff |
2005-09-26 |
Vadim Zeitlin | made Shift-JIS encoding upper case; made SJIS the canon... |
tree | commitdiff |
2005-09-26 |
Włodzimierz Skiba | Warning fixes for BCC, VC, OW and MinGW. |
tree | commitdiff |
2005-09-26 |
Włodzimierz Skiba | MSWUniv build fix. |
tree | commitdiff |
2005-09-26 |
Vadim Zeitlin | corrected #ifdef order (might help linking with wxUSE_M... |
tree | commitdiff |
2005-09-26 |
Vadim Zeitlin | fixed wide char codeset detection for systems which... |
tree | commitdiff |
2005-09-26 |
Vadim Zeitlin | added tracing code to wide char codeset detection |
tree | commitdiff |
2005-09-26 |
Vadim Zeitlin | use wxIsNullDouble instead of comparing m_ration with 0 |
tree | commitdiff |
2005-09-26 |
Vadim Zeitlin | fixed variable shadowing icc warnings |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | fixed warnings about truncating 64 bit integers |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | added pragmas to disable icc warning when va_arg is... |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | fixed warnings about pointer to integer cast |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | fix icc warning about printf() format mismatch |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | removed more extraneous semicolons |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | use wxIsSameDouble() and wxIsNullDouble() for warning... |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | fix hiding a local variable by another one in the inner... |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | don't declare strptime() ourselves if the system alread... |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | fixed a signed/unsigned comparison warning introudced... |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | don't use deprecated conversion operator in wxVariantDa... |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | removed #errors in 2.7 compilation |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | added and documented SetEscapeId() |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | first round of Intel compiler warning fixes: down from... |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | added wxIsSameDouble() which wraps double comparison... |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | added wxFORCE_LINK_MODULE public macro which can now... |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | fixed two icc warnings about local variables hiding... |
tree | commitdiff |
2005-09-25 |
Mattia Barbon | Trace module initialization and cleanup. |
tree | commitdiff |
2005-09-25 |
Michael Wetherell | Ambiguous overload fix for gcc |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | more extra semicolons removed (patch 1303724) |
tree | commitdiff |
2005-09-24 |
Vadim Zeitlin | wxLaunchDefaultBrowser() now supports wxBROWSER_NEW_WIN... |
tree | commitdiff |
2005-09-24 |
Vadim Zeitlin | fix wxExecute() return code checks and removed not... |
tree | commitdiff |
2005-09-24 |
Vadim Zeitlin | added missing consts and pass objects by const referenc... |
tree | commitdiff |
2005-09-24 |
Vadim Zeitlin | remove extraneous semicolons (patch 1299687) |
tree | commitdiff |
2005-09-24 |
Michael Wetherell | Memory corruption fix |
tree | commitdiff |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
tree | commitdiff |
2005-09-22 |
Vadim Zeitlin | Unicode build fix |
tree | commitdiff |
2005-09-22 |
Vadim Zeitlin | gcc compilation fixes after last commit |
tree | commitdiff |
2005-09-22 |
Vadim Zeitlin | try all known UCS-[24] synonyms in wxMBConv_iconv,... |
tree | commitdiff |
2005-09-22 |
Vadim Zeitlin | more synonyms for UCS-2/4 |
tree | commitdiff |
2005-09-20 |
Vadim Zeitlin | don't define constants unused in release build (SGI... |
tree | commitdiff |
2005-09-20 |
Vadim Zeitlin | blind compilation fix for cygwin Unicode build (bug... |
tree | commitdiff |
2005-09-19 |
Vadim Zeitlin | only call fsync() on disk files, otherwise we get an... |
tree | commitdiff |
2005-09-18 |
Vadim Zeitlin | workaround for buggy setlocale() under AIX (without... |
tree | commitdiff |
2005-09-18 |
Vadim Zeitlin | condensed 2 very similar trace messages into one |
tree | commitdiff |
2005-09-18 |
Vadim Zeitlin | Unicode compilation fix |
tree | commitdiff |
2005-09-18 |
Vadim Zeitlin | GetSystemEncodingName() cleanup: we don't need to check... |
tree | commitdiff |
2005-09-18 |
Vadim Zeitlin | add CP-xxx as synonyms for WINDOWS-xxx |
tree | commitdiff |
2005-09-18 |
Vadim Zeitlin | look in codeset-specific directory for locale files... |
tree | commitdiff |
2005-09-18 |
Vadim Zeitlin | more encoding names for AIX/Solaris/IRIX |
tree | commitdiff |
2005-09-18 |
Vadim Zeitlin | don't pass NULL pointer to printf(), this crashes Solar... |
tree | commitdiff |
2005-09-18 |
Vadim Zeitlin | don't create conversion objects unless we really need... |
tree | commitdiff |
2005-09-18 |
Vadim Zeitlin | added trace message to wxCSConv creation code |
tree | commitdiff |
2005-09-18 |
Vadim Zeitlin | avoid unnecessary conversions when loading the catalog... |
tree | commitdiff |
2005-09-18 |
Vadim Zeitlin | compate charset names case-insensitively in GetEncoding... |
tree | commitdiff |
2005-09-18 |
Vadim Zeitlin | added GetAllEncodingNames(), use it to select the corre... |
tree | commitdiff |
2005-09-17 |
Vadim Zeitlin | added wx_truncate_cast and use it (sometimes instead... |
tree | commitdiff |
2005-09-17 |
Vadim Zeitlin | remove unused wxTrue |
tree | commitdiff |
2005-09-16 |
Julian Smart | Applied patch [ 1286701 ] fix for compiling odbc with... |
tree | commitdiff |
2005-09-14 |
Vadim Zeitlin | renamed wxMotif::wxTLW::DoCreate() to XmDoCreateTLW... |
tree | commitdiff |
2005-09-14 |
Vadim Zeitlin | renamed arg[cv] parameters to not hide wxApp members |
tree | commitdiff |
next |