wxWidgets.git
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-12-14  Václav Slavíkadded default ctor for wxDirDialog
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARIES
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARIES
1999-12-14  David WebsterVisualage C++ V4.0 updates
1999-12-14  Robert Roebling Added a few modifiers to wxSiserItem
1999-12-14  Vadim Zeitlinsupport for vertical toolbars under GTK
1999-12-14  Vadim Zeitlinadded wxUSE_TOOLBAR_SIMPLE setting, enabled wxLongLong...
1999-12-14  Vadim Zeitlincompilation fix
1999-12-14  Ron Leeadded XBM example to image sample
1999-12-14  Sylvain Bougnoux~wxBufferedStream puts back unread bytes
1999-12-14  George TaskerFixed the #include of tbar95.h, which referenced the...
1999-12-14  Robin DunnSome GenButton enhancements
1999-12-14  Vadim Zeitlinadded support for vertical toolbars for MSW - seems...
1999-12-13  Vadim Zeitlinmask corrections
1999-12-13  Vadim Zeitlinupdated the sample and renamed the files
1999-12-13  David WebsterNeeded a __WXPM__ in new OS ifdefs at top
1999-12-13  Vadim ZeitlinwxCreateMaskedBitmap() is more const correct
1999-12-13  Vadim Zeitlincompilation fix
1999-12-13  Vadim Zeitlinadded wxList::Insert(size_t); updated wxList documentation
1999-12-13  Sylvain BougnouxWas missing png_read_end
1999-12-13  Václav SlavíkwxNotebookSizer surrounder by wxUSE_NOTEBOOK
1999-12-13  Václav Slavíknow survives compilation even if wxUSE_SASH == 0
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  Robert Roebling Corrected wxRegion::GetBox()
1999-12-13  Václav Slavíkadded wxHTML samples
1999-12-13  Guillermo Rodriguez... PCX handler now saves files too (always as 24 bit image...
1999-12-13  Vadim Zeitlinremoved because unused
1999-12-13  Guillermo Rodriguez... Added wxOutputStream::PutC()
1999-12-13  Vadim Zeitlinmoved wxID_SEPARATOR from menuitem.h to defs.h
1999-12-12  Robert Roebling Some doc updates.
1999-12-12  Václav Slavíkremoved pnghand from MSW sources - obsoleted
1999-12-12  Václav Slavíkremoved pnghand from MSW sources - obsoleted
1999-12-11  Václav Slavíkfixed compilation bug with GCC 2.95.1 and GTK+ 1.2...
1999-12-11  Václav SlavíkwxPostScriptDC::DrawText now uses descent to determine...
1999-12-11  Václav Slavíknew wxHTML printing code ; parser now supports scaling
1999-12-11  Robin DunnA couple small tweaks to get the new wxNotebookSizer...
1999-12-11  Václav Slavíkdocumented wxDC::GetUserScale
1999-12-11  Václav Slavíkdocumented wxHF_BOOKMARKS flag for wxHtmlHelpController
1999-12-11  Robert Roebling Added wxNotebookSizer
1999-12-11  Robin DunnOne more quickie
1999-12-11  Robin DunnAdded rotated text support
1999-12-11  Vadim Zeitlin1. wxDir works for MSW and documented
1999-12-10  Václav Slavíkremoved platform specific #ifdefs around wxComboBox
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 Rodriguez... source clean-up
1999-12-10  Vadim Zeitlincompilation fix for headers without _WIN32_IE
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  Vadim Zeitlingeneric/wizard.h added
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  Robert Roebling Changed scrollsub sample.
1999-12-09  Guillermo Rodriguez... Fixed small bug related to m_lastcount in wxInputStream...
1999-12-09  Stefan Csomorno message
1999-12-09  Stefan Csomorcw pro 4 not supported anymore
1999-12-09  Stefan Csomorcorrected mac-like placing of <about> menu line
1999-12-09  Stefan Csomorsmall adaptions
1999-12-09  Stefan Csomoradapted to mac
1999-12-08  Robert Roebling Further stream tests, doc updates and minor clean...
1999-12-08  Vadim ZeitlinGNOME/KDE integration for wxMimeTypeManager
1999-12-08  Vadim Zeitlineven more docs for wxFile::Eof
1999-12-08  Vadim Zeitlin1. fix for compiling samples with profile info
1999-12-08  Jouk Jansen Committing in .
1999-12-08  Guillermo Rodriguez... Performance optimizations
1999-12-08  Vadim Zeitlinedited changelog slightly
1999-12-08  Vadim ZeitlinwxDir class added
1999-12-08  Guillermo Rodriguez... Optimized for performance.
1999-12-08  Robert Roebling Documented wxFFile and wxFFileStream and Co.
1999-12-08  Guillermo Rodriguez... Fixed wxInputStream::Ungetch behaviour so that if you
1999-12-08  Robert Roebling Stream error testing.
1999-12-08  Vadim Zeitlincompilation fix (long -> wxCoord)
1999-12-08  Vadim Zeitlinfixing compile problems for people who don't look at...
1999-12-08  Vadim Zeitlin1. many DrawRotatedText() corrections (gtk)
1999-12-08  Vadim Zeitlinpatch from Ricky Gonzales <gonzales@pyramid3.net> for...
1999-12-07  Robert Roebling XIM support things.
1999-12-07  Robin Dunnbitmap mask tests
1999-12-07  Robert Roebling Correction to position of rotated text.
1999-12-07  Karsten BallüderFixed XIM compilation, but doesn't work yet.
1999-12-07  Robert Roebling wxListCtrl sends event directly again. Also fixed...
1999-12-07  Karsten BallüderHAVE_GDK_XIM -> HAVE_XIM
1999-12-07  Vadim ZeitlinwxMimeTypeManager::EnumAll() seems to work, couple...
1999-12-07  Karsten BallüderTest for XIM support in gdk added, relevant code for...
1999-12-07  Robert Roebling Minor optical changes to toolbar and wxHelpFrame.
1999-12-07  Vadim Zeitlinsmall cosmetic fix for wxListCtrl
1999-12-07  Robert Roebling Compile fix.
1999-12-07  Robert Roebling Added wxUSE_SPINCTRL,
1999-12-07  Robert Roebling Various things related to wxFileDialog and attributes.
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  David WebsterwxDC new virtual function
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...
next