]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
1998-12-06  Robert Roebling Update for bitmap, image on scaling, transparancy,
1998-12-05  Vadim Zeitlin1. suppressed some messages from HasEntry()/HasKeys()
1998-12-05  Vadim Zeitlincorrected a crash in wxDialog::Show() which would happe...
1998-12-05  Vadim Zeitlina warning suppressed (arg to MessageBeep is UINT)
1998-12-05  Robert Roebling Fixed make install bug
1998-12-05  Robert Roebling New PostScript code
1998-12-04  Vadim Zeitlinid are generated as in wxMSW if the default value ...
1998-12-04  Robert Roebling The final compile fixes for wxMotif with configure
1998-12-04  Julian SmartFixes for WXWIN_COMPATIBILITY, and BC++ fix for event.cpp
1998-12-04  Robert Roebling Run fix for Lesstif
1998-12-04  Julian SmartMore progress on wxMotif, incl. wxTreeCtrl/wxListCtrl...
1998-12-04  Robert Roebling Added wxMiniFrame
1998-12-03  Robert Roebling Build fixes
1998-12-03  Robert Roebling wxWindow::ReParent()
1998-12-03  Unknown (UG)no message
1998-12-03  Julian SmartChanged wxRectangle to wxRect. Sorry for the bandwidth...
1998-12-03  Julian SmartSmall Motif bug fixes
1998-12-02  Vadim Zeitlindisabled DeleteAll()
1998-12-02  Vadim Zeitlinadded wxListCtrl::DeleteAllColumns()
1998-12-02  Julian SmartAdded wxRegion version of wxWindowDC::SetClippingRegion
1998-12-02  Mart Raudsepprange with m_minimumPaneSize and m_maximumPaneSize
1998-12-02  Vadim Zeitlinadded wxNode::IndexOf and wxList::IndexOf (patch by...
1998-12-02  Robert Roebling Removed the new flicker code.
1998-12-01  Robert Roebling Pixel corrections for wxListCtrl
1998-12-01  Karsten BallüderAnother try to detect alpha systems and fix string...
1998-12-01  Robert Roebling New wxDC hierarchy
1998-12-01  Robert Roebling drawing optimization fix
1998-12-01  Robin DunnChanged wxBell to only use MessageBeep()
1998-11-30  Vadim Zeitlinlinux compile fix
1998-11-30  Julian SmartFixed toolbar gaffe.
1998-11-30  Julian SmartHierarchy fixes; bug fix for tabg that was introduced...
1998-11-30  Vadim Zeitlin1. added wxTreeCtrl::SetItemBold and IsBold, updated...
1998-11-29  Vadim Zeitlinsome Linux compilation fixes
1998-11-29  Julian SmartAdded Win95 implementation of OutputDebugString; added...
1998-11-29  Julian SmartAdded xpm directory.
1998-11-29  Julian SmartAdded wxVariant documentation; updated wxWindow, wxScro...
1998-11-28  Vadim Zeitlintoolbar tooltips fix
1998-11-28  Vadim Zeitlincompilation fixes for !wxUSE_POSTSCRIPT
1998-11-28  Vadim Zeitlinmoved common code from ctor and Create() to a separate...
1998-11-28  Vadim Zeitlinadded wxTB_FLAT to default style in wxFrame::CreateTool...
1998-11-28  Guilhem Lavaux* Fixed some "memory leak"
1998-11-28  Julian SmartwxSize/wxPoint/wxRect versions of functions added to...
1998-11-28  Unknown (UG)no message
1998-11-27  Unknown (UG)no message
1998-11-27  Vadim ZeitlinwxStringList::copy ctor and assignment operator added...
1998-11-27  Karsten Ballüderhandle sizeof(int) correctly
1998-11-27  Karsten Ballüdermade operator definition dependent on sizeof(int),...
1998-11-26  Karsten Ballüderremoved duplicate fixes
1998-11-26  Karsten Ballüdertrying to resolve string problem
1998-11-26  Vadim ZeitlinwxTreeCtrl::Delete() bug corrected, sample expanded...
1998-11-26  Robert Roebling Build fix
1998-11-26  Vadim Zeitlinaccidentally removed IMPLEMENT_DYNAMIC_CLASS added...
1998-11-26  Robert Roebling Flicker war won.
1998-11-26  Mart Raudseppinsert member funcs PositionToXY and XYToPosition
1998-11-26  Vadim Zeitlinvsprintf() is ANSI so there is normally no need to...
1998-11-26  Vadim Zeitlinsome sprintf()s replaced with wxString::Printf
1998-11-26  Vadim ZeitlinwxList::Insert() bug fixed
1998-11-26  Karsten Ballüdertrying with only an operator[] (int) and not (size_t)
1998-11-26  Julian SmartFixed Dialog Editor compilation and window sizing bug...
1998-11-26  Robert Roebling Fixes for wxlist
1998-11-25  Julian SmartVarious wxMotif changes including size optimisation...
1998-11-25  Robert Roebling Resize fine tuning
1998-11-25  Robert Roebling Fixed module code
1998-11-25  Karsten Ballüderuse unsigned for wxString [] operator
1998-11-25  Karsten Ballüderanother i.c.e.
1998-11-25  Karsten Ballüderfixed internal compiler error
1998-11-25  Karsten Ballüderfixed internal compiler error and proper translation
1998-11-25  Karsten Ballüdermade operator[](int n) const #ifdef _WXMSW__
1998-11-25  Karsten Ballüderfixed the internal compiler error
1998-11-25  Karsten Ballüderfixed the vsprintf() problem once and for all
1998-11-25  Julian SmartVarious fixes.
1998-11-25  Karsten BallüderAdded test for sprintf and vsnprintf to fix string...
1998-11-25  Unknown (UG)no message
1998-11-25  Robin DunnAdded wxPalette, wxRegion, wxRegionIterator, wxTaskbarIcon
1998-11-25  Robert Roebling wxFrame size bug
1998-11-25  Robin DunnConverted the virtual-methods-callbacks into real event...
1998-11-25  Robin DunnEnabled the wxUSE_VC_CRTDBG to be optional even if...
1998-11-25  Robin DunnFixed an issue related to the new wxList.
1998-11-25  Robert Roebling Improvements for notebooks on various versions of GTK
1998-11-25  Vadim Zeitlinadded untyped Sort() for compatibility
1998-11-24  Vadim ZeitlinLISTs renamed to OBJARRAYs
1998-11-24  Vadim Zeitlinrenamed old listimpl.cpp (because now there is a "real...
1998-11-24  Vadim Zeitlin1. new wxList code
1998-11-24  Julian Smart2nd attempt at MDI in wxMotif, using wxNotebook this...
1998-11-24  Guilhem Lavaux* Fixed a memory leak in wxThread
1998-11-24  Vadim Zeitlin1. Empty() now doesn't free memory - Clear() does
1998-11-24  Robert Roebling Big fix for GTK 1.1.5
1998-11-24  Robert Roebling GTK's dnd is broken, not mine
1998-11-23  Robert Roebling Corrected wxCHECK calls in bitmap.cpp
1998-11-23  Julian SmartRemoved rogue AIAI icon; removed PostScript files from...
1998-11-23  Julian SmartFix to wxTreeCtrl::GetNextChild from Marcel Rasche...
1998-11-23  Robert Roebling wxFrame::size There is always a hack to solve your...
1998-11-23  Robert Roebling Build fix in wxLog
1998-11-23  Robert Roebling Added install scripts in missing places
1998-11-23  Vadim Zeitlin__WIN16__ not defined any more for !MSW build
1998-11-23  Unknown (UG)no message
1998-11-22  Julian SmartChanges to WXDLLEXPORT keyword position for VC++ 6...
1998-11-22  Karsten BallüderFixed return code of GetSelectionCount()
1998-11-22  Karsten Ballüderfixed bug for empty lists
1998-11-22  Guilhem Lavaux* Renamed fstream.h in wfstream.h
next