]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2002-04-01  Vadim Zeitlinfixed wxCheckListBox behaviour in presense of wxLB_SORT...
2002-04-01  Julian SmartAdded FloodFill patch for samples
2002-04-01  Julian SmartApplied FloodFill patch
2002-04-01  Vadim Zeitlinuse the new wxExecute() API (no real changes)
2002-04-01  Vadim Zeitlinuse the new API in the sample as it's more readable
2002-04-01  Vadim Zeitlinsleep while waiting for the spawned process to terminat...
2002-04-01  Robin DunnFixed a few little bugs in how some methods are wrapped
2002-04-01  Robin DunnAdded wxIconBundle and wxTopLevelWindow.SetIcons.
2002-04-01  Robin DunnAdded wxListCtrlAutoWidthMixin from Erik Westra.
2002-04-01  Robin DunnA saner implementation for the new wxToolBar methods...
2002-04-01  Robin DunnSome cleanup
2002-04-01  Robin DunnTrying wxTE_PROCESS_ENTER and EVT_TEXT_ENTER on a combo...
2002-04-01  Julian SmartModifications to get wxNanoX compiling again
2002-04-01  Vadim Zeitlinrestored full redraw on repain behaviour by default...
2002-04-01  Robert Roebling Made wxFileDialog PDA friendlier.
2002-04-01  Robert Roebling Temporarily use self-made wxTextCtrl in wxX11 until
2002-03-31  Robert Roebling As in 2.2.9, toolbars should not get the focus.
2002-03-31  Robert Roebling Minor tweak (up-ported from 2.2.9) to make
2002-03-31  Robert Roebling Compile fix when not using WXR resources.
2002-03-31  Robert Roebling Compile fix for MinGW32
2002-03-30  Vadim Zeitlinfix for the paths with trailing (back)slashes
2002-03-30  Robert Roebling some more tweaks were required
2002-03-30  Robert Roebling Rewrote wxToolBar another time.
2002-03-30  Vadim Zeitlinfixed an apparent bug in DetermineScaling()
2002-03-30  Robert Roebling Added code for erasing the small square between scrol...
2002-03-30  Robert Roebling Configure changes for StrongARM cross-compilation.
2002-03-30  Robin DunnGive access to m_lastKeydownConsumed
2002-03-30  Robin DunnDon't set the longhelp in the statusbar if there isn...
2002-03-30  Robin DunnSet flags and libs for using unicows if MSLU=1
2002-03-29  Robert Roebling Some work for wxX11 on 8-bit visuals.
2002-03-29  Robert Roebling Removed old #ifdef from GTK 1.0
2002-03-29  Robert Roebling A bit of scrolling works under GTK 2.0
2002-03-29  Robert Roebling Make scrollbars appear.
2002-03-29  Robert Roebling Preventing bitmap crash differently.
2002-03-29  Robert Roebling Disabled masked bitmaps under GTK 2.0 until I know
2002-03-29  Robert Roebling Pop-up menus no longer jump before appearing.
2002-03-29  Robert Roebling Implemented two-window approach for pop-ups, since
2002-03-29  Robert Roebling Wrong #ifdef for GTK 1.2
2002-03-29  Robert Roebling More work on GTK 2.0 drawing.
2002-03-29  Vadim Zeitlincommented out an unused var
2002-03-29  Vadim Zeitlincorrected the previous warning fix so that it doesn...
2002-03-29  Vadim Zeitlinfixed fl compilation after the recent tbar changes...
2002-03-29  Vadim Zeitlincompilation fix
2002-03-29  Vadim Zeitlinfixed signed/unsigned comparison warning
2002-03-28  Robert Roebling Put some life into GTK 2.0 drawing.
2002-03-28  Vadim Zeitlinfixed VC++ warning in optimized build
2002-03-28  Mattia BarbonAdd missing include
2002-03-28  Julian SmartIn bitmap.cpp, CreateFromImage, took GetWidth and GetHe...
2002-03-28  Mattia BarbonFix for daily builds
2002-03-28  Mattia BarbonFixed problems with wxFrame::SetIcons
2002-03-28  Julian SmartCompile corrections
2002-03-28  Vadim Zeitlinunapplied part of Dimitri's patch at his request
2002-03-28  Robert Roebling More changes for better redraw flow under X11.
2002-03-28  Stefan Csomoradded iconbndl method, removed deleted files from project
2002-03-28  Stefan Csomorchanged implementation (was using now removed methods)
2002-03-28  Stefan Csomorchanged image.h include to be correct in all (precomp...
2002-03-28  Stefan Csomorcorrected dynarray.h include
2002-03-28  Vadim Zeitlinfixed a buffer overflow (!) in wxHtmlTagsCache
2002-03-28  Vadim Zeitlinfixed a (harmless) BoundsChecker warning
2002-03-28  Vadim Zeitlinfixed compilation in Unicode build
2002-03-28  Vadim Zeitlinfixed typos in Unicode configs of wxBase (thanks Dimitri)
2002-03-28  Vadim Zeitlincommitting the file which I forgot to commit yesterday...
2002-03-28  Robert Roebling Compile fix for TLW under X11.
2002-03-28  Robert Roebling Compile fix for wxFileName.
2002-03-28  Vadim Zeitlinuse PALETTERGB instead of RGB when creating wxMask...
2002-03-28  Vadim Zeitlinbasic wxFileName functions seem to work under Windows
2002-03-27  Vadim Zeitlinadded test of wxFSVolume
2002-03-27  Vadim ZeitlinwxFileName::Get/SetTimes() finally seem to work under...
2002-03-27  Vadim Zeitlinfixed bug in ConvertWxToFileTime (bug 525868)
2002-03-27  Robert Roebling wxX11 wants to have the border style flag
2002-03-27  Vadim Zeitlinfixed data format cast (patch 528965)
2002-03-27  Vadim Zeitlinminor cosmetic fixes
2002-03-27  Vadim ZeitlinUnicode compilation fixes (patch from Dimitri)
2002-03-27  Vadim Zeitlinremoved a few warnings and CW compilation problems...
2002-03-27  Vadim Zeitlinfix for building in a directory with a long name (patch...
2002-03-27  Vadim Zeitlinadded wxEXEC_MAKE_GROUP_LEADER (patch 535422)
2002-03-27  Vadim Zeitlinadded wxExecute tests and a few other misc additions
2002-03-27  Vadim Zeitlincompilation warning fixed
2002-03-27  Vadim Zeitlincompilation warning about signed/unsigned comparison...
2002-03-27  Vadim Zeitlincompilation fix: include wx/iconbndl.h
2002-03-27  Jouk Jansen Committing in .
2002-03-27  Robin DunnUpdates for new wxToolBar API
2002-03-27  Robin DunnUpdates for new wxToolBar API
2002-03-26  Robin DunnUpdates to match recent CVS changes.
2002-03-26  Robin DunnUpdates to match recent CVS changes.
2002-03-26  Mattia BarbonwxIconBundle implementation.
2002-03-26  Julian SmartCopied roadmap from wxWebSite module
2002-03-26  Robin DunnDon't use ConvertToBitmap
2002-03-26  Mattia BarbonDocs for wxDialog/wxFrame::SetIcons and wxIconBundle.
2002-03-26  Václav Slavíkwxhtml.rc not needed anymore
2002-03-26  Václav Slavíkdon't include wxhtml.rc
2002-03-26  Gilles Depeyrotminimum changes required for toolbar text related changes
2002-03-26  Gilles Depeyrotminor compilation warning corrections
2002-03-26  Gilles Depeyrotcommented unused variables and otherwise removed compil...
2002-03-26  Vadim Zeitlinfixed compilation warnings with GTK+ 2.0
2002-03-26  Vadim Zeitlinfixed crash under GTK+ 2.0
2002-03-26  Vadim Zeitlinfixed compilation error
2002-03-26  Vadim Zeitlinupdate the toolbar docs for radio buttons
2002-03-26  Vadim Zeitlinfix for toolbar radio buttons event generation
2002-03-26  Vadim Zeitlinradio toolbar buttons finally work
next