1999-05-07 |
Guilhem Lavaux | * Created a new wxObject method: wxObject::CopyObject... |
tree | commitdiff |
1999-05-06 |
Robert Roebling | minor fixes |
tree | commitdiff |
1999-05-06 |
Julian Smart | Some doc corrections; various small fixes for Cygwin... |
tree | commitdiff |
1999-05-05 |
Julian Smart | Fixed Yield/Windows clash in sckint.cpp, updated makefile |
tree | commitdiff |
1999-05-05 |
J. Russell Smyth | Added wxCONFIG_USE_RELATIVE_PATH option to allow relati... |
tree | commitdiff |
1999-04-30 |
Ove Kaaven | Should compile better if wchar_t is not available. |
tree | commitdiff |
1999-04-30 |
Karsten Ballüder | suppressed compiler warning |
tree | commitdiff |
1999-04-30 |
Karsten Ballüder | suppressed compiler warning about unitialised umask... |
tree | commitdiff |
1999-04-28 |
Robert Roebling | removed (wrong?) assert |
tree | commitdiff |
1999-04-27 |
Guilhem Lavaux | * Fixed a compilation problem on Windows |
tree | commitdiff |
1999-04-26 |
Robert Roebling | compile fix in debug mode |
tree | commitdiff |
1999-04-26 |
Robert Roebling | added check for GTK 1.2 |
tree | commitdiff |
1999-04-26 |
Ove Kaaven | Changed capitalization style of wxConv* |
tree | commitdiff |
1999-04-26 |
Guilhem Lavaux | * Committing new wxSocket core (socket.cpp sckint.cpp... |
tree | commitdiff |
1999-04-26 |
Robert Roebling | Layout things in wxMessageBox |
tree | commitdiff |
1999-04-26 |
Ove Kaaven | Optional implementation of wcslen(). |
tree | commitdiff |
1999-04-25 |
Ove Kaaven | Implemented UTF-8 encoding. |
tree | commitdiff |
1999-04-24 |
Ove Kaaven | Fixed bug in wxConv_local. |
tree | commitdiff |
1999-04-24 |
Ove Kaaven | Added wxOKlibc(), which checks for glibc2.0, which... |
tree | commitdiff |
1999-04-24 |
Ove Kaaven | Small bugfix for wxString::Printf regarding %hs... |
tree | commitdiff |
1999-04-24 |
Ove Kaaven | Constructor should survive getting passed a null pointe... |
tree | commitdiff |
1999-04-24 |
Robert Roebling | minimal now works in Unicode mode |
tree | commitdiff |
1999-04-23 |
Ove Kaaven | More fixes to make Borland compile this in Unicode... |
tree | commitdiff |
1999-04-21 |
Ove Kaaven | Unicode fixes. |
tree | commitdiff |
1999-04-20 |
Ove Kaaven | Some Unicode fixes (mostly for Borland's pickiness... |
tree | commitdiff |
1999-04-19 |
Ove Kaaven | Unicode conversion for MSW, or something |
tree | commitdiff |
1999-04-19 |
Julian Smart | Fixed wxexpr.cpp bug (quote wasn't being removed in... |
tree | commitdiff |
1999-04-18 |
Vadim Zeitlin | fix for the fix for the umask fix in wxTempFile |
tree | commitdiff |
1999-04-18 |
Ove Kaaven | glibc2.1 chokes on null input to wcstombs() |
tree | commitdiff |
1999-04-17 |
Ove Kaaven | Defer retrieval of LANG env var, too. No memory management |
tree | commitdiff |
1999-04-17 |
Robert Roebling | Added a bit of libJPEG 6.0b |
tree | commitdiff |
1999-04-17 |
Ove Kaaven | Unicodified wxEndsWithPathSeparator |
tree | commitdiff |
1999-04-17 |
Ove Kaaven | Fixed typo |
tree | commitdiff |
1999-04-17 |
Ove Kaaven | Unicodified a few routines. |
tree | commitdiff |
1999-04-16 |
Ove Kaaven | Unicodified wxSplitPath |
tree | commitdiff |
1999-04-16 |
Ove Kaaven | Had changed the prototype of wxOnAssert after the disco... |
tree | commitdiff |
1999-04-16 |
Vadim Zeitlin | bug in handling escaped chars in entries/group names... |
tree | commitdiff |
1999-04-16 |
Vadim Zeitlin | attempted Borland C++ compilation fix |
tree | commitdiff |
1999-04-16 |
Vadim Zeitlin | log unknown log levels too |
tree | commitdiff |
1999-04-16 |
Vadim Zeitlin | wxLog shouldn't complain about log levels it doesn... |
tree | commitdiff |
1999-04-16 |
Ove Kaaven | Added a comment. |
tree | commitdiff |
1999-04-16 |
Vadim Zeitlin | don't log empty status messages in wxLogWindow |
tree | commitdiff |
1999-04-16 |
Ove Kaaven | wxGetUserHome() may return const val. |
tree | commitdiff |
1999-04-16 |
Ove Kaaven | wxLoadCharacterSets() now appears to work (was a bit... |
tree | commitdiff |
1999-04-16 |
Robert Roebling | wxImage now uses GTK 1.2's fast rendering code if... |
tree | commitdiff |
1999-04-15 |
Ove Kaaven | Defer loading of character sets, and some anti-crash... |
tree | commitdiff |
1999-04-15 |
Ove Kaaven | Right-o, wxConv_local does cause some weird crashes... |
tree | commitdiff |
1999-04-15 |
Karsten Ballüder | Added wxEnableTopLevelWindows(bool enable) for use... |
tree | commitdiff |
1999-04-15 |
Vadim Zeitlin | GTK 1.0.x compilation fix |
tree | commitdiff |
1999-04-15 |
Ove Kaaven | Implemented wxArrayString::Shrink() and stuff. |
tree | commitdiff |
1999-04-14 |
Ove Kaaven | If you look at the conversion and character set code... |
tree | commitdiff |
1999-04-14 |
Ove Kaaven | wxConv classes and instances, including wxConv_gdk. |
tree | commitdiff |
1999-04-13 |
Václav Slavík | fixed transparency |
tree | commitdiff |
1999-04-13 |
Ove Kaaven | Got some compiler warnings in non-Unicode build. Fixed... |
tree | commitdiff |
1999-04-13 |
Ove Kaaven | Someone must have committed some ASCII string literals... |
tree | commitdiff |
1999-04-13 |
Ove Kaaven | Unicode conversion. |
tree | commitdiff |
1999-04-13 |
Ove Kaaven | Now this one also compiles in Unicode mode. |
tree | commitdiff |
1999-04-13 |
Ove Kaaven | Unicode interface (the communication itself is still... |
tree | commitdiff |
1999-04-13 |
Ove Kaaven | Fixed a typo. Added sloppy implementation of wxSscanf... |
tree | commitdiff |
1999-04-13 |
Ove Kaaven | The prevalent wide characters. |
tree | commitdiff |
1999-04-13 |
Ove Kaaven | More Unicode stuff. Implemented wxFprintf. |
tree | commitdiff |
1999-04-13 |
Vadim Zeitlin | wxTempFile now respects umask when creating new files |
tree | commitdiff |
1999-04-13 |
Vadim Zeitlin | some typos in docs and code corrected (thanks Janos) |
tree | commitdiff |
1999-04-13 |
Ove Kaaven | Implemented wxPrintf. |
tree | commitdiff |
1999-04-13 |
Ove Kaaven | Another one bites the dust. |
tree | commitdiff |
1999-04-13 |
Ove Kaaven | Unicode-mode typos in string.cpp (where did they sudden... |
tree | commitdiff |
1999-04-13 |
Ove Kaaven | wxAtof implementation independent of (the rest of)... |
tree | commitdiff |
1999-04-12 |
Ove Kaaven | BIG glitch. |
tree | commitdiff |
1999-04-12 |
Ove Kaaven | It now compiles all these files without warnings in... |
tree | commitdiff |
1999-04-12 |
Ove Kaaven | Unicode support. Uses wxWCharBuffer in Unicode build... |
tree | commitdiff |
1999-04-12 |
Ove Kaaven | Unicode support for wxString (wxchar.cpp won't compile... |
tree | commitdiff |
1999-04-12 |
Ove Kaaven | Added wxchar.cpp, which contains: |
tree | commitdiff |
1999-04-12 |
Václav Slavík | ... |
tree | commitdiff |
1999-04-11 |
Vadim Zeitlin | wxGetCwd fixed |
tree | commitdiff |
1999-04-11 |
Václav Slavík | direct stream use |
tree | commitdiff |
1999-04-11 |
Václav Slavík | MIME support |
tree | commitdiff |
1999-04-10 |
Vadim Zeitlin | unitialized var initialized (mainly to reduce Purify... |
tree | commitdiff |
1999-04-08 |
Julian Smart | Changed the focus-window event handling back |
tree | commitdiff |
1999-04-07 |
Julian Smart | Menu/toolbar event handling now tries the window with... |
tree | commitdiff |
1999-04-07 |
Václav Slavík | fixed bug with incorrect fileformat |
tree | commitdiff |
1999-04-07 |
Julian Smart | Added imaggif.h, imaggif.cpp (wxImage GIF-reading suppo... |
tree | commitdiff |
1999-04-07 |
Vadim Zeitlin | no more SetAppName/SetVendor in the config classes |
tree | commitdiff |
1999-04-07 |
Karsten Ballüder | I seem to have fixed the DeleteSubGroups() bug - PLEASE... |
tree | commitdiff |
1999-04-06 |
Vadim Zeitlin | trying to work around gcc internal compiler error |
tree | commitdiff |
1999-04-06 |
Vadim Zeitlin | wxTempFile now respects the access rights under Unix |
tree | commitdiff |
1999-04-06 |
Vadim Zeitlin | fixed compilation for gcc |
tree | commitdiff |
1999-04-06 |
Julian Smart | JPEG and PNG code taken out of image.cpp |
tree | commitdiff |
1999-04-06 |
Julian Smart | Fixed OnMenuHighlight, wxPrintData problems |
tree | commitdiff |
1999-04-04 |
Václav Slavík | fixed input stream |
tree | commitdiff |
1999-04-04 |
Julian Smart | Win16 corrections |
tree | commitdiff |
1999-04-03 |
Julian Smart | Correct wrong memset ordering that produced an assert... |
tree | commitdiff |
1999-04-03 |
Guilhem Lavaux | * Changed "wxPendingEvents" to pointers (tested on... |
tree | commitdiff |
1999-04-02 |
Vadim Zeitlin | wxMkdir() has 2nd param under Unix |
tree | commitdiff |
1999-04-02 |
Julian Smart | Switched wxMkdir code back to old working version. |
tree | commitdiff |
1999-04-01 |
Vadim Zeitlin | wxMkDir() has 'perm' argument |
tree | commitdiff |
1999-03-31 |
Brian Macy | Very bad wxPrintData destructor... fixed typo. |
tree | commitdiff |
1999-03-31 |
Vadim Zeitlin | count++ bug corrected (patch from Dino Scaringella) |
tree | commitdiff |
1999-03-30 |
Vadim Zeitlin | wxTopLevelWindows is now a wxWindowList, better compati... |
tree | commitdiff |
1999-03-29 |
Vadim Zeitlin | last fixes to fixes (MSW compilation works now) |
tree | commitdiff |
1999-03-29 |
Vadim Zeitlin | many miscellaneous fixes |
tree | commitdiff |
next |