]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
1999-02-25  Vadim Zeitlincheck list box sample updated to test InsertItems
1999-02-25  Vadim Zeitlinmore HP-UX fixes
1999-02-25  Vadim ZeitlinInsertItems() documented
1999-02-25  Vadim ZeitlinSetSize() fixes
1999-02-25  Karsten BallüderGetNextItem() now checks for item < GetItemCount()...
1999-02-25  Vadim Zeitlinmore DG-UX compilation fixes (thanks to Benjamin Beckwith)
1999-02-25  Robin DunnwxPython version 2.0b5
1999-02-25  Robin DunnwxPython version 2.0b5
1999-02-24  Vadim ZeitlinwxString docs are nearly complete (but don't compile...
1999-02-24  Vadim Zeitlindemonstrates SetCursor() now too
1999-02-24  Vadim ZeitlinSetCursor() works now
1999-02-24  Vadim Zeitlinadded /usr/include/Xm to the search path
1999-02-24  Vadim ZeitlinwxGTK fixes for the yesterday's addition of m_isWindow...
1999-02-24  Robin DunnMore wxPython docs...
1999-02-24  Julian SmartSome stubs corrections; Motif corrections incl. busy...
1999-02-24  Harco de HilsterSome wxPython interface change updates. Moved refresh...
1999-02-23  Robin Dunnreenabled some methods for wxPython on wxGTK
1999-02-23  Vadim ZeitlinwxCritSection change to accomodate mem checking system...
1999-02-23  Vadim ZeitlinwxCritSection change to accomodate mem checking system
1999-02-23  Vadim Zeitlinmore cursor fixes (now ::wxSetCursor() works too)
1999-02-23  Václav SlavíkCzech language
1999-02-23  Vadim Zeitlinsome very minor fixes (I don't even remember what exactly)
1999-02-23  Vadim Zeitlinmenu help string fix
1999-02-23  Vadim ZeitlinwxBeginBusyCursor now works (better)
1999-02-23  Vadim ZeitlinwxLogXXX() functions called near app termiantion should...
1999-02-23  Vadim Zeitlincompilation fixes
1999-02-23  Vadim Zeitlinnew options: wxUSE_OLE (on by default except for some...
1999-02-23  Vadim Zeitlinsmall optimizations: m_isWindow and m_isCommandEvent...
1999-02-23  Vadim Zeitlinanother wxBeginBusyCursor fix
1999-02-23  Vadim Zeitlinsome feeble attempts at making wxBeginBusyCursor work
1999-02-23  Vadim Zeitlinsupport for incorrect entries in .mime.types added...
1999-02-23  Vadim ZeitlinSetSelection(from, to) and SetEditable() implemented
1999-02-23  Vadim ZeitlinHP-UX compilation fixes (thanks to Zdravko Bas)
1999-02-23  Vadim Zeitlin1. C++ comments removed from setup.h
1999-02-23  Vadim Zeitlincrash in some very special case when arrows were used...
1999-02-22  Vadim Zeitlinlistview has LVS_EX_FULLROWSELECT style when supported
1999-02-22  Vadim Zeitlindlopen fixes
1999-02-22  Vadim Zeitlindlopen() also exists under FreeBSD
1999-02-22  Vadim ZeitlinHP-UX support added
1999-02-22  Karsten BallüderFixed DoSetClientSize() causing infinite recursion.
1999-02-22  Julian SmartSoem corrections for SetSize changes
1999-02-22  Vadim ZeitlinGetSize() and GetClientSize() changes
1999-02-22  Julian SmartCorrected WM_KEYDOWN bug (missing 'break')
1999-02-22  Julian SmartMinor changes
1999-02-21  Vadim Zeitlinerror msg when there are no files in wxFindFirst()...
1999-02-21  Vadim Zeitlin1. more C++ parser fixes - now it almost parses wx...
1999-02-21  Václav SlavíkNO_GUI bug fixed
1999-02-20  Vadim ZeitlinwxListCtrl column resize bug corrected
1999-02-20  Vadim Zeitlin1. better 'const' and 'virtual' functions handling
1999-02-20  Vadim Zeitlin1. new 'diff' mode which seems to work
1999-02-20  Vadim Zeitlin\\param -> \param
1999-02-20  Vadim Zeitlinignore file for HelpGen
1999-02-20  Robin DunnAdded wxWindow_FromHWND(hWnd) for wxMSW to construct...
1999-02-20  Robin DunnChanges needed to enable wxGTK compatibility.
1999-02-20  Robin DunnAdded wxWindow_FromHWND(hWnd) for wxMSW to construct...
1999-02-20  Robin DunnAdded wxWindow_FromHWND(hWnd) for wxMSW to construct...
1999-02-20  Robin DunnAdded missing | symbol
1999-02-19  Julian SmartAdded George Tasker's forward slash fix to file dialog...
1999-02-19  Robin Dunnadded wxSetInstance()
1999-02-19  Vadim Zeitlinsome minor fixes for DEC CXX compilation
1999-02-19  Vadim Zeitlinmore locations for Motif headers
1999-02-19  Vadim Zeitlindirectory for message catalogs
1999-02-19  Robert Roebling propagate key event from listctrl to its parent
1999-02-19  Robin DunnAdded first batch of docs and notes for wxPython.
1999-02-18  Julian SmartFixed wxMotif's wxExecute again, added OnPaint capabili...
1999-02-18  Julian SmartCured last focus bug (I hope); some wxMotif mods
1999-02-18  Vadim Zeitlini18n fixes
1999-02-18  Guilhem Lavaux* Fixes and updates on wxMMedia.
1999-02-18  Stefan Csomormbstowcs hack for CodeWarrior's MSL
1999-02-18  Julian SmartDoesn't overwrite setup.h now
1999-02-18  Vadim Zeitlina file I forgot to check in (sorry Julian)
1999-02-18  Julian SmartAdded 'tardist' script for creating .tgz archives of...
1999-02-18  Vadim ZeitlinwxMimeTypesManager::IsOfType() added (and documented)
1999-02-18  Vadim ZeitlinwxSplitPath() bugs corrected and it's documented
1999-02-18  Robert Roebling Dialog items inherit parent's font now
1999-02-18  Vadim Zeitlinvsnprintf() detection now works
1999-02-18  Vadim ZeitlinAC_HAVE_LIBRARY replaced with AC_CHECK_LIB
1999-02-17  Vadim ZeitlinwxExecute() fixes and doc updates: the return value...
1999-02-17  Vadim ZeitlinwxExecute() fix (running console programs doesn't cause...
1999-02-17  Julian SmartAdded missing const to wxGTK's wxMDIChildFrame::GetTool...
1999-02-17  Vadim ZeitlinwxProcess fixes (Detach() added), cleared/corrected...
1999-02-17  Julian SmartChanged .vc makefiles to allow different configurations...
1999-02-17  Robert Roebling Let's face it, GTK's resizing is broken and
1999-02-17  Vadim ZeitlinwxListCtrl will receive EVT_CHAR() events now
1999-02-17  Robert Roebling resize fun
1999-02-16  Julian SmartSome doc corrections; removed wxDocument arg from wxVie...
1999-02-16  Robert Roebling MDI fixes
1999-02-16  Robert Roebling Applied Russel's changes to wxToolBarBase
1999-02-15  Vadim ZeitlinA couple of identifiers at global level moved to the...
1999-02-15  Vadim Zeitlin1. Parser improvements
1999-02-15  Vadim Zeitlinstarted wxIntl documentation
1999-02-15  Julian SmartAdded 'Include files' section to class references
1999-02-15  Vadim Zeitlinenable verbose messages by default in debug builds
1999-02-15  Vadim Zeitlincompilation warnings about missing braces fixed
1999-02-15  Julian SmartGnuWin32 corrections (::ZeroMemory doesn't exist)
1999-02-14  Julian SmartAdded png, zlib targets to 16-bit makefiles
1999-02-14  Vadim Zeitlinmade wxToolTip::Enable() and SetDelay() static (as...
1999-02-14  Guilhem Lavaux* Stream: update in doc, fix in code.
1999-02-14  Robert Roebling Fixed refresh bug in wxGLCanvas
1999-02-12  Julian SmartSmall Tex2RTF fixes; wxMotif compile fixes (motif.inc...
next