2002-01-26 |
Václav Slavík | modified wxPNGHandler to not use png_struct.jmpbuf |
tree | commitdiff |
2002-01-26 |
Václav Slavík | compilation fix |
tree | commitdiff |
2002-01-25 |
Vadim Zeitlin | fix a crash when dismissing the popup window because... |
tree | commitdiff |
2002-01-25 |
Vadim Zeitlin | added and documented wxWindow::RemoveEventHandler() |
tree | commitdiff |
2002-01-25 |
Vadim Zeitlin | compilation fix |
tree | commitdiff |
2002-01-25 |
Vadim Zeitlin | handle 646 charset under Solaris as US-ASCII |
tree | commitdiff |
2002-01-25 |
Vadim Zeitlin | don't crash, even if used incorrectly |
tree | commitdiff |
2002-01-25 |
Vadim Zeitlin | fixes to handling of the 7 bit ASCII encoding |
tree | commitdiff |
2002-01-24 |
David Webster | Removed a conflict indicator... |
tree | commitdiff |
2002-01-24 |
David Webster | Final OS/2 Native Font implementation changes |
tree | commitdiff |
2002-01-24 |
Václav Slavík | iconv-based conversion works again, after being broken... |
tree | commitdiff |
2002-01-24 |
David Webster | Revert back to standard point size for fonts in OS/2 |
tree | commitdiff |
2002-01-23 |
Julian Smart | Added #include "wx/utils.h" to make it compile for... |
tree | commitdiff |
2002-01-23 |
Vadim Zeitlin | recognize 646 charset as US-ASCII (this is how it is... |
tree | commitdiff |
2002-01-23 |
Václav Slavík | added length argument to wxString::wxString(wchar_t... |
tree | commitdiff |
2002-01-22 |
David Webster | Font change for OS/2 to a smaller font. |
tree | commitdiff |
2002-01-22 |
Václav Slavík | use AM_ICONV for iconv configure checks |
tree | commitdiff |
2002-01-22 |
Václav Slavík | added safety check to wxWindow::ReleaseMouse |
tree | commitdiff |
2002-01-22 |
Robin Dunn | Fix for when Set is called with wxSameAs to behave... |
tree | commitdiff |
2002-01-22 |
Vadim Zeitlin | added a hack to work around the dummy kill focus messag... |
tree | commitdiff |
2002-01-21 |
Václav Slavík | clarified legal stuff |
tree | commitdiff |
2002-01-21 |
Václav Slavík | changed WX_PREFIX to WXPREFIX (wasn't in 2.2, can do it) |
tree | commitdiff |
2002-01-21 |
Vadim Zeitlin | added wxGetFontFromUser() similar to wxGetColourFromUser() |
tree | commitdiff |
2002-01-20 |
Stefan Csomor | removed duplicate strdup definition for CW MSL V 7 |
tree | commitdiff |
2002-01-20 |
Stefan Csomor | added missing string definition |
tree | commitdiff |
2002-01-20 |
Vadim Zeitlin | added Append(wxArrayString) to wxItemContainer (and... |
tree | commitdiff |
2002-01-20 |
Vadim Zeitlin | tried to make wxArrayString(bool autosort) ctor more... |
tree | commitdiff |
2002-01-20 |
Vadim Zeitlin | added support for wxArrayString data in wxVariant |
tree | commitdiff |
2002-01-20 |
Václav Slavík | added tracing of ReleaseMouse and assertion to prevent... |
tree | commitdiff |
2002-01-20 |
Václav Slavík | added WXTRACE env. variable |
tree | commitdiff |
2002-01-19 |
Václav Slavík | fixed compilation |
tree | commitdiff |
2002-01-19 |
Václav Slavík | don't crash if we can't detect g_wcCharset |
tree | commitdiff |
2002-01-19 |
Vadim Zeitlin | dismiss the popup when an unprocessed key is pressed |
tree | commitdiff |
2002-01-19 |
Vadim Zeitlin | compilation/linking fixes for DoCaptureMouse() change |
tree | commitdiff |
2002-01-19 |
Vadim Zeitlin | maintaint the mouse capture stack in all ports, not... |
tree | commitdiff |
2002-01-19 |
Vadim Zeitlin | fixed crash in iconv_close() as well |
tree | commitdiff |
2002-01-19 |
Gilles Depeyrot | renamed wxLogXXX functions with va_list argument to... |
tree | commitdiff |
2002-01-19 |
Vadim Zeitlin | fixed crash in iconv_open() and cleaned up the code... |
tree | commitdiff |
2002-01-18 |
Vadim Zeitlin | fix for Sun CC bug with not calling temporary objects... |
tree | commitdiff |
2002-01-18 |
David Webster | TRUE, not true; FALSE, not false.... |
tree | commitdiff |
2002-01-18 |
Jouk Jansen | Updating OpenVMS makefile |
tree | commitdiff |
2002-01-17 |
Václav Slavík | rewrote wxTextFile::OnRead to handle variable-length... |
tree | commitdiff |
2002-01-17 |
Václav Slavík | fixed to the IFF handler, moved into one file |
tree | commitdiff |
2002-01-16 |
Vadim Zeitlin | more DLL compilation fixes |
tree | commitdiff |
2002-01-16 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2002-01-16 |
George Tasker | Fixed a '&' that should be an '&&' |
tree | commitdiff |
2002-01-16 |
Robin Dunn | Compilation fix |
tree | commitdiff |
2002-01-16 |
Vadim Zeitlin | lookup the classes in the hash table if it had been... |
tree | commitdiff |
2002-01-15 |
Robert Roebling | Added IFF handler. |
tree | commitdiff |
2002-01-15 |
Vadim Zeitlin | added a fix for cygwin and cleaned up wxGetWorkingDirec... |
tree | commitdiff |
2002-01-15 |
George Tasker | Added checks for wxUSE_IOSTREAMH to #include the correc... |
tree | commitdiff |
2002-01-14 |
Vadim Zeitlin | added wxFont::IsFixedWidth(), documented it and impleme... |
tree | commitdiff |
2002-01-14 |
Vadim Zeitlin | fixed warnings about double to int conversions, defined... |
tree | commitdiff |
2002-01-14 |
Gilles Depeyrot | added wxLog functions with a variable argument list... |
tree | commitdiff |
2002-01-14 |
Vadim Zeitlin | do NOT append extension to the library names which... |
tree | commitdiff |
2002-01-13 |
Stefan Csomor | reverted DoReadLong |
tree | commitdiff |
2002-01-13 |
Stefan Csomor | corrected DoReadLong |
tree | commitdiff |
2002-01-13 |
Stefan Csomor | added type and creator routines for mac |
tree | commitdiff |
2002-01-13 |
Stefan Csomor | added missing functions |
tree | commitdiff |
2002-01-13 |
Stefan Csomor | switched to proper const scheme for findfolder on mac |
tree | commitdiff |
2002-01-13 |
Stefan Csomor | corrected retrieval of a long |
tree | commitdiff |
2002-01-13 |
Stefan Csomor | added correct printing headers for mac |
tree | commitdiff |
2002-01-13 |
Robert Roebling | Typo. |
tree | commitdiff |
2002-01-13 |
Václav Slavík | applied ANI images patch and added wxUSE_ICO_CUR |
tree | commitdiff |
2002-01-13 |
Vadim Zeitlin | applied patch for safer GIF decoding (502103) |
tree | commitdiff |
2002-01-13 |
Vadim Zeitlin | fixed a huge memory leak in wxStreamBuffer |
tree | commitdiff |
2002-01-12 |
Robert Roebling | Corrected wxDialog event table under wxMac and wxOS2... |
tree | commitdiff |
2002-01-11 |
Vadim Zeitlin | more Sun C++ compiler warning fixes: in particular... |
tree | commitdiff |
2002-01-11 |
Robert Roebling | Move notebook size code for mac to mac/notebook.cpp |
tree | commitdiff |
2002-01-11 |
Robert Roebling | Make log.cpp compilable under CW 5.2 non-Carbon |
tree | commitdiff |
2002-01-10 |
Vadim Zeitlin | compilation fix for VC++ |
tree | commitdiff |
2002-01-10 |
Gilles Depeyrot | disable MetroNub stuff for CodeWarrior 5.3 Carbon builds |
tree | commitdiff |
2002-01-09 |
David Webster | Support for WXPM's native font info. |
tree | commitdiff |
2002-01-09 |
Vadim Zeitlin | bug fix for wxBufferedInputStream::LastCount() after... |
tree | commitdiff |
2002-01-09 |
Vadim Zeitlin | fixes for the compilation warnings with Sun CC: |
tree | commitdiff |
2002-01-09 |
Vadim Zeitlin | added, implemented, documented wxTE_RICH2 and wxTextCtr... |
tree | commitdiff |
2002-01-08 |
Václav Slavík | use the new wxSystemSettings API everywhere |
tree | commitdiff |
2002-01-08 |
Václav Slavík | wxRTTI for wxPopupWindow in wxMGL |
tree | commitdiff |
2002-01-08 |
Gilles Depeyrot | wxGenericDirDialog related corrections for wxMac |
tree | commitdiff |
2002-01-08 |
Václav Slavík | moved InteractiveMove to wxUniv's wxTopLevelWindow |
tree | commitdiff |
2002-01-08 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2002-01-07 |
Gilles Depeyrot | implement out-of-line destructors where needed instead... |
tree | commitdiff |
2002-01-07 |
David Webster | OS/2 fix to support removal of WXPM ifdefs in header. |
tree | commitdiff |
2002-01-07 |
Vadim Zeitlin | patch from Dimitri fixing crashes when decoding the... |
tree | commitdiff |
2002-01-07 |
David Webster | Some things needed in the base class of OS/2 |
tree | commitdiff |
2002-01-06 |
Vadim Zeitlin | removed extra erroneous DeleteContents() |
tree | commitdiff |
2002-01-06 |
Gilles Depeyrot | unified Carbon/Classic and Session/Port printing member... |
tree | commitdiff |
2002-01-06 |
Gilles Depeyrot | removed conditional for Apple DevTools now that mac... |
tree | commitdiff |
2002-01-06 |
Václav Slavík | copyright update |
tree | commitdiff |
2002-01-05 |
Václav Slavík | REALLY fixed the leak (Dimitri) |
tree | commitdiff |
2002-01-04 |
Václav Slavík | fixed memory leak when saving XPMs |
tree | commitdiff |
2002-01-04 |
Gilles Depeyrot | added missing casts after removal of dependancy on... |
tree | commitdiff |
2002-01-04 |
Julian Smart | Fixes for GNUPro 00r1 |
tree | commitdiff |
2002-01-04 |
Stefan Csomor | removing dependancy on mac headers from public wx heade... |
tree | commitdiff |
2002-01-04 |
Stefan Csomor | removing dependancy on mac headers from public wx heade... |
tree | commitdiff |
2002-01-04 |
Vadim Zeitlin | always make the name of the file to replace absolute... |
tree | commitdiff |
2002-01-04 |
Vadim Zeitlin | typo which prevented TMP env var from being used in... |
tree | commitdiff |
2002-01-04 |
Vadim Zeitlin | fixed wxIsPathSeparator() to work for Mac |
tree | commitdiff |
2002-01-03 |
Vadim Zeitlin | fixed memory leak in wxHTTP |
tree | commitdiff |
2002-01-03 |
Vadim Zeitlin | compilation fix for recent commit |
tree | commitdiff |
next |