]> git.saurik.com Git - wxWidgets.git/history - src
Don't allow expanding/collapsing hidden root
[wxWidgets.git] / src /
2002-04-07  Václav SlavíkDon't allow expanding/collapsing hidden root
2002-04-07  Václav Slavíkoops, forgot to implement Home button
2002-04-07  Václav Slavíkcleaned up the mess caused by FloodFill patch
2002-04-07  Julian SmartChanged caret to black and made it go when control...
2002-04-07  Vadim Zeitlinfix for splitting the UNC paths
2002-04-07  Vadim Zeitlinadded wxTextCtrl::EmulateKeyPress
2002-04-07  Vadim Zeitlinadded raw key code and flags support (based on patch...
2002-04-07  Robert Roebling Further work on wxTextCtrl.
2002-04-07  Gilles Depeyrotremoved unnecessarily overridden wxControl method
2002-04-07  Gilles Depeyrotremoved 68K targets and preferences
2002-04-07  Vadim Zeitlinrefresh the dialog children forcefully even if wxCLIP_C...
2002-04-07  Julian SmartVersion updates, manual date change, no change to dragi...
2002-04-07  Gilles Depeyrotremoved 68K targets and preferences and renamed output...
2002-04-07  Václav Slavík*DO* use wxTR_EDIT_LABELS, it is neccessary
2002-04-07  Robert Roebling Make wxFileDialog even smaller under X11.
2002-04-07  Robert Roebling Make text control send text update events.
2002-04-07  Robert Roebling Further work on wxTextCrl.
2002-04-06  Vadim Zeitlinrefresh the dialogs after resize - this is the only...
2002-04-06  Vadim Zeitlincleaned up the checkbox creation code (~70 lines of...
2002-04-06  Vadim Zeitlinno significant changes
2002-04-06  Vadim Zeitlinfixed bug with initial path being a root directory...
2002-04-06  Julian SmartStrange sizing fix in DoResize() to workaround apparent
2002-04-06  Robert Roebling Added support for variable-width fonts
2002-04-06  Václav Slavíkadded wxFontMapper::Get/Set
2002-04-06  Václav Slavíkreverted Julian's unintentional breakage of wxChoice
2002-04-06  Václav Slavíkclear wxArtProvider cache when pushing new provider
2002-04-05  David WebsterNew moddef file
2002-04-05  David WebsterCatching up to new common class interfaces.
2002-04-05  Julian SmartMade sure the 'best' size doesn't get set for wxChoice
2002-04-05  Robert Roebling Fixed the background colour bug.
2002-04-05  David Websterneed wxUSE_WCHAR_T around wxConvLocal
2002-04-05  David WebsterFALSE not false
2002-04-05  Vadim Zeitlincompilation fix for !WXWIN_COMPATIBILITY_2_2
2002-04-05  Vadim Zeitlincompilation fix for !WXWIN_COMPATIBILITY_2_2
2002-04-05  Vadim Zeitlinminor fix to wxFileName::MakeRelativeTo(), removed...
2002-04-05  Vadim Zeitlinmore fixes to handling the paths with trailing slashes...
2002-04-05  Jouk Jansen Committing in .
2002-04-04  Julian SmartNo change
2002-04-04  Julian SmartRemoved wxTR_HIDE_ROOT under Windows, and removed wxTR_...
2002-04-04  Julian SmartAdded wxTB_NODIVIDER and wxTB_NOALIGN so native Windows...
2002-04-03  Robin DunnAdded sending of column dragging events to the generic...
2002-04-03  Mattia BarbonFix for broken BCC
2002-04-03  Robert Roebling Small typo, big effect.
2002-04-03  Vadim Zeitlinfixed error checking in wxKill
2002-04-03  Vadim Zeitlinreuse the fonts in the resource loading code (patch...
2002-04-03  Vadim Zeitlindon't reenable the disabled windows in OnShow(), it...
2002-04-03  Gilles Depeyrotcorrected FSSpec to POSIX file name conversions for...
2002-04-03  Robin DunnSince wxConditionInternal is a friend of wxMutex and...
2002-04-03  Vadim Zeitlinfixed a race condition resulting in returning incorrect...
2002-04-02  Robert Roebling Fix some crashes in new wxTextCtrl.
2002-04-02  Mattia BarbonwxCalendarCtrl::Destroy() now deletes year spin control and
2002-04-02  Stefan Csomoradded floodfilling for image
2002-04-02  Stefan Csomoradapted to new APIs for threads and floodfilling
2002-04-02  Mattia BarbonBlind fix for bug #529874 .
2002-04-02  Vadim Zeitlincompilation warning fixed
2002-04-02  Vadim Zeitlinchanged wxCondition API to take a reference, not pointe...
2002-04-02  Vadim Zeitlincompilation fixes for the recent commit
2002-04-02  Vadim Zeitlinadded wxSemaphore (with docs), new version of wxConditi...
2002-04-02  Vadim Zeitlinfixed paper size calculation (convert from 10ths of...
2002-04-02  Vadim Zeitlincompilation warning fixes
2002-04-02  Julian SmartAdded includes to correct compilo
2002-04-02  Julian SmartAdded wxImage::FloodFill file
2002-04-02  Robin DunnwxWindowMSW now eats EVT_CHAR if the key was handled...
2002-04-01  Vadim Zeitlinmore informational assert about the base class being...
2002-04-01  Julian SmartSeparated wxImage::FloodFill from image.cpp
2002-04-01  Vadim Zeitlinfixed wxCheckListBox behaviour in presense of wxLB_SORT...
2002-04-01  Julian SmartApplied FloodFill patch
2002-04-01  Vadim Zeitlinuse the new wxExecute() API (no real changes)
2002-04-01  Vadim Zeitlinsleep while waiting for the spawned process to terminat...
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 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  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 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  Julian SmartIn bitmap.cpp, CreateFromImage, took GetWidth and GetHe...
next