]> git.saurik.com Git - wxWidgets.git/history - src
enable all tests
[wxWidgets.git] / src /
2000-01-19  Václav Slavíkgeneric wxFileDialog now stores customizations to regis...
2000-01-18  George TaskerFixed so this file will compile if wxUSE_IPC is 0 ...
2000-01-18  Vadim Zeitlin1. fixed compilation of wxExecute() for !wxUSE_IPC
2000-01-18  Guillermo Rodrigue... Added IsScrollng() support for scroll and scrollwin...
2000-01-18  Guillermo Rodrigue... isScrolling() in wxScroll[Win]Event
2000-01-18  George TaskerRemoved a couple of debug lines
2000-01-18  Julian SmartAvoided rounding errors in font point size calculations
2000-01-18  Václav Slavíkadded default icons for binary and unknown filetype
2000-01-18  Julian SmartPut Stefan's speedup fix into DoBlit
2000-01-18  Julian SmartChange to wxWindow::HandleCommand to allow accelerators...
2000-01-18  George TaskerChanged code to allow for removal of the #include ...
2000-01-18  Václav Slavíkadded align=justify support ; also removed relic:...
2000-01-18  Vadim Zeitlin1. small fix in wxDirDialog: SHBrowseForFolder() doesn...
2000-01-17  Václav Slavíkremoved show_progress argument in some private function...
2000-01-17  Václav SlavíkPageUp/PageDown scroll by 2/3 of client area height...
2000-01-17  Václav Slavíkhelp search is much faster now (7 times! that's what...
2000-01-17  David WebsterTake hard coded path out of makefile
2000-01-17  Robert Roebling Add draft wxPlotWindow
2000-01-17  Robert Roebling fix for HP compiler
2000-01-17  Václav Slavíkfixed BC compilation bug (line 145)
2000-01-17  Václav SlavíkwxHtmlHelpController can now use default wxConfig instance
2000-01-17  Václav Slavíkremoved some forgotted wxLogDebug calls
2000-01-17  Václav Slavík(1) fixed bug: wxFontMapper no longer creates wxConfig...
2000-01-17  Julian SmartMakeproj.cpp corrections; wxTextCtrl resource loading...
2000-01-17  Guillermo Rodrigue... Please turn off pchs when testing!
2000-01-16  Václav Slavíksomebody added #ifdefed #pragma to disable warnings...
2000-01-16  Václav Slavíksearch progress bar has smooth gauge under win95 now
2000-01-16  Václav SlavíkwxProgressDialog now accepts wxGA_SMOOTH style
2000-01-16  Václav Slavíkadded encoding conversion to wxHTML
2000-01-16  Václav Slavík<pre> environment uses charset conversion as well
2000-01-16  Václav Slavíkadded <meta http-equiv> handler
2000-01-16  Václav SlavíkwxHtmlFilterHTML adds fake <meta> tag so that the parse...
2000-01-16  Václav SlavíkwxNativeEncoding::To/FromString now stores wxFontEncodi...
2000-01-16  Václav Slavíkchanged format of wxFontMapper entries: facename_encodi...
2000-01-16  Václav Slavíkadded case sensitive and whole words only search
2000-01-16  Václav Slavíkminor change in passing arguments to CreateAntialiasedB...
2000-01-16  Václav Slavíkfixed default button size, finally
2000-01-16  Robert Roebling file dialogs now remembers the width of the
2000-01-16  Václav Slavíkindex search is case insensitive now; index panel indic...
2000-01-16  Václav Slavíkfile dialog now remebers list/report and hidden files...
2000-01-16  Václav SlavíkKDE support for icons and mime types finished (icons...
2000-01-15  Stefan NeisSN: Added first try for dir.cpp. Since the version...
2000-01-15  Stefan NeisSN: Removed use of undefined refData
2000-01-15  Vadim Zeitlin1. fixed small bug with toolbar size updates
2000-01-15  Guillermo Rodrigue... Compile fix for mingw32
2000-01-15  Robert Roebling Next try at avoiding too few or too many size events.
2000-01-15  Václav Slavíkfixed my previous commit that broke help context/index...
2000-01-15  Robert Roebling Slightly better fix for resize problems.
2000-01-15  Robert Roebling Fixed resize behaviour under certain circumstances.
2000-01-15  Robert Roebling Typos in docs.
2000-01-15  Robert Roebling black now denotes 0 on mono-bitmaps.
2000-01-15  Julian Smart16-bit fixes
2000-01-15  Vadim Zeitlindrawing mono bitmaps now uses correct colours
2000-01-15  Vadim Zeitlinuse HWND in HandleCommand() to let buggy programs using...
2000-01-14  Stefan NeisSN: Added a 'wxDefaultValidator' where it seems to...
2000-01-14  Stefan NeisSN: Fixed inlcudes for EMX, commented out lines like...
2000-01-14  Stefan NeisSN: Disable some features not supported by EMX (#ifndef...
2000-01-14  Stefan NeisSN: Added #pragma implementation. Make it compile even...
2000-01-14  Stefan NeisSN: Added #pragma implementation needed by GCC - expect...
2000-01-14  Stefan NeisSN: Use wxDummyChar only if __VISAGECPP__ is defined.
2000-01-14  Stefan NeisSN: Added suitable includes for EMX (#ifdef'ed __EMX__),
2000-01-14  Stefan NeisSN: Replaced more ':' in VPATH statements by PATH_IFS...
2000-01-14  Václav Slavíkcode fragment that adds one more line to each html...
2000-01-14  Václav Slavíkoptimized wxHtmlContainerCell - now proceeds layouting...
2000-01-14  Václav Slavíkremoved a condition (l. 124) that always eval to true
2000-01-14  Václav SlavíkwxHtmlWindow's flags is now wxHSCROLL | wxVSCROLL
2000-01-14  Václav Slavíkadded <address>, <code>, <kbd>, <samp>, <small>, <big...
2000-01-14  Robert Roebling image to bitmap rewrite,
2000-01-14  Julian SmartFurther fixes to Dialog Editor; additions to .dsp files
2000-01-14  Robert Roebling TIFF fix.
2000-01-14  Guillermo Rodrigue... Added a comment about the 'UpdateWindow' issue in SetSc...
2000-01-14  Guillermo Rodrigue... wxSocekt now uses wxPostEvent.
2000-01-14  Guillermo Rodrigue... Mumit Khan's patches for cross compilation
2000-01-14  Ryan NortonThis commit was generated by cvs2svn to compensate...
2000-01-14  Vadim ZeitlinInitial revision
2000-01-13  Vadim Zeitlin1. added wxEnhMetaFileXXX classes
2000-01-13  Julian SmartChanged wxWindowBase foreground to use wxSystemSettings...
2000-01-13  Julian SmartSet RADIOBTN_PARENT_IS_RADIOBOX to 0 (sorry, but.....
2000-01-13  Stefan Csomormac updates and msw bitmapdrawing on printer
2000-01-13  Julian SmartFixed read-only colour for wxTextCtrl (TODO: wxComboBox...
2000-01-13  Julian SmartRemoved ::UpdateWindow from scrolwin.cpp; corrected...
2000-01-13  Jouk Jansen Committing in .
2000-01-13  Stefan Csomorcw pro 5.3 adaptions
2000-01-13  Stefan Csomora base for geometry operations
2000-01-13  Stefan Csomoradaptions for CW Pro 5.3 on mac
2000-01-12  Vadim Zeitlinsome compilation fixes for mingw32 and not only
2000-01-12  Robin Dunnfix for red to blue mapping in toolbar buttons
2000-01-12  Julian SmartMade filter index zero-based
2000-01-12  Robert Roebling Chnages to mono-bitmap code.
2000-01-12  Vadim Zeitlinadded wxUSE_NOTEBOOK to include/wx/msw/setup0.h, remove...
2000-01-12  Vadim Zeitlinregenerated from template
2000-01-12  Karsten Ballüdercompilation fix for non-threaded compilation (threads...
2000-01-12  Václav Slavíkadded wxHtmlLinkInfo::GetHtmlCell so that you know...
2000-01-12  Guillermo Rodrigue... Fixes to allow DLL compilation
2000-01-11  Václav Slavíkadded mouse event member into wxHtmlLinkInfo. wxHtmlWin...
2000-01-11  Vadim Zeitlinfixed refresh problem with holidays in wxCalendarCtrl
2000-01-11  Bart A.M. JourquinBug fix in GetLabelFromText
2000-01-11  Bart A.M. JourquinFix bug in GetLableFromText
2000-01-11  Bart A.M. JourquinAdding GetCount() to wxHashTable
2000-01-11  Vadim ZeitlinwxMenuItem::GetLabelFromText() added/documented, bug...
next