2002-01-03 |
Vadim Zeitlin | added wxRTTI macros to wxPopupComboWindow and wxPopupTr... |
tree | commitdiff |
2002-01-03 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2002-01-03 |
Stefan Csomor | added correct temp folder path for mac classic |
tree | commitdiff |
2002-01-03 |
Ron Lee | Use GetFullPath not GetFullName in OnWrite else we... |
tree | commitdiff |
2002-01-02 |
Vadim Zeitlin | added wxRTII macros to wxPopupWindow under MSW |
tree | commitdiff |
2002-01-02 |
Václav Slavík | fixing effects of my lack of English skills: GetImagesC... |
tree | commitdiff |
2002-01-02 |
Václav Slavík | fixed missing wxprec.h |
tree | commitdiff |
2002-01-01 |
Václav Slavík | support for multiple images in one file |
tree | commitdiff |
2002-01-01 |
Václav Slavík | 1. applied (heavily modified) patch for reading CUR... |
tree | commitdiff |
2001-12-31 |
Václav Slavík | compilation fix for wxUSE_PROTOCOL_FILE=0 |
tree | commitdiff |
2001-12-31 |
Stefan Csomor | mac codewarrior implementation updated, avoids sending... |
tree | commitdiff |
2001-12-31 |
Vadim Zeitlin | fixed a harmless buglet in wxSysErrorMsg() under Win32 |
tree | commitdiff |
2001-12-31 |
Václav Slavík | compilation fix (use int instead of wxDLFlags as parame... |
tree | commitdiff |
2001-12-31 |
Václav Slavík | added workaround for Unicode functions not working... |
tree | commitdiff |
2001-12-30 |
Vadim Zeitlin | compilation fix for wxUSE_DYNLOAD |
tree | commitdiff |
2001-12-30 |
Vadim Zeitlin | compilation fixes for !wxUSE_FONTMAP |
tree | commitdiff |
2001-12-30 |
Vadim Zeitlin | added wxUSE_PROTOCOL[_XXX] and wxUSE_URL settings |
tree | commitdiff |
2001-12-30 |
Vadim Zeitlin | added Close All command support to wxDocView (patch... |
tree | commitdiff |
2001-12-30 |
Vadim Zeitlin | wxDocument::SaveAs sets m_savedYet flag correctly ... |
tree | commitdiff |
2001-12-30 |
Vadim Zeitlin | fixed memory leak in wxDocManager::CreateDocument ... |
tree | commitdiff |
2001-12-30 |
Václav Slavík | Ehm... fixed my comment about DJGPP to say what I wante... |
tree | commitdiff |
2001-12-30 |
Václav Slavík | fix for DJGPP returning unix/like/paths instead of... |
tree | commitdiff |
2001-12-29 |
Ron Lee | removed dependency on windows.h from dynload.h |
tree | commitdiff |
2001-12-28 |
Stefan Csomor | corrected return value |
tree | commitdiff |
2001-12-27 |
Vadim Zeitlin | fix to wxLocale::GetString() calld with empty argument |
tree | commitdiff |
2001-12-27 |
Václav Slavík | fix for Unicode build -- wxMB2WXbuf cannot be initializ... |
tree | commitdiff |
2001-12-24 |
Václav Slavík | fixes to wxFont mods for the case w/o native fontinfo... |
tree | commitdiff |
2001-12-24 |
Václav Slavík | compilation fix for DJGPP |
tree | commitdiff |
2001-12-24 |
Vadim Zeitlin | typo fixed |
tree | commitdiff |
2001-12-24 |
Ron Lee | added slightly more informative failure reporting. |
tree | commitdiff |
2001-12-24 |
Ron Lee | Added GetStringArray method. |
tree | commitdiff |
2001-12-24 |
Vadim Zeitlin | code clean up, avoid duplicating the same code in font... |
tree | commitdiff |
2001-12-23 |
Robert Roebling | Removed warning for Darwin compilation from datetime.inl |
tree | commitdiff |
2001-12-23 |
Ron Lee | Added missing header and missing logic. :) |
tree | commitdiff |
2001-12-22 |
Vadim Zeitlin | wxFont can now raelly use the native fonts |
tree | commitdiff |
2001-12-21 |
Vadim Zeitlin | add more methods to wxNativeFontInfo: To/FromUserString... |
tree | commitdiff |
2001-12-21 |
Vadim Zeitlin | oops, forgot to commit wxFontBase::SetNativeFontInfo... |
tree | commitdiff |
2001-12-21 |
Vadim Zeitlin | fix the old code for dlerror() returning const char... |
tree | commitdiff |
2001-12-21 |
Vadim Zeitlin | compilation fix for dlerror() returning const char * |
tree | commitdiff |
2001-12-20 |
Ron Lee | reimplemented sanity checks that were lost/broken in... |
tree | commitdiff |
2001-12-20 |
Ron Lee | moved dynamic loader option checks to chkconf.h |
tree | commitdiff |
2001-12-20 |
Vadim Zeitlin | fix for temp file creation under Windows |
tree | commitdiff |
2001-12-19 |
Vadim Zeitlin | blind fix for temp file creation problem |
tree | commitdiff |
2001-12-19 |
Ron Lee | Added new dynamic loading classes. (which handle proper |
tree | commitdiff |
2001-12-19 |
Vadim Zeitlin | suppress some warnings appearing in the optimized build... |
tree | commitdiff |
2001-12-19 |
Vadim Zeitlin | compilation fix for Windows |
tree | commitdiff |
2001-12-18 |
Václav Slavík | send Host header in HTTP requests |
tree | commitdiff |
2001-12-18 |
Vadim Zeitlin | 1. fixed file descriptors leak in wxFileName::CreateTem... |
tree | commitdiff |
2001-12-17 |
Vadim Zeitlin | fixes error/usage messages given by the cmd line parsin... |
tree | commitdiff |
2001-12-17 |
Vadim Zeitlin | added __TDATE__ and __TTIME__ and use them instead... |
tree | commitdiff |
2001-12-17 |
Robert Roebling | Forgot to unset m_relative in wxFilename::Normalize(). |
tree | commitdiff |
2001-12-17 |
Václav Slavík | fixed Unicode compilation (please use wxT()...) |
tree | commitdiff |
2001-12-16 |
Václav Slavík | fixes to wxFindFirstFile |
tree | commitdiff |
2001-12-16 |
Václav Slavík | a mistake; djgpp doesn't have vsnprintf at all |
tree | commitdiff |
2001-12-16 |
Václav Slavík | cache return value of ftime |
tree | commitdiff |
2001-12-16 |
Robert Roebling | Reimplemented wxFileName with m_relative field. |
tree | commitdiff |
2001-12-16 |
Václav Slavík | removed platform-specific code for wxFindFirst/NextFile... |
tree | commitdiff |
2001-12-15 |
Václav Slavík | DOS compilation fixes |
tree | commitdiff |
2001-12-15 |
Václav Slavík | DJGPP compilation fixes |
tree | commitdiff |
2001-12-15 |
Václav Slavík | DJGPP compilation |
tree | commitdiff |
2001-12-15 |
Václav Slavík | timezone is not defined in DJGPP in any form, use ftime... |
tree | commitdiff |
2001-12-15 |
Václav Slavík | Oops, Watcom doesn't have _mktemp in DOS |
tree | commitdiff |
2001-12-14 |
Václav Slavík | don't include windows.h unless neccessary |
tree | commitdiff |
2001-12-14 |
Václav Slavík | wxFindFirstFile and friends for wxMGL |
tree | commitdiff |
2001-12-14 |
Václav Slavík | unimportant DOS fix |
tree | commitdiff |
2001-12-14 |
Václav Slavík | Oops, Watcom doesn't have _mktemp in DOS |
tree | commitdiff |
2001-12-14 |
David Webster | OS/2 compile fixes. |
tree | commitdiff |
2001-12-14 |
Vadim Zeitlin | wxConfig clean up and bug fix for record defaults |
tree | commitdiff |
2001-12-10 |
Vadim Zeitlin | wxBase compilation fix |
tree | commitdiff |
2001-12-10 |
Julian Smart | Reversed crazy wxKEY_STRING/INTEGER thing |
tree | commitdiff |
2001-12-09 |
Václav Slavík | more MSDOS fixes (config file location) |
tree | commitdiff |
2001-12-09 |
Vadim Zeitlin | suppress compilation warning |
tree | commitdiff |
2001-12-09 |
Vadim Zeitlin | added wxEncodingToCodepage() and implemented it properl... |
tree | commitdiff |
2001-12-08 |
Václav Slavík | reverted SciTech sabotage of Watcom compilation (invali... |
tree | commitdiff |
2001-12-08 |
Václav Slavík | compilation fix for Watcom |
tree | commitdiff |
2001-12-08 |
Vadim Zeitlin | fixed bugs with setting the client size when the differ... |
tree | commitdiff |
2001-12-08 |
Vadim Zeitlin | initialize m_hasXXX in wxWindowBase |
tree | commitdiff |
2001-12-08 |
Vadim Zeitlin | fixes for handling WM_SYSCOLORCHANGE - now seems to... |
tree | commitdiff |
2001-12-07 |
Václav Slavík | compilation fix for Watcom |
tree | commitdiff |
2001-12-07 |
Václav Slavík | compilation fix for Watcom/DOS |
tree | commitdiff |
2001-12-07 |
Václav Slavík | watcom fixes |
tree | commitdiff |
2001-12-07 |
Václav Slavík | compilation fix for wxULongLongWx::Divide (Vadim, is... |
tree | commitdiff |
2001-12-07 |
Václav Slavík | (temporary) hotfix for Watcom/DOS and PNGLINKAGEMODE |
tree | commitdiff |
2001-12-07 |
Václav Slavík | wxFileSystem w/o wxUSE_MIMETYPE fixes |
tree | commitdiff |
2001-12-07 |
Václav Slavík | MS-DOS fixes |
tree | commitdiff |
2001-12-07 |
Vadim Zeitlin | propose to the user to use the replacement encoding... |
tree | commitdiff |
2001-12-07 |
Vadim Zeitlin | fixed wxConfig memory leak in wxFontMapper |
tree | commitdiff |
2001-12-05 |
Václav Slavík | DOS+Watcom fixes |
tree | commitdiff |
2001-12-05 |
Václav Slavík | compilation fixes for Watcom+MGL+MS-DOS |
tree | commitdiff |
2001-12-05 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2001-12-04 |
Václav Slavík | 1. Who the hell wrote that idiotencode for choosing... |
tree | commitdiff |
2001-12-04 |
Václav Slavík | compilation fix - wxCoord, not int |
tree | commitdiff |
2001-12-04 |
Robert Roebling | Aqua splitter sashes. |
tree | commitdiff |
2001-12-04 |
Robert Roebling | Still more space around notebook pages... |
tree | commitdiff |
2001-12-04 |
Robert Roebling | Notebook sizers didn't take any borders into account, |
tree | commitdiff |
2001-12-04 |
Vadim Zeitlin | fixed compilation |
tree | commitdiff |
2001-12-04 |
Robert Roebling | Temporary fix for wxFileName under Mac - ignore volumes. |
tree | commitdiff |
2001-12-04 |
Vadim Zeitlin | added wxFileName::MakeRelativeTo() and the tests/docs... |
tree | commitdiff |
2001-12-04 |
Vadim Zeitlin | fixed Assign(fullpath, fullname) |
tree | commitdiff |
2001-12-03 |
Robert Roebling | Replaced && with $ in bittest. |
tree | commitdiff |
next |