]> git.saurik.com Git - wxWidgets.git/history - src
enable all tests
[wxWidgets.git] / src /
2000-03-19  Vadim ZeitlinwxFTP::Close() shouldn't hide base wxSocket function
2000-03-19  Robin DunnAllows wxStatusBar95 to send common events like other...
2000-03-19  Vadim Zeitlin1. corrected HAVE_PW_GECOS detection in configure ...
2000-03-19  Robert Roebling Funny resize behaviour fix.
2000-03-19  Václav Slavíkfixed KeySym handling ((keysym & 0xF000) != 0 instead...
2000-03-19  Julian SmartSome VC++ makefile fixes; minor comment mods to setup0.h
2000-03-19  Vadim Zeitlincompilation fix for anything different from VC++
2000-03-19  Vadim Zeitlinsome more (apparently harmless) changes from Klass...
2000-03-19  Vadim Zeitlinapparent gcc bug workaround
2000-03-19  Robert Roebling Highly experimental, unstable code (for determining the
2000-03-19  Robert Roebling Small speed-up.
2000-03-19  Ron Leerepaired some of the more obvious horrors in the contri...
2000-03-19  Unknown (NI)fixed wxListMainWindow::HitTest
2000-03-19  Vadim Zeitlin1. fixed crash in wxDateTime::ParseDate
2000-03-18  Stefan NeisAdded includes needed if not using precompiled headers.
2000-03-18  Stefan NeisAdded a couple of fixes.
2000-03-18  Václav Slavíkchanged titlebar text colour from white to fg[GTK_STATE...
2000-03-18  Robert Roebling wxAccel fix.
2000-03-18  Julian SmartAdded def files for making OpenGL DLLs (Mingw32); added...
2000-03-18  Robert Roebling I don't think the last person to edit splitter.cpp did
2000-03-18  Stefan NeisAdded conversion of menu labels (&->~)
2000-03-18  Guillermo Rodrigue... Had to #ifdef out all the new wxGetFullHostName code...
2000-03-18  Julian SmartRemoved the wonderfully malicious WS_CLIPSIBLINGS style.
2000-03-18  Julian SmartCorrected my correction.
2000-03-18  Julian SmartMoved position of WXDLLEXPORT keyword
2000-03-18  Julian SmartRestored sane way of using BC++ linker
2000-03-18  Robin DunnWhen making the DLL with glcanvas then you have to...
2000-03-17  Stefan NeisAdded include of module.h
2000-03-17  Vadim Zeitlin1. wxGetFullHostName() does return the full host name...
2000-03-17  Robin Dunnfixes for drop source and for capturing the mouse
2000-03-17  Vadim Zeitlinfix in fontspec parsing
2000-03-17  Vadim ZeitlinHTTP_PROXY bug (freeze on program startup) should be...
2000-03-17  Robin DunnwxFont remembers facename of actual font used
2000-03-17  Julian SmartSome doc fixes; BC++, Watcom C++, Mingw32 fixes
2000-03-17  Vadim ZeitlinwxHandleFatalExceptions() added, documented
2000-03-17  Stefan NeisAdded missing IMPLEMENT_DYNAMIC_CLASS
2000-03-17  Vadim Zeitlinskip status bars in wxWindow::Fit
2000-03-17  Guillermo Rodrigue... Fixed bug for late events arriving after connections...
2000-03-17  Vadim Zeitlinwarnings from FreeBSD compilation log removed
2000-03-17  Julian SmartRemoved an include from windres flags since it can...
2000-03-17  Vadim Zeitlinoops, compilation error - fixed
2000-03-17  Vadim ZeitlinwxSTIPPLE_MASK_OPAQUE implementation from Klaas Holwerda
2000-03-17  Stefan NeisAdded #pragma implementation for gcc.
2000-03-17  Stefan Neisbool->int, since gcc doesn't like bool in _C_ code
2000-03-17  Julian SmartAdded back gnuwin32 include
2000-03-17  Julian SmartAdded some makefiles, more BC++/win16 fixes
2000-03-17  Julian SmartDoc updates; new grid disabled for BC++/WIN16 (too...
2000-03-17  Unknown (MT)added WS_CLIPSIBLINGS
2000-03-17  Unknown (MT)no message
2000-03-16  David Webstermore framework fixes for menu displays
2000-03-16  Guillermo Rodrigue... Removed bool params and retvalues in GSocket interface...
2000-03-16  Guillermo Rodrigue... Removed bool params and retvalues in GSocket interface...
2000-03-16  Guillermo Rodrigue... Fixed a problem in GAddress related to CHECK_ADDRESS...
2000-03-16  Robert Roebling Next take at getting mini-frames even with Life!...
2000-03-16  Guillermo Rodrigue... More debug code
2000-03-16  Robert Roebling Fixed mini-frame problems.
2000-03-16  Stefan NeisReadded #if wxUSE_UNICODE to ~wxApp.
2000-03-16  George TaskerCleaned up the API for class/structure/function names...
2000-03-16  George TaskerCleaned up the API for class/structure/function names...
2000-03-16  Vadim Zeitlintooltip fix: compile-time test removed, comment explain...
2000-03-16  Guillermo Rodrigue... Only added \n to debug printfs
2000-03-16  David Webstercompile bug fixed in SetCursor
2000-03-16  Guillermo Rodrigue... More debug code
2000-03-16  Guillermo Rodrigue... MSW: Grouped all MSVC #pragma disable
2000-03-16  Guillermo Rodrigue... Process pending events before deleting pending objects...
2000-03-16  Jouk Jansen Committing in .
2000-03-16  Vadim Zeitlin1. fixed memory leak in GAddress
2000-03-16  Robin DunndropTarget is now dynamically allocated.
2000-03-15  Unknown (NI)included missing header files - without them mingw32...
2000-03-15  David Websterno message
2000-03-15  Stefan NeisBugfix
2000-03-15  Julian SmartSome C++Builder fixes
2000-03-15  Julian SmartVarious compiler changes
2000-03-15  Vadim Zeitlin1. wxFTP works (somehow)
2000-03-15  David Websterno message
2000-03-15  Guillermo Rodrigue... Fixed _Read() when waitall was not set and there was...
2000-03-15  Guillermo Rodrigue... Added a warning for unknown events
2000-03-15  Julian SmartAdded missing includes
2000-03-15  Vadim Zeitlinmingw32 compilation fix
2000-03-15  Vadim Zeitlinsome fwd declarations added to the header
2000-03-15  Guillermo Rodrigue... Some modifications and additions for full wxBase support -
2000-03-15  Guillermo Rodrigue... Fixed a bug in the latest 'micro optimization' - was...
2000-03-15  Guillermo Rodrigue... err.. not sure :-)
2000-03-15  Julian SmartPossible fix for DestroyWindow message in MDI apps...
2000-03-14  Robert Roebling Fixed missing paint events when overriding DoMoveWindow()
2000-03-14  Vadim Zeitlinsome micro optimisations in SearchEventTable
2000-03-14  Vadim Zeitlincall wxMenubarSetInvokingWindow for submenus appended...
2000-03-14  Robert Roebling Corrected status bar redraw problems.
2000-03-14  Vadim Zeitlinremoved -Icontrib from src/make.env, use APPEXTRADEFS...
2000-03-14  Vadim Zeitlinfixed crash in OnChar() after m_key_current was deleted
2000-03-14  Vadim Zeitlinfixed infinite recursion in TAB handling with panels...
2000-03-14  Vadim Zeitlinmakefiles for stc lib and sample for Unix
2000-03-14  Julian SmartDoc edits; adding mmedia.rsp; added STC BC++ makefiles
2000-03-14  Vadim Zeitlin1. aapplied patch for bcc makefiles from Ricky Gonzales
2000-03-14  David WebsterTiff library icc for VisualAge 4.0
2000-03-14  Robert Roebling Even more printfs in GSocket,
2000-03-14  David WebsterSome changes to fix event processing
2000-03-14  Julian SmartFixed crash-on-exit bug due to status bar being deleted...
2000-03-14  Guillermo Rodrigue... Changed declaration of functions taking an empty arglis...
2000-03-14  Julian SmartAdded gsockmsw.c to VC++ project files
next