Border corrections, and more compact dialog sizes
[wxWidgets.git] / src / generic /
2007-11-14  Robert Roeblinguse const for xpm icons
2007-11-13  Julian SmartGetting borders working
2007-11-12  Vadim Zeitlinmake various control names constants of type char,...
2007-11-12  Robert RoeblingAdapt for new DC code
2007-11-11  Robert RoeblingCompilation for GTK+
2007-11-11  Stefan Csomorfixing cairo bugs under OS X
2007-11-10  Paul CornettwxCairoContext doesn't need to know about wxPizza
2007-11-10  Stefan Csomorenabling clip
2007-11-10  Stefan Csomoradapting to new pizza, fixing dashes, pango layout
2007-11-09  Stefan Csomorforward port from 2.8
2007-11-09  Vadim Zeitlindon't call SetInsertionPointEnd() on a read-only combob...
2007-11-08  Robert RoeblingAdd wxDataViewTextRendererAttr, blind noop under wxMac
2007-11-07  Julian SmartWarning fix
2007-11-07  Julian SmartVertically centres a left-aligned wxChoiceBook controller
2007-11-06  Paul CornettNew "pizza" widget implementation. Window border widths...
2007-11-05  Vadim Zeitlinundid an overeager WXUNUSED() which broke non-Mac compi...
2007-11-05  Vadim Zeitlinremoved all compile- and run-time checks for GTK+ ...
2007-11-02  Vadim Zeitlindon't make the dialog 3 times as wide as the length...
2007-11-01  Vadim Zeitlindon't crash in HiglightAll() (called, in particular...
2007-11-01  Vadim Zeitlinmade LogLastRepetitionCountIfNeeded() non static to...
2007-10-31  Vadim Zeitlinmake strings used in the dialog translatable (patch...
2007-10-29  Vadim Zeitlindefine HDS_DRAGDROP and HDS_FULLDRAG if the SDK is...
2007-10-24  Vadim Zeitlinuse LogLastRepetitionCountIfNeeded() instead of DoLogNu...
2007-10-24  Vadim Zeitlinfix off by 1 pixel error in header drawing (patch 1819260)
2007-10-24  Robert RoeblingDon't hide wrong border around header button control...
2007-10-23  Vadim Zeitlinuse -Wunused-parameter with gcc for consistency with...
2007-10-23  Vadim Zeitlinfix a couple more of unused parameters warnings
2007-10-23  Paul Cornettremove extraneous semicolons
2007-10-22  Robert RoeblingFurther attempts to get button header right
2007-10-22  Robert RoeblingUse CommCtrl to render sortup and sortdown indicators...
2007-10-22  Robert RoeblingTrying to get native header button right
2007-10-21  Vadim Zeitlindon't store NULL attribute in wxGridRowOrColAttrData...
2007-10-20  Vadim Zeitlinreplace wrong calss of Refresh() with (hopefully) corre...
2007-10-20  Vadim Zeitlinfix unused parameter warnings
2007-10-20  Robert RoeblingRedundant call to GetItemByRow
2007-10-20  Robert RoeblingAdded wxDataViewCustomRenderer::RenderText() for render...
2007-10-20  Vadim Zeitlindon't update the tree unnecessarily in Expand/CollapseA...
2007-10-20  Robert RoeblingOnly draw cell in selected style when control has focus
2007-10-19  Robert RoeblingUse wxPointList instead of wxList in wxDC code
2007-10-19  Julian SmartShow debug report directory in long form on Windows
2007-10-18  Robert RoeblingAdded PrependColumn methods and short cuts. Added test...
2007-10-18  Robert RoeblingPixel fiddling for correct placement of text with and...
2007-10-18  Robert RoeblingCorrected wrong initial/min size of generic wxDataViewCtrl
2007-10-18  Robert RoeblingImplement HasContainerColumns in generic code
2007-10-17  Robert RoeblingMake wxRenderer::DrawItemSelectionRect() draw a focus...
2007-10-17  Robert RoeblingCorrect focus rect to not appear in unfocussed controls...
2007-10-17  Robert RoeblingCorrect EnsureVisible() to show last item entirely
2007-10-17  Robert RoeblingMore alignment issues
2007-10-17  Robert RoeblingEnsure item is visible when selection moves, remove...
2007-10-16  Robert RoeblingCorrect activate logic for <ENTER>
2007-10-16  Robert RoeblingCorrect activate logic for mouse clicks
2007-10-16  Robert RoeblingCorrect drawing placement (16px + 1 px border below)
2007-10-16  Robert RoeblingCorrect text colour in wxIconTextRenderer
2007-10-16  Robert RoeblingSupport for hover effect in header buttons
2007-10-08  Robin DunnOn Mac the first visible line needs to be recalculated...
2007-10-07  Vadim Zeitlinblind fix for Borland problems with operator?: after...
2007-10-07  Vadim Zeitlinmade wxTreeCtrl::GetNextVisible() behave in the same...
2007-10-07  Vadim Zeitlindon't create m_dottedPen with an invalid 0 style which...
2007-10-07  Vadim Zeitlinfixed totally wrong change in r49070
2007-10-06  Vadim Zeitlindon't use using directive, Watcom seems to have problem...
2007-10-06  Vadim Zeitlinfix GetPaths() and GetFilenames() too
2007-10-05  Vadim Zeitlinfix wxGenericFileDialog::Get{Path,Directory,Filename...
2007-10-04  Vadim Zeitlincheck for m_filectrl != NULL in OnUpdateButtonsUI(...
2007-10-02  Robert RoeblingDocument _ITEM_VALUE_CHANGED and implmement it equally...
2007-10-01  Jouk JansenOpenVMS update
2007-09-29  Vadim ZeitlinANSI mode compilation fix
2007-09-26  Vadim Zeitlinanother compilation fix PCH-less build
2007-09-26  Vadim Zeitlinadded wxTextEntry common base class for both wxTextCtrl...
2007-09-24  Robert RoeblingReduce width and height of drawing ops by one in all...
2007-09-24  Robert RoeblingFix various minor PS issues
2007-09-24  Robert RoeblingRemove several hack from PS code, use high resolution...
2007-09-21  Vadim Zeitlinvarious warning fixes for icc 9.1 compilation
2007-09-21  Vadim Zeitlindon't do anything before including the PCH header
2007-09-20  Vadim Zeitlinuse wxWindow::NewControlId() instead of wxNewId() to...
2007-09-20  Robert RoeblingPatch from Bo for new selection API and impl. of GetCol...
2007-09-19  Vadim Zeitlinuse update UI handler for the up and new directory...
2007-09-19  Vadim Zeitlinuse drives paths, not names, in the dialog to avoid...
2007-09-19  Vadim Zeitlinremove platform check, always compile this file as...
2007-09-19  Robert RoeblingLet wxListCtrl generate the context menu event itself
2007-09-18  Julian SmartFixed compilo
2007-09-17  Paul Cornettvarious small cleanups
2007-09-17  Robert RoeblingAlways rearrange wxListBook and send out size event...
2007-09-17  Vadim Zeitlinrename wxFileList to wxFileListCtrl
2007-09-17  Vadim Zeitlinadded new and improved wxFileCtrl implementation (patch...
2007-09-16  Vadim Zeitlinfix access to client data of wxComboBox in wxUniv by...
2007-09-15  Robert RoeblingCorrect GetLabelItemRect to not include image (as per...
2007-09-14  Vadim Zeitlinfix some harmless warnings (last two parts of patch...
2007-09-14  Robert RoeblingFix ending label-editing bug when clicking elsewhere
2007-09-13  Robert RoeblingAdd wxDataViewCtrl::GetColumnPosition() stubs
2007-09-13  Robert RoeblingAdd wxDataViewCtrl::GetSortingColumn() stubs
2007-09-09  Vadim Zeitlinadded wxApp::Set/GetAppDisplayName() (patch 1780414)
2007-09-09  Vadim Zeitlinadd wxSYS_DCLICK_TIME system metric constant; use it...
2007-09-05  Robert RoeblingAdd support for GTK print, modified from patch 1782055
2007-09-05  Robert RoeblingAdd force link for GtkPrint modeule (still commented...
2007-09-01  Robert RoeblingPatch from Bo for new API, various fixes, live update...
2007-08-29  Robert RoeblingPatch from Bo, implements mouse hover, default sort
2007-08-28  Robert RoeblingMinor correction, use wxCHECK
2007-08-28  Robert RoeblingFix from Bo
2007-08-28  Robert RoeblingApplied patch from Bo, WIP
2007-08-27  Robert Roeblingrestored expanders
next