2006-04-18 |
Włodzimierz Skiba | wx/wxprec.h already includes wx/defs.h (with other... |
tree | commitdiff |
2006-04-17 |
Vadim Zeitlin | don't use COMPRESSION_LZW by default, it's not implemen... |
tree | commitdiff |
2006-04-17 |
Vadim Zeitlin | added wxStandardPaths::GetDocumentsDir() (patch 1214360) |
tree | commitdiff |
2006-04-16 |
Vadim Zeitlin | simplify/cleanup wxTheXXXList and wxGDIObject code... |
tree | commitdiff |
2006-04-16 |
Vadim Zeitlin | build fixes for wxUSE_LOG==0 (modified patch 1450207) |
tree | commitdiff |
2006-04-16 |
Vadim Zeitlin | create stock GDI objects on demand; use const with... |
tree | commitdiff |
2006-04-16 |
Vadim Zeitlin | Handle alpha channel in wxImage::Mirror() and GetSubIma... |
tree | commitdiff |
2006-04-16 |
Vadim Zeitlin | implement wxFileModificationTime() in terms of wxFileNa... |
tree | commitdiff |
2006-04-16 |
Vadim Zeitlin | added overwrite parameter to wxRenameFile (patch 1467041) |
tree | commitdiff |
2006-04-16 |
Julian Smart | Changed the wxPlatform syntax as per Vadim's suggestions |
tree | commitdiff |
2006-04-15 |
Julian Smart | Typo correction |
tree | commitdiff |
2006-04-15 |
Julian Smart | Easier platform testing class and function |
tree | commitdiff |
2006-04-15 |
Robin Dunn | Give wxDataObjectComposite a way to report what kind... |
tree | commitdiff |
2006-04-14 |
Włodzimierz Skiba | Deprecated and obsolete parts marked up for backward... |
tree | commitdiff |
2006-04-14 |
Jamie Gadd | Fix bug in GetTimeZone where timezone wasn't set. |
tree | commitdiff |
2006-04-13 |
Julian Smart | On screens with restricted space, it's useful to be... |
tree | commitdiff |
2006-04-13 |
Vadim Zeitlin | initialize nulLen to 0 for all compilers as some versio... |
tree | commitdiff |
2006-04-11 |
Stefan Csomor | Ryan's patch 1468129 , |
tree | commitdiff |
2006-04-11 |
Vadim Zeitlin | removed wxGTK2 hack, not needed any more |
tree | commitdiff |
2006-04-11 |
Vadim Zeitlin | if we don't convert message catalog strings to the... |
tree | commitdiff |
2006-04-11 |
Vadim Zeitlin | some code simplifications, no real changes |
tree | commitdiff |
2006-04-11 |
Vadim Zeitlin | added wxConvUI which determines the conversion used... |
tree | commitdiff |
2006-04-10 |
Vadim Zeitlin | use #if WXWIN_COMPATIBILITY_2_6 guard around implementa... |
tree | commitdiff |
2006-04-10 |
Vadim Zeitlin | use #if WXWIN_COMPATIBILITY_2_6 guard around implementa... |
tree | commitdiff |
2006-04-10 |
Vadim Zeitlin | fix for the previous commit: delete m_conv after callin... |
tree | commitdiff |
2006-04-07 |
Vadim Zeitlin | fix recently introduced memory leak of m_conv (bug... |
tree | commitdiff |
2006-04-07 |
Vadim Zeitlin | added wxTLW::ShouldPreventAppExit() which can be overri... |
tree | commitdiff |
2006-04-06 |
Vadim Zeitlin | leave enough space for the trailing NUL when converting... |
tree | commitdiff |
2006-04-06 |
Vadim Zeitlin | don't crash if conversion of a command line argument... |
tree | commitdiff |
2006-04-06 |
Vadim Zeitlin | added missing const to fix last commit |
tree | commitdiff |
2006-04-06 |
Vadim Zeitlin | added a cast to wxDecodeSurrogate() to fix wxMSW cross... |
tree | commitdiff |
2006-04-06 |
David Surovell | cleanup (repeat of v197) - added whitespace around... |
tree | commitdiff |
2006-04-05 |
Vadim Zeitlin | really fixed number of bytes written in WriteString... |
tree | commitdiff |
2006-04-05 |
Vadim Zeitlin | implemented UTF-16/32 using To/FromWChar() instead... |
tree | commitdiff |
2006-04-05 |
Vadim Zeitlin | 1. use a manifest constant wxNO_LEN instead of -1 for... |
tree | commitdiff |
2006-04-05 |
David Surovell | cleanup - added whitespace around operators, some blank... |
tree | commitdiff |
2006-04-05 |
Vadim Zeitlin | Mac compilation fix after last commit |
tree | commitdiff |
2006-04-05 |
Vadim Zeitlin | added wxMBConv::Clone() to be able to copy conversion... |
tree | commitdiff |
2006-04-05 |
Vadim Zeitlin | also fixed WriteString() to work correctly when outputt... |
tree | commitdiff |
2006-04-05 |
Vadim Zeitlin | fixed NextChar() to read the entire character at once... |
tree | commitdiff |
2006-04-05 |
Vadim Zeitlin | added wxMBConv::Clone() to be able to copy conversion... |
tree | commitdiff |
2006-04-05 |
Vadim Zeitlin | properly NUL-terminate the output in wxMBConvUTF16swap... |
tree | commitdiff |
2006-04-05 |
Vadim Zeitlin | 1. changed all "wxMBConv& conv" parameters to "const... |
tree | commitdiff |
2006-04-05 |
Mart Raudsepp | encconv.cpp: Remove comment about 5 being big enough... |
tree | commitdiff |
2006-04-05 |
Mart Raudsepp | Update unictabl.inc manually, keeping KOI8-U, while... |
tree | commitdiff |
2006-04-05 |
Mart Raudsepp | Support having const encoding tables. Modify generator... |
tree | commitdiff |
2006-04-04 |
Mart Raudsepp | Make EquivalentEncodings 3-dimensional array const... |
tree | commitdiff |
2006-04-04 |
Vadim Zeitlin | MB2WC/WC2MB are not pure virtual any longer, implement... |
tree | commitdiff |
2006-04-04 |
Vadim Zeitlin | added new To/FromWChar() API with more reasonable seman... |
tree | commitdiff |
2006-04-04 |
Vadim Zeitlin | renamed GetMinMBCharWidth() to GetMBNulLen(), made... |
tree | commitdiff |
2006-04-03 |
Włodzimierz Skiba | Warning fix. |
tree | commitdiff |
2006-04-02 |
Vadim Zeitlin | fixed wxMBConv_iconv to work with UTF-16/32 |
tree | commitdiff |
2006-04-02 |
Vadim Zeitlin | compilation fix for iconv call |
tree | commitdiff |
2006-04-02 |
Vadim Zeitlin | replaced recently added wxMBConv::GetMBNul() with a... |
tree | commitdiff |
2006-04-02 |
Vadim Zeitlin | don't crash when loading images with verbose==false... |
tree | commitdiff |
2006-04-02 |
Vadim Zeitlin | report error for GIF images without CLEAR code in the... |
tree | commitdiff |
2006-04-01 |
David Surovell | fix compilation problem in prior commit |
tree | commitdiff |
2006-04-01 |
Vadim Zeitlin | fixed wxMBConv_iconv::GetMBNul() |
tree | commitdiff |
2006-04-01 |
Vadim Zeitlin | Unix compilation fixes after last commit |
tree | commitdiff |
2006-04-01 |
Vadim Zeitlin | Described in the comments and documented the semantics... |
tree | commitdiff |
2006-03-31 |
Vadim Zeitlin | undid last (wrong) change to wxMBConvUTF16swap::MB2WC... |
tree | commitdiff |
2006-03-31 |
Vadim Zeitlin | fixed fatal buffer overwrite in wxMBConvUTF16swap:... |
tree | commitdiff |
2006-03-31 |
Vadim Zeitlin | detect some invalid UTF7 strings when decoding them... |
tree | commitdiff |
2006-03-31 |
Vadim Zeitlin | really pass the proper output buffer size in wxMBConv_w... |
tree | commitdiff |
2006-03-31 |
Vadim Zeitlin | pass proper output buffer size in round trip conversion... |
tree | commitdiff |
2006-03-31 |
Vadim Zeitlin | don't give error when reading empty file in Unicode... |
tree | commitdiff |
2006-03-31 |
Vadim Zeitlin | rewrote Read() to slurp all the file at once to avoid... |
tree | commitdiff |
2006-03-30 |
Kevin Hock | Fix GetTraits() check for event loop in wxSocketBase... |
tree | commitdiff |
2006-03-30 |
Vadim Zeitlin | don't process previously read characters twice in OnRead() |
tree | commitdiff |
2006-03-30 |
Włodzimierz Skiba | Better backward compatibility and deprecation markup... |
tree | commitdiff |
2006-03-30 |
Robert Roebling | Use memcpy instead of strcpy. |
tree | commitdiff |
2006-03-29 |
Vadim Zeitlin | wxUSE_STL==1 compilation fix |
tree | commitdiff |
2006-03-28 |
Włodzimierz Skiba | Warning fix. |
tree | commitdiff |
2006-03-28 |
Vadim Zeitlin | properly NUL-terminate the buffer before converting... |
tree | commitdiff |
2006-03-27 |
Vadim Zeitlin | made wxTextFile work in Unicode; also made it possible... |
tree | commitdiff |
2006-03-27 |
Vadim Zeitlin | really fixed iteration over wxTextbuffer using GetFirst... |
tree | commitdiff |
2006-03-27 |
Vadim Zeitlin | we don't need to include wx/textfile.h here |
tree | commitdiff |
2006-03-27 |
Vadim Zeitlin | reuse Clear() instead of duplicating its code in Close() |
tree | commitdiff |
2006-03-27 |
Włodzimierz Skiba | Source and warning cleaning. |
tree | commitdiff |
2006-03-27 |
Włodzimierz Skiba | Minor source cleaning. |
tree | commitdiff |
2006-03-27 |
Włodzimierz Skiba | Source and warning cleaning after enabling wxUSE_DATAVI... |
tree | commitdiff |
2006-03-27 |
Włodzimierz Skiba | Final and global PRIOR/NEXT change: keep consistency... |
tree | commitdiff |
2006-03-27 |
Vadim Zeitlin | removed wxClassInfo::CleanUp() as it breaks wxEntry... |
tree | commitdiff |
2006-03-25 |
Vadim Zeitlin | look for catalogs with LC_MESSAGES subdirectory and... |
tree | commitdiff |
2006-03-25 |
Vadim Zeitlin | simplified message catalog search code using the new... |
tree | commitdiff |
2006-03-25 |
Robin Dunn | The null byte at the end of the string should not be... |
tree | commitdiff |
2006-03-23 |
Vadim Zeitlin | replaced all int/size_t indices in wxControlWithItems... |
tree | commitdiff |
2006-03-23 |
Włodzimierz Skiba | Centering maximized wxTLWs on screen should do nothing. |
tree | commitdiff |
2006-03-23 |
Włodzimierz Skiba | Unconditional assert means fail. |
tree | commitdiff |
2006-03-23 |
Włodzimierz Skiba | Warning fix. |
tree | commitdiff |
2006-03-23 |
Vadim Zeitlin | workaround for mingw 3.2.3 DLL build with wxUSE_STL=1 |
tree | commitdiff |
2006-03-23 |
Vadim Zeitlin | don't compare invalid iterators/node pointers |
tree | commitdiff |
2006-03-23 |
David Surovell | fixed compilation issue in prior checkin |
tree | commitdiff |
2006-03-22 |
David Surovell | cleanup - reformatting |
tree | commitdiff |
2006-03-22 |
Vadim Zeitlin | made wxList methods return compatibility_iterator inste... |
tree | commitdiff |
2006-03-22 |
Włodzimierz Skiba | Unconditional assert means fail. |
tree | commitdiff |
2006-03-22 |
David Surovell | fix wxMac compilation problem by hoisting simple variab... |
tree | commitdiff |
2006-03-22 |
Vadim Zeitlin | fixed handling PNG errors accidentally broken in rev... |
tree | commitdiff |
2006-03-21 |
Vadim Zeitlin | fixed __FUNCTION__ use in Unicode build (it's a variabl... |
tree | commitdiff |
2006-03-21 |
Vadim Zeitlin | fixed several bugs in ParseDate() (invalid dates could... |
tree | commitdiff |
next |