]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2002-02-12  Julian SmartAttempts to get client origin working. Work in progress.
2002-02-12  Julian SmartSimplified default wxTheme code and made sure a default
2002-02-12  Václav Slavíksafeguards against crashes
2002-02-12  Václav Slavíkfixed menubar attaching: create it first, THEN set...
2002-02-12  Václav SlavíkwxMGL compilation fix
2002-02-12  David WebsterDisplay child panels, and make unneeded scrollbars...
2002-02-12  Robin DunnFixed a bug that prevented editors and renderers to...
2002-02-11  Václav SlavíkwxGenericDirCtrl now correctly updates itself when...
2002-02-11  Václav SlavíkwxSplitterWindow now:
2002-02-11  Václav Slavíkrewrote wxHtmlHelpFrame using sizers
2002-02-11  Václav Slavíkuse wxHashMap, not wxHashTable in wxXPMDecoder
2002-02-11  Václav Slavíka note just in case I misread wxHTML code again...
2002-02-11  Robin Dunnbugfix for SetString in a wxCheckListBox
2002-02-11  Robert Roebling wxX11:
2002-02-11  Robert Roebling Found the X11 error in wxDC.
2002-02-11  Vadim Zeitlinadded SetString docs
2002-02-11  Robert Roebling wxX11:
2002-02-11  Vadim Zeitlinfixed make install and make base for wxBase
2002-02-11  David WebsterNew def file
2002-02-11  Julian SmartAdded MICROWIN include dir
2002-02-11  Julian SmartAttempted to add configury for NanoX compatibility
2002-02-11  Julian SmartRemoved -lXext -lXt from libraries for wxX11
2002-02-11  Julian SmartMade sure events for defunct windows are no longer...
2002-02-11  Julian SmartPut m_statusText.SetCount(number) before wxStatusBarBas...
2002-02-11  Robert Roebling Last link error in wxX11 killed.
2002-02-11  Julian SmartMerge correction
2002-02-11  Julian SmartLinking now
2002-02-11  Robert Roebling Various compile fixes.
2002-02-11  Julian SmartTypos and other fixes
2002-02-11  Julian SmartSmall changes to wxX11
2002-02-11  David WebsterUpdates for Y positioning
2002-02-10  Václav Slavíkdisable shared libs for DJGPP (who broke this?)
2002-02-10  Václav Slavíkfixes to HTML tables alignment
2002-02-10  Julian SmartImplemented CopyFromBitmap, CopyFromIcon
2002-02-10  Robert Roebling wxX11: link errors down to 1.
2002-02-10  Julian SmartAdded wxPopupWindow skeleton (no implementation yet)
2002-02-10  Robert Roebling More make install tweaks.
2002-02-10  Robert Roebling wxX11:
2002-02-10  Václav Slavíkrespect minimal wxTLW size in wxUniv
2002-02-10  Václav Slavíkhonour min/max size in wxMGL's wxWindow::DoSetSize
2002-02-10  Václav Slavíkuse sunken border for wxHtmlHelpController's font preview
2002-02-10  Václav Slavíkadded default ctor to wxStaticText
2002-02-10  Václav Slavíkmore wxMGL-aware samples
2002-02-10  Václav Slavíkdon't use wxGenericDirDialog in MSW
2002-02-10  Robert Roebling Killed various wxMotif things in wxX11.
2002-02-10  Robert Roebling wxX11:
2002-02-10  Robert Roebling wxX11:
2002-02-10  Vadim Zeitlinfix for wxUniv/GTK scrolling
2002-02-10  Robert Roebling wxX11 compiles and links now. I wonder why there is
2002-02-10  Robert Roebling wxX11 might compile now.
2002-02-10  Robert Roebling More configure/compile things for X11.
2002-02-10  Robert Roebling Removed menu.cpp and toolbar.cpp from X11.
2002-02-10  David WebsterNew positioning code, eliminating a lot of extra, unnec...
2002-02-10  David WebsterRemoving OS/2 specific positioning methods, no longer...
2002-02-10  Julian SmartMore X11 code
2002-02-09  Václav Slavíkcompilation fix for wxUSE_TOOLTIPS=0 (i.e. wxUniv)
2002-02-09  Václav Slavíkfixes to wxTLW::Maximize in wxMGL
2002-02-09  Václav Slavíkimplemented titlebar doubleclick in win32 theme
2002-02-09  Václav Slavíkuse AllocExclusive for reference counting
2002-02-09  Václav Slavíkuse WXUNUSED(foo), not (void)foo
2002-02-09  Václav Slavík1. make paint events debugging runtime switch instead...
2002-02-09  Václav Slavíkfix for scrollbar's thumb update bug in wxUniv
2002-02-09  Václav Slavíktemporary hack to make wxMGL and SciTech happy...
2002-02-09  Václav SlavíkwxDC::DoDrawRectangle hack is no longer needed
2002-02-09  Robert Roebling Commiting remaining files of configure change for...
2002-02-09  Robert Roebling X11 make stuff.
2002-02-09  Robert Roebling More make stuff for X11.
2002-02-09  Robert Roebling tmake update.
2002-02-09  Robert Roebling tmake update for x11.
2002-02-09  Robert Roebling Updates to tmake for X11. Damn lock in CVS.
2002-02-09  Václav Slavíkfix for broken color parsing in wxXPMDecoder (thanks...
2002-02-09  George TaskerPatch #514838 - FL wxFrameLayout::SetBarState() patch...
2002-02-09  George TaskerPatch #514836 - Tested by Hans
2002-02-09  Robin DunnNew PyCrust source from Patrick's CVS
2002-02-09  Robin DunnThe calltip window and autocomplete window in wxSTC...
2002-02-08  Robert Roebling More refreshes are deferred to idle time.
2002-02-08  Václav Slavíkreverted revision 1.6 -- Mattia obviously knows better...
2002-02-08  Václav Slavíkcompilation fix -- a better way
2002-02-08  Robin DunnAdded notes for what to do if VC has an internal compil...
2002-02-08  David Websternew module definition file for OS/2 Dll build.
2002-02-08  Mattia BarbonBlind fix for Watcom ( and VisualAge? )
2002-02-08  Vadim ZeitlinwxBase readme file location changed
2002-02-08  Vadim Zeitlinmoved wxBase readme to its own directory
2002-02-08  Julian SmartNow compiling
2002-02-08  George TaskerPatch #514729 applied - adds missing RTTIs to wxToolLay...
2002-02-08  Julian SmartAdded evtloop.cpp to file list, added X11 to makeall
2002-02-08  Julian SmartAdded X11 readme & install docs, updates to Motif ones
2002-02-08  Julian SmartAdded X11 wxEventLoop implementation; rearranged event...
2002-02-08  Vadim Zeitlincleanups after SciTech commit :-(
2002-02-08  Václav Slavíkmake more wxImage methods const
2002-02-08  Václav Slavíkchanged wxImage::ComputeHistogram to use wxHashMap
2002-02-08  Václav Slavíkfixed wxPageSetupDialogData::SetPaperId() to take value...
2002-02-07  Vadim Zeitlinadded another overloaded DrawCircle() version for compl...
2002-02-07  Robin DunnPatch from Neil H.
2002-02-07  Kendall BennettMerges from Scitech Branch (George Davison):
2002-02-07  Václav Slavíkchanged wxImage::ComputeHistogram to use wxHashMap
2002-02-07  Julian SmartPut ~/.mailcap to head of search list so local settings...
2002-02-07  Julian SmartVarious fixes for X11 compilation
2002-02-07  Julian SmartFixes for X11 builds
2002-02-07  George TaskerApplied patch #514037 from Paul Gammans to remove unnee...
next