]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2002-02-17  Vadim Zeitlinadded SetString(), deprecated SetLabel()
2002-02-17  Vadim Zeitlinenable WXWIN_COMPATIBILITY_2_2 by default
2002-02-17  Mattia BarbonBlind fix for Win32 daily builds
2002-02-17  Václav Slavíkuse generic timer in wxMGL and wxX11
2002-02-17  Václav Slavíkmove wxMGL's wxTimer to src/generic
2002-02-17  Václav Slavíkcleaned a bit of mess in wxX11
2002-02-17  Václav Slavíkcorrected wxApp::GetStdIcon in wxX11
2002-02-17  Václav Slavíksynthetize 'button up' event before doubleclick, too
2002-02-17  Václav Slavíksynced configure with configure.in
2002-02-17  Václav Slavíktell wxHTML users to initialize wxImage
2002-02-17  Václav Slavíkadded info about xpm.lib to changes.txt
2002-02-17  Václav Slavíkfix for focus handling in generic wxListCtrl
2002-02-17  Stefan NeisFixed OS/2 compilation problems.
2002-02-17  Stefan NeisFix typo from version 1.528.
2002-02-17  Stefan NeisFixed typo in my last commit (it did break socket detec...
2002-02-17  Václav Slavíkdon't treat changing focus to popup's child as loosing it
2002-02-16  Vadim Zeitlinvarious splitter fixes:
2002-02-16  Stefan NeisChanges to make wxBase configure on OS/2 correctly.
2002-02-16  Mattia BarbonEnable wxDynamicLoader
2002-02-16  Mattia BarbonFix Cygwin and MinGW compilation
2002-02-16  Mattia BarbonFixed toolbar crash for MinGW/Cygwin
2002-02-16  Robert Roebling The last commit was too hasty.
2002-02-16  Robert Roebling Forgot to move update and clear regions when scrolling.
2002-02-16  Robert Roebling Put a wxRegion test into the erase sample.
2002-02-16  Vadim Zeitlinrefresh the item whose image depends on the expanded...
2002-02-16  Stefan Csomornew bitmap creation code for mac
2002-02-16  Stefan Csomornew bitmap code
2002-02-16  Václav Slavíkprevious change to wxImage was wrong, it didn't account...
2002-02-16  Stefan Csomorfixed inheritance info
2002-02-16  Stefan Csomorbracketed include def for CW nothrow flag for MAKINGDLL...
2002-02-16  Robert Roebling wxX11:
2002-02-16  Václav Slavíkmore fixes to wxSplitterWindow's initial sash position
2002-02-16  Václav SlavíkA couple of changes to wxImage:
2002-02-16  Václav Slavíkoops, commiting too fast, forgot to fix a small typo
2002-02-15  Robert Roebling wxX11:
2002-02-15  David WebsterNew def file
2002-02-15  Mattia Barbonspaces -> TAB
2002-02-15  Mattia BarbonUpdated docs for wxProcessEvent
2002-02-15  Robert Roebling wxX11:
2002-02-15  Václav Slavíkfix visual artifact in wxMSW (why does it happen?)
2002-02-15  Václav Slavíkmore MSLU fixes
2002-02-15  Václav Slavíkdon't translate accelerators in XRC menus
2002-02-15  Václav Slavíkadded Alt-PrintScreen handling (SciTech won't be happy...
2002-02-15  Václav Slavíkdon't show size grip when maximized
2002-02-15  Mattia BarbonUpdated MinGW build instructions
2002-02-15  Vadim Zeitlinmade wxDateTimeDefault an object and not a reference...
2002-02-15  Vadim ZeitlinAIX compilation fixes from Paul Thiessen
2002-02-15  Vadim Zeitlinfixed <strings.h> include and also removed the obsolete...
2002-02-15  Julian Smart#ifdefs for wxMotif which doesn't have a wxTopLevelWind...
2002-02-15  Julian SmartFixed usage of wxXmString
2002-02-15  Vadim Zeitlindirty fix for the initial splitter position waiting...
2002-02-15  Václav Slavíkleave in only Julian's version of CaptureMouse code
2002-02-15  Julian SmartInclude XPM under wxX11 for some samples; added comment...
2002-02-15  Julian SmartFixed typos
2002-02-15  Julian SmartAdded compatibility file
2002-02-15  Julian SmartStarted some NanoX work (blind to begin with)
2002-02-15  Václav Slavíkcopyright update
2002-02-15  Václav Slavíkcorrected double click events: wxMGL will now synthetize
2002-02-14  Robin DunnAs per the wx-dev discussion in early Jan, replaced
2002-02-14  Vadim Zeitlinundid my fix for loading 16x16 icons which results...
2002-02-14  Robert Roebling wxX11:
2002-02-14  Vadim Zeitlincache various bitmaps
2002-02-14  Vadim Zeitlinno changes (de-TABified, undid some horrors with which...
2002-02-14  Robert Roebling Updated the erase/paint event logic.
2002-02-14  Vadim Zeitlinfixes to sash adjusting code to avoid setting it to...
2002-02-14  Vadim ZeitlinwxFrame base class is xTLW, not wxWindow
2002-02-14  Václav Slavíkfill wxFocusEvent::m_win properly
2002-02-14  Václav Slavíkcopyright update
2002-02-14  Václav Slavíkcreate wxSpinCtrl with default pos+size first, so that...
2002-02-14  Robert Roebling Fixed bug with disappearing menus. They were
2002-02-14  Julian SmartStopped width = 0 fouling up window size change
2002-02-14  Julian SmartAdded some XSyncs to help size calculations, but positi...
2002-02-14  Václav Slavíkimplemented cursors cache, so that cursors are not...
2002-02-14  Václav Slavíktake const reference (thanks to Alberto Barbati)
2002-02-14  Julian SmartRestored previous mouse release/capture behaviour for...
2002-02-14  Vadim Zeitlinuse the native wxImageList under Win32 as otherwise...
2002-02-14  Vadim Zeitlincompilation fix for wxUSE_PALETTE == 0
2002-02-14  Vadim Zeitlin#if wxUSE_PALETTE, not #ifdef
2002-02-14  Robert Roebling Some clean-ups which don't really solve any problem...
2002-02-14  Julian SmartAdded border for top level windows with captions, though
2002-02-14  Julian SmartAdded SetSize to toplevel window
2002-02-14  Julian SmartCommented out XSetInputFocus for now
2002-02-14  Julian SmartRemoved wxBuffer from several ports; added function...
2002-02-14  Stefan Csomoradded .inited comparison as suggested by John McPherso...
2002-02-14  Robert Roebling wxX11:
2002-02-14  Václav Slavíkhandle accelerators for buttons, too
2002-02-14  Václav Slavík1. added wxUpdateUIEvent handling to wxMGL
2002-02-14  Václav Slavíkadded wxUpdateUIEvent handling to wxMGL
2002-02-13  Vadim Zeitlindelete the command if we failed to execute it (bug...
2002-02-13  Robin DunnSWIGged updates for wxGTK for recent changes
2002-02-13  Robin DunnA little different fix for how to delay the call to...
2002-02-13  Robin DunnA fix for incorrect wrapping of wxPallet.GetRGB
2002-02-13  Vadim Zeitlinreturn NULL from FindById() if the tool wasn't found...
2002-02-13  Vadim Zeitlinadded wxFSVolume patch from George Policello (untested...
2002-02-13  Vadim ZeitlinwxRESIZE_BOX -> wxRESIZE_BORDER (bug 515364)
2002-02-13  Vadim Zeitlindon't use -q option with egrep, Solaris doesn't have...
2002-02-13  Robin DunnFix for the splashscreen bitmap not showing up in wxGTK.
2002-02-13  Julian SmartAllowed for wxHAVE_LIB_XPM or using wxXPMDecoder
2002-02-13  Julian SmartFixes
2002-02-13  Julian SmartInclude src/x11/utils.cpp
next