]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
1999-11-26  Vadim Zeitlinmingw32 compilation fixes
1999-11-25  Vadim Zeitlin1. wxMDIParentFrame::~wxMDIParentFrame() bug fixed
1999-11-25  Vadim Zeitlincompile fix for gcc
1999-11-25  Václav Slavíka bit better solution for ©,  etc. (in terms...
1999-11-25  George TaskerAdded "const" to the (char *) type params that should...
1999-11-25  George TaskerAdded "const" to the (char *) type params that should...
1999-11-25  Jouk Jansen Committing in .
1999-11-25  Jouk Jansen Committing in .
1999-11-25  George TaskerCommented out the defines of strnicmp and stricmp to...
1999-11-25  Jouk Jansen Committing in .
1999-11-25  Robin Dunngenerated sources update
1999-11-25  Robin DunnSplit build instructions into a separate file.
1999-11-25  Robin DunnBug fixes, new tests and demos, new generated source...
1999-11-25  Robin DunnAdded some test code...
1999-11-24  George TaskerAdded optional param to Count() function to allow for...
1999-11-24  George TaskerAdded preliminary support for Informix
1999-11-24  George TaskerReplaced all the strxxx() function calls with wxStrxxx...
1999-11-24  George TaskerReplaced all the strxxx() function calls with wxStrxxx...
1999-11-24  Robert Roebling Partial fix for big_endian image conversion probs.
1999-11-24  Karsten Ballüderfixed setfocus() flicker in listctrl
1999-11-24  Vadim Zeitlin1. wxIcon/wxCursor change, wxGDIImage class added
1999-11-24  Vadim Zeitlin1. wxIcon/wxCursor change, wxGDIImage class added
1999-11-24  Julian SmartRemoved strange wxFAIL; added dialup.cpp to filelist.txt
1999-11-24  Jouk Jansen Committing in .
1999-11-24  Jouk JansenVMS option files clash with VC++. temporarily removed.
1999-11-24  Václav Slavíkadded © -> (c) conversion in html docs
1999-11-23  Robin DunnRemoved some debug code
1999-11-23  Robin Dunna bug fix in helpers for ref-counting callbacks
1999-11-23  Václav Slavíkfixed bug that caused wxHtmlWindow to segfault on html...
1999-11-23  Robin DunnSplashscreen works better on GTK
1999-11-23  Robin DunnFixed so the tree looks proper on GTK and also reduced...
1999-11-23  Robin Dunnfixing binary again...
1999-11-23  Karsten BallüderFixed linkage problem.
1999-11-23  David WebsterAdding OS/2 default images and resource file to repository
1999-11-23  Karsten BallüderCreated wxSamples
1999-11-23  Karsten BallüderCompilation fix for Solaris.
1999-11-23  Julian SmartWM_MOUSEMOVE correction
1999-11-23  David WebsterCriticalSection update for OS/2
1999-11-23  Robin DunnNow sets the font for newly appended ownerdraw items.
1999-11-22  Robert Roebling Include changes again. Something is wrong with CVS...
1999-11-22  Robert Roebling Headers moved a bit.
1999-11-22  Jouk Jansen Committing in .
1999-11-22  Jouk Jansen Committing in .
1999-11-22  Robert Roebling Doc updates.
1999-11-22  Jouk Jansen Committing in .
1999-11-22  David WebsterOS/2 thread updates
1999-11-22  David Websterthread updates
1999-11-22  Guillermo Rodriguez... explicitly set addr.LocalHost before creting the wxSock...
1999-11-21  Robert Roebling Forgot one.
1999-11-21  Robert Roebling makefile updates,
1999-11-21  Robert Roebling Updates to event docs. (removed evthandler::default).
1999-11-21  Guilhem LavauxFixed an incorrect behaviour in ResetBuffer()
1999-11-21  Robert Roebling Added speed-up for font-loading (a bit simplistic),
1999-11-21  Robert Roebling Called autoconf to update configure.
1999-11-21  Robin DunnFixed bug in DnD. wxDragSource will now delete itself...
1999-11-21  David Websterupdates for DoGetBestSize
1999-11-20  Robin Dunnhere it is again
1999-11-20  Robin Dunnforgot to add the image with binary flags
1999-11-20  Robin DunnAdded SplashScreen class from Mike Fletcher and use...
1999-11-19  Robin DunnAdded encoding parameter to wxFontList::FindOrCreateFont
1999-11-19  David WebsterRemoval of previous wxValidtor code for wxOS2
1999-11-19  Vadim ZeitlinwxWindow::GetBestSize() added
1999-11-19  Vadim ZeitlinTom's patch - hope I got it right this time
1999-11-19  Vadim Zeitlincompilation fix for !wxUSE_MENU_CALLBACK
1999-11-19  Jouk Jansen Committing in .
1999-11-19  Robin Dunnupdated wxMVCTree, VTK, and the demo
1999-11-19  Unknown (JL)few adaptations to cope with new control.h file
1999-11-19  Unknown (JL)adding the notion of cyclic group of radiobutton
1999-11-19  Unknown (JL)with only a little modification could be generic
1999-11-18  Unknown (JL)copy of the generic before adaptation
1999-11-18  Unknown (JL)needed to compile
1999-11-18  Unknown (JL)first add
1999-11-18  David WebsterSome minor modifications for VA 4.0 support
1999-11-18  Unknown (JL)for Gray Controls implementation
1999-11-18  Unknown (JL)add Mac to the list of definition of HAVE_LOCALTIME
1999-11-18  Unknown (JL)needed for mac port
1999-11-18  Unknown (JL)To include the wx/mac version
1999-11-18  Unknown (JL)Used when the Apparence Manager is not installed
1999-11-18  Vadim ZeitlinRemove() -> RemoveAt()
1999-11-18  Robert Roebling Added wxEvtHandler::Disconect()
1999-11-18  Vadim ZeitlinwxGTK pastes text from rxvt again
1999-11-18  Vadim Zeitlinbug in wxArray::Remove() fixed (thanks Robert)
1999-11-18  Vadim ZeitlinwxLogTrace documentation updated and expanded, VC+...
1999-11-18  Jouk Jansen Committing in .
1999-11-18  Karsten BallüderLinux/AXP compilation fixed.
1999-11-18  Guillermo Rodriguez... Changed default address from INADDR_ANY to INADDR_NONE...
1999-11-18  Guillermo Rodriguez... Changed default address from INADDR_ANY to INADDR_NONE...
1999-11-18  Robin DunnVTK wrapper of vtkRenderWindow for wxPython. Tested...
1999-11-17  Václav SlavíkI changed wxUSE_HTML (and other related wxUSEs) to...
1999-11-17  Václav Slavíkfixed incomplete lists of supported handlers
1999-11-17  Václav SlavíkwxBitmap::LoadFile and SaveFile now uses wxImage's...
1999-11-17  Václav SlavíkwxHtmlWindow::LoadPage does not use wxBusyCursor anymor...
1999-11-17  Robin DunnAdded wxWakeUpIdle() for MSW and empty stubs for Motif...
1999-11-17  Julian SmartMade some treectrl sample icons transparent; added...
1999-11-17  Jouk Jansen Committing in .
1999-11-17  Unknown (MT)use a smaller tip font for MSW
1999-11-16  David WebsterModified full UNICODE support for VisualAge C++ for...
1999-11-16  David WebsterVisualAge V4.0 duplicate definition error suppression
1999-11-16  Vadim ZeitlinwxMSW fixes after wxFrameBase change - seems to work...
1999-11-16  Vadim ZeitlinwxFrameBase class for wxMSW and wxGTK
next