]> git.saurik.com Git - wxWidgets.git/history - src/common
cleanup - reformat
[wxWidgets.git] / src / common /
2000-01-03  Václav Slavíknow grabs encoding info not from but from '' (empty...
2000-01-03  Václav SlavíkBorland #include hack
2000-01-03  Robert Roebling Corrected some things in, and some thing revealed by
2000-01-03  Vadim ZeitlinO_BINARY added to wxFile::Create
2000-01-03  Ove KaavenUnicode compilation fixes
2000-01-02  Vadim Zeitlin1. wxDateTimeHolidayAuthority class for calculating...
2000-01-02  Václav SlavíkwxLocale now uses wxEncodingConverter (must be explicit...
2000-01-02  Václav SlavíkwxFontMapper now cooperates with wxEncodingConverter
2000-01-02  Václav Slavíkadded wxEncodingConverter::Convert(char*,wxChar*) and...
2000-01-01  Václav SlavíkwxFileSystem now compiles if wxUSE_HTML (required by...
2000-01-01  Julian SmartUpdated wxvc_dll.dsp and memory.h to make VC++ compile...
1999-12-31  Václav Slavíkadded wxEncodingConverter
1999-12-30  Vadim Zeitlin1. many, many, many warnings fixed (from HP-UX build...
1999-12-30  Robert Roebling Removed two more GUI lock-ups. This time when
1999-12-30  Vadim Zeitlinadded wxCAL_MONDAY/SUNDAY_FIRST flags and Ctrl-Home...
1999-12-29  Robin DunnFixed wxWindowCreateEvent and wxWindowDestroyEvent...
1999-12-29  Vadim Zeitlin1. wxCalendarCtrl
1999-12-29  Robert Roebling GUI thread update and event corrections.
1999-12-29  Vadim Zeitlin1. some minor compilation fixes in datetime.cppm
1999-12-28  Vadim ZeitlinBC++ compialtion fix (?)
1999-12-28  Julian SmartSome BC++ issues
1999-12-27  Robert Roebling Added mono bitmap to image conversion.
1999-12-27  Vadim Zeitlin1. wxLongLongWx::Assign(double) added (half implemented)
1999-12-26  Vadim Zeitlin1. misc compilation (errors, warnings) fixes (from...
1999-12-24  Václav Slavíkfixed bug in wxString::DoCopy - it called Sort on alrea...
1999-12-24  Vadim Zeitlinimplemented wxLongLong division - seems to work
1999-12-23  Vadim Zeitlinremoved testing code from wxLongLong
1999-12-23  Vadim Zeitlintried to implement division of wxLongLongs - doesn...
1999-12-23  Václav Slavíkdate.cpp and time.cpp removed from CVS (no longer used)
1999-12-23  Vadim Zeitlinpatches for BC++ 5.3 from Ricky Gonzales <gonzales...
1999-12-23  Jouk Jansen Committing in .
1999-12-22  Vadim Zeitlin1. wxBase compiles under BeOS
1999-12-22  Vadim Zeitlin1. coloured buttons seem to work
1999-12-21  David Websterdefine _timezone for VisualAge
1999-12-21  Vadim ZeitlinwxDateTime::ParseFormat() and ParseTime() added (compil...
1999-12-21  Vadim Zeitlinadded support for width and flags in wxDateTime::Format()
1999-12-21  Vadim ZeitlinwxString::Format() added
1999-12-21  Vadim Zeitlin1. corrected compilation of wxTime/wxDate
1999-12-21  Vadim Zeitlin1. wxLongLong and wxDateTime compilation fixed for...
1999-12-20  Guillermo Rodrigue... Stupid timeout bug fixed
1999-12-20  Julian SmartMostly Mingw32/Cygwin corrections
1999-12-20  Robert Roebling Minor changes to wxTreeCtrl's horiz size,
1999-12-20  Vadim Zeitlin'grey border' bug under MSW fixed
1999-12-17  Vadim ZeitlinwxDateTime progress: DST compuation, weekday computatio...
1999-12-17  Guillermo Rodrigue... *** empty log message ***
1999-12-17  Guillermo Rodrigue... Compile-fix after modifying timercmn.cp
1999-12-17  Robert Roebling Fixed typo in wxStaticBoxSizer::CalcMin().
1999-12-17  Guillermo Rodrigue... *** empty log message ***
1999-12-17  Julian SmartMisc small mods
1999-12-17  Vadim Zeitlinadded wxToolBar::SetToolClientData
1999-12-17  David Webstercleaning up image mess for os/2
1999-12-17  Guillermo Rodrigue... Everything rewritten from scratch
1999-12-17  Vadim Zeitlin1. compilation fix for wxDir
1999-12-16  Vadim ZeitlinWin16 compilation fixes
1999-12-16  Guillermo Rodrigue... PCX images can now be embedded in streams
1999-12-16  Robert Roebling Added wxSizer::Insert()
1999-12-16  Guillermo Rodrigue... Accomodate changes in CountColours
1999-12-16  Guillermo Rodrigue... Changed stopat to stopafter in CountColours
1999-12-15  Václav SlavíkJPEG handler does not read entire file into memory...
1999-12-15  Václav Slavíkimage handlers moved to separate headers (imagbmp.h...
1999-12-15  Vadim Zeitlinmerging in the toolbar changes
1999-12-15  Vadim Zeitlinusing WX_TIMEZONE set by configure instead of timezone
1999-12-15  Vadim Zeitlinmore WXUNUSED() here and there
1999-12-15  Guillermo Rodrigue... Small bugfix
1999-12-15  Guillermo Rodrigue... Added CountColours()
1999-12-15  Guillermo Rodrigue... Now saves in eiher 8bit or 24bit
1999-12-15  Guillermo Rodrigue... Added ComputeHistogram
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-12-14  Sylvain Bougnoux~wxBufferedStream puts back unread bytes
1999-12-13  David WebsterNeeded a __WXPM__ in new OS ifdefs at top
1999-12-13  Sylvain BougnouxWas missing png_read_end
1999-12-13  Václav Slavíkadded #if wxUSE_NOTEBOOK around wxNotebookSizer
1999-12-13  Václav Slavíkadded #if wxUSE_CLIPBOARD
1999-12-13  Robert Roebling wxTextStream now interprets 1,1 as 1.1 (European...
1999-12-13  Vadim Zeitlinattempted Unicode fixes for BC++
1999-12-13  Guillermo Rodrigue... PCX handler now saves files too (always as 24 bit image...
1999-12-13  Guillermo Rodrigue... Added wxOutputStream::PutC()
1999-12-11  Robert Roebling Added wxNotebookSizer
1999-12-11  Vadim Zeitlin1. wxDir works for MSW and documented
1999-12-10  Vadim Zeitlinand now timezones work even better ;-)
1999-12-10  Vadim Zeitlinmore timezone stuff - it's a miracle, but it seems...
1999-12-10  Guillermo Rodrigue... source clean-up
1999-12-10  Vadim Zeitlinuse KDEDIR in wxKDEIconHandler
1999-12-10  Vadim ZeitlinwxString::substr() bug fixed
1999-12-10  Jouk Jansen Committing in .
1999-12-09  Robert Roebling Compile fix. Where exactly is "wxString GetHomeDir()"?
1999-12-09  Vadim Zeitlina more easy to use version of wxGetHomeDir() added
1999-12-09  Guillermo Rodrigue... Fixed small bug related to m_lastcount in wxInputStream...
1999-12-08  Vadim ZeitlinGNOME/KDE integration for wxMimeTypeManager
1999-12-08  Jouk Jansen Committing in .
1999-12-08  Guillermo Rodrigue... Optimized for performance.
1999-12-08  Guillermo Rodrigue... Fixed wxInputStream::Ungetch behaviour so that if you
1999-12-07  Vadim ZeitlinwxMimeTypeManager::EnumAll() seems to work, couple...
1999-12-07  Robert Roebling doc view code inteprets wxSTREAM_EOF as correct,
1999-12-07  Vadim Zeitlin1. wxFileDialog patch for multiple selection applied...
1999-12-07  Vadim Zeitlin1. fixes for DrawRotatedText(), drawing sample extended...
1999-12-06  Robert Roebling Added tests for buffered streams.
1999-12-06  Vadim Zeitlincompile fix
1999-12-06  Vadim Zeitlinenumerating all MIME types (half finished, doesn't...
1999-12-06  Robert Roebling Patch for stream.cpp for non-flushable stream,
next