]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2003-04-06  David ElliottReplace dc.cpp with dc.mm and dcclient.cpp with dc.mm
2003-04-06  David ElliottUse the wxStaticBox::GetBordersForSizer method to get...
2003-04-05  David ElliottAdded GetBordersForSizer(int *bordertop, int *borderOther)
2003-04-05  David ElliottCommented out most the the wxLogDebug
2003-04-05  David ElliottCocoa still uses the generic file dialog (see include...
2003-04-05  David ElliottAdded declarations for NSLayoutManager, NSTextContainer...
2003-04-05  Václav Slavíkregenerated makefiles
2003-04-05  Václav Slavíkpartially working wxTaskBarIcon for X11
2003-04-05  Václav Slavíkadded taskbarcmn.cpp
2003-04-05  Václav Slavíkremoved obsoleted virtuals from docs
2003-04-05  Václav Slavíkupdates to taskbar sample to use events instead of...
2003-04-05  Julian SmartFix for getting all frames from GIF animation
2003-04-05  Mattia Barbon Derive wxBitmap from wxBitmapBase.
2003-04-05  Julian SmartAdded a const for CW compilation
2003-04-05  Chris Elliottfix accidental overwrite of Makefile
2003-04-05  Julian SmartAPplied patch [ 705301 ] Don't send event for wxSplitte...
2003-04-05  Chris Elliottchanges to watcom makefiles for OpenWatcom
2003-04-04  Václav Slavíkremoved files with empty stubs
2003-04-04  Václav Slavíkpreparation for X11 wxTaskBarIcon version:
2003-04-04  Václav Slavíkpreparation for X11 wxTaskBarIcon version:
2003-04-04  Robin DunnHandle checkable items the right way in all cases
2003-04-04  Julian SmartApplied [ 714756 ] Clean warnings on build
2003-04-03  Roger Gammans * rename maxOnOverflow parameter to CoordToRowOrCol...
2003-04-03  Robin DunnCorrection to my new menu code: handle submenus on...
2003-04-03  Vadim Zeitlinstart of Greek translations
2003-04-03  Robin DunnFixed menu event propogation to be consistent across...
2003-04-03  Julian SmartFixed OnSetCursor for Mac
2003-04-03  Julian SmartApplied patch [ 709618 ] fixes drawing position in...
2003-04-03  Julian SmartApplied patch [ 708582 ] wxGenericFileDialog & expose...
2003-04-03  Julian SmartApplied patch [ 706329 ] [wxMac] Fixes wxGetLocalTimeMillis
2003-04-03  Julian SmartApplied patch [ 708016 ] Setup0.h updated according...
2003-04-03  Julian SmartApplied patch [ 708377 ] Make NET (smapi.cpp) UNICODE...
2003-04-03  Julian SmartFixed the wxX11 crash bug on opening a dialog that...
2003-04-03  Julian SmartUnicode-enabled the STC sample
2003-04-02  Vadim Zeitlincorrected description of auto-created wxConfig ownershi...
2003-04-02  Vadim Zeitlinbackport wxFileConfig fix
2003-04-02  Vadim Zeitlinfixed problem of deleting an entry added to an initiall...
2003-04-02  Vadim Zeitlincorrected a slightly confusing wxTE_LEFT/CENTRE/RIGHT...
2003-04-02  Mattia Barbon Remove dulicated call to wxBitmap::Init/CleanupStanda...
2003-04-02  Mattia Barbon wxMotif does not have wxBitmapDataObject.
2003-04-02  Mattia Barbon Partial fix for mono wxMemoryDC not working.
2003-04-02  Mattia Barbon Remove deprecated methods use.
2003-04-02  Mattia Barbon No real change.
2003-04-02  Mattia Barbon Make wxIcon more independent from wxBitmap implementa...
2003-04-02  Mattia Barbon Some updates for wxMotif documentation.
2003-04-02  Julian SmartApplied patch [ 705212 ] wxTextCtrl::SetSelection(...
2003-04-02  Mattia Barbon Regenerated configure scripts.
2003-04-02  Julian SmartApplied [ 703017 ] TreeCtrl sample build fails when...
2003-04-02  Julian SmartCorrection to last patch
2003-04-02  Julian SmartApplied patch [ 700313 ] Allow wxUSE_OWNER_DRAWN = 0
2003-04-02  Julian SmartApplied [ 700293 ] FL Unicode patches
2003-04-02  Julian SmartRemoved treectrl.h inclusion
2003-04-02  Julian SmartApplied patch [ 694561 ] FL Release build DLL include...
2003-04-02  Julian SmartApplied some of patch [ 688466 ] MSVC7 build & bug...
2003-04-02  Stefan Csomorbetter spacing
2003-04-02  Stefan Csomorsetting origin to printable area for wxMac
2003-04-01  David ElliottImplemented wxWindowCocoa::Cocoa_drawRect
2003-04-01  David ElliottChanged defined(__DARWIN__) to (defined(__DARWIN__...
2003-04-01  David ElliottRemoved deprecated parser.o from cocoa.t, reran tmake
2003-04-01  David ElliottWrap file with #if wxUSE_SPINBTN instead of #if 1
2003-03-31  Václav SlavíkXRC's unknown widget container handles removal of the...
2003-03-31  Mattia Barbon Regenerated some more makefiles/filelists.
2003-03-31  Mattia Barbon Removed Motif files that only contained stubs
2003-03-31  Mattia Barbon Removed a deprecated wxBitmap constructor, and some
2003-03-31  Mattia Barbon Fix filelist.t to work with the packaged tmake.exe...
2003-03-31  Julian SmartAdded 'deprecated' files
2003-03-31  Julian SmartMore deprecated code updates
2003-03-31  Julian SmartRemoved old classes and functions
2003-03-31  Julian SmartAdded distrib file for deprecated classes
2003-03-31  Julian SmartMore deprecated class mods
2003-03-31  Julian SmartDeprecated lib tweaks
2003-03-30  Julian SmartRemoving deprecated classes
2003-03-30  Julian SmartRemoved treelay sample
2003-03-30  Julian SmartRemoved proplist sample
2003-03-30  Julian SmartRemoved resource sample
2003-03-30  Julian SmartDeprecated library mods
2003-03-30  Julian SmartAdded project file
2003-03-30  Julian SmartDeprecated classes manual
2003-03-30  Julian SmartMakefile for deprecated samples
2003-03-30  Julian SmartNew location for some deprecated files
2003-03-30  Julian SmartNew location for more samples
2003-03-30  Mattia Barbon No real changes.
2003-03-30  Julian SmartNew location for proplist sample
2003-03-30  Mattia Barbon Moved wxWindow::SetSizeHints implementation to wxTopL...
2003-03-30  Mattia Barbon Inherit LoadFile and SaveFile from wxTextCtrlBase...
2003-03-30  Mattia Barbon Removed dependency on wxTabView.
2003-03-30  Mattia Barbon More native look for wxSpinButton.
2003-03-30  Mattia Barbon Add bmpmotif.cpp to descrip.mms.
2003-03-30  Mattia Barbon Create dialog with the correct style.
2003-03-30  Mattia Barbon Applied patch [ 702254 ] Life: Fix to page scrolling
2003-03-30  Václav Slavíkattempt to fix platform property problem on MacOSX
2003-03-29  Stefan Csomorunicode and __MACH__ additions for wxMac
2003-03-29  Stefan Csomorswitching to as many MSL wchar implementations as possi...
2003-03-29  Stefan Csomorcursor event support for mac activated
2003-03-29  Stefan Csomormac unicode
2003-03-29  Stefan Csomorfixed missing Idle events
2003-03-29  Vadim Zeitlinstart of Japanese translation
2003-03-29  Vadim Zeitlinupdated Japanese translation, minor changes to the...
2003-03-29  Julian SmartCopyright cleanup
2003-03-29  Julian SmartCopyright cleanup
next