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 |
2001-12-03 |
Vadim Zeitlin | fixed bug in AssignDir() which didn't always consider... |
tree | commitdiff |
2001-12-03 |
George Tasker | Removed a call to Upper() on the table name when buildi... |
tree | commitdiff |
2001-12-03 |
Vadim Zeitlin | fixed mem leak in wxDataObjectComposite |
tree | commitdiff |
2001-12-03 |
Vadim Zeitlin | don't use wxRegEx in wxString::Matches |
tree | commitdiff |
2001-12-02 |
Vadim Zeitlin | SetDefaultStyle(wxTextAttr()) now resets the default... |
tree | commitdiff |
2001-12-02 |
Vadim Zeitlin | fixed bug introduced earlier today in wxTempFile::Open() |
tree | commitdiff |
2001-12-01 |
Robin Dunn | compilation fix |
tree | commitdiff |
2001-12-01 |
Vadim Zeitlin | 1. added wxFileName::CreateTempFileName() and implement... |
tree | commitdiff |
2001-12-01 |
Ron Lee | Added wxFile::write_excl and use it from wxTempFile... |
tree | commitdiff |
2001-12-01 |
Vadim Zeitlin | fixed Borland C++ compilation |
tree | commitdiff |
2001-12-01 |
Vadim Zeitlin | fixed assert to avoid compilation warnings |
tree | commitdiff |
2001-12-01 |
Ron Lee | oops, still missed one. |
tree | commitdiff |
2001-12-01 |
Ron Lee | Added 2 extra macros to handle all the flavours of... |
tree | commitdiff |
2001-12-01 |
Vadim Zeitlin | fixed compilation after wxTipWindow base class change... |
tree | commitdiff |
2001-12-01 |
Vadim Zeitlin | 1. GetCwd() now has the volume argument, Normalize... |
tree | commitdiff |
2001-12-01 |
Vadim Zeitlin | more fixes for volume names handling |
tree | commitdiff |
2001-11-30 |
David Webster | Can't just wxASSERT(0). Give "constant in conditional... |
tree | commitdiff |
2001-11-30 |
Vadim Zeitlin | added volume support and support for UNC paths under... |
tree | commitdiff |
2001-11-29 |
Vadim Zeitlin | fixed backslashes parsing in the cmd line |
tree | commitdiff |
2001-11-28 |
Vadim Zeitlin | fixed (at least some of) the focus asserts |
tree | commitdiff |
2001-11-28 |
Julian Smart | Fixing wxMicroWindows compilation |
tree | commitdiff |
2001-11-28 |
Vadim Zeitlin | fixed stupid bug in tab traversal code which totally... |
tree | commitdiff |
2001-11-27 |
Václav Slavík | second halt of Chris' wxImage ICO patch |
tree | commitdiff |
next |