2007-11-14 |
Robert Roebling | Further wxDC changes |
tree | commitdiff |
2007-11-14 |
Robert Roebling | use const for xpm icons |
tree | commitdiff |
2007-11-13 |
Julian Smart | Getting borders working |
tree | commitdiff |
2007-11-12 |
Vadim Zeitlin | make various control names constants of type char,... |
tree | commitdiff |
2007-11-12 |
Robert Roebling | Adapt for new DC code |
tree | commitdiff |
2007-11-11 |
Robert Roebling | Compilation for GTK+ |
tree | commitdiff |
2007-11-11 |
Stefan Csomor | fixing cairo bugs under OS X |
tree | commitdiff |
2007-11-10 |
Paul Cornett | wxCairoContext doesn't need to know about wxPizza |
tree | commitdiff |
2007-11-10 |
Stefan Csomor | enabling clip |
tree | commitdiff |
2007-11-10 |
Stefan Csomor | adapting to new pizza, fixing dashes, pango layout |
tree | commitdiff |
2007-11-09 |
Stefan Csomor | forward port from 2.8 |
tree | commitdiff |
2007-11-09 |
Vadim Zeitlin | don't call SetInsertionPointEnd() on a read-only combob... |
tree | commitdiff |
2007-11-08 |
Robert Roebling | Add wxDataViewTextRendererAttr, blind noop under wxMac |
tree | commitdiff |
2007-11-07 |
Julian Smart | Warning fix |
tree | commitdiff |
2007-11-07 |
Julian Smart | Vertically centres a left-aligned wxChoiceBook controller |
tree | commitdiff |
2007-11-06 |
Paul Cornett | New "pizza" widget implementation. Window border widths... |
tree | commitdiff |
2007-11-05 |
Vadim Zeitlin | undid an overeager WXUNUSED() which broke non-Mac compi... |
tree | commitdiff |
2007-11-05 |
Vadim Zeitlin | removed all compile- and run-time checks for GTK+ ... |
tree | commitdiff |
2007-11-02 |
Vadim Zeitlin | don't make the dialog 3 times as wide as the length... |
tree | commitdiff |
2007-11-01 |
Vadim Zeitlin | don't crash in HiglightAll() (called, in particular... |
tree | commitdiff |
2007-11-01 |
Vadim Zeitlin | made LogLastRepetitionCountIfNeeded() non static to... |
tree | commitdiff |
2007-10-31 |
Vadim Zeitlin | make strings used in the dialog translatable (patch... |
tree | commitdiff |
2007-10-29 |
Vadim Zeitlin | define HDS_DRAGDROP and HDS_FULLDRAG if the SDK is... |
tree | commitdiff |
2007-10-24 |
Vadim Zeitlin | use LogLastRepetitionCountIfNeeded() instead of DoLogNu... |
tree | commitdiff |
2007-10-24 |
Vadim Zeitlin | fix off by 1 pixel error in header drawing (patch 1819260) |
tree | commitdiff |
2007-10-24 |
Robert Roebling | Don't hide wrong border around header button control... |
tree | commitdiff |
2007-10-23 |
Vadim Zeitlin | use -Wunused-parameter with gcc for consistency with... |
tree | commitdiff |
2007-10-23 |
Vadim Zeitlin | fix a couple more of unused parameters warnings |
tree | commitdiff |
2007-10-23 |
Paul Cornett | remove extraneous semicolons |
tree | commitdiff |
2007-10-22 |
Robert Roebling | Further attempts to get button header right |
tree | commitdiff |
2007-10-22 |
Robert Roebling | Use CommCtrl to render sortup and sortdown indicators... |
tree | commitdiff |
2007-10-22 |
Robert Roebling | Trying to get native header button right |
tree | commitdiff |
2007-10-21 |
Vadim Zeitlin | don't store NULL attribute in wxGridRowOrColAttrData... |
tree | commitdiff |
2007-10-20 |
Vadim Zeitlin | replace wrong calss of Refresh() with (hopefully) corre... |
tree | commitdiff |
2007-10-20 |
Vadim Zeitlin | fix unused parameter warnings |
tree | commitdiff |
2007-10-20 |
Robert Roebling | Redundant call to GetItemByRow |
tree | commitdiff |
2007-10-20 |
Robert Roebling | Added wxDataViewCustomRenderer::RenderText() for render... |
tree | commitdiff |
2007-10-20 |
Vadim Zeitlin | don't update the tree unnecessarily in Expand/CollapseA... |
tree | commitdiff |
2007-10-20 |
Robert Roebling | Only draw cell in selected style when control has focus |
tree | commitdiff |
2007-10-19 |
Robert Roebling | Use wxPointList instead of wxList in wxDC code |
tree | commitdiff |
2007-10-19 |
Julian Smart | Show debug report directory in long form on Windows |
tree | commitdiff |
2007-10-18 |
Robert Roebling | Added PrependColumn methods and short cuts. Added test... |
tree | commitdiff |
2007-10-18 |
Robert Roebling | Pixel fiddling for correct placement of text with and... |
tree | commitdiff |
2007-10-18 |
Robert Roebling | Corrected wrong initial/min size of generic wxDataViewCtrl |
tree | commitdiff |
2007-10-18 |
Robert Roebling | Implement HasContainerColumns in generic code |
tree | commitdiff |
2007-10-17 |
Robert Roebling | Make wxRenderer::DrawItemSelectionRect() draw a focus... |
tree | commitdiff |
2007-10-17 |
Robert Roebling | Correct focus rect to not appear in unfocussed controls... |
tree | commitdiff |
2007-10-17 |
Robert Roebling | Correct EnsureVisible() to show last item entirely |
tree | commitdiff |
2007-10-17 |
Robert Roebling | More alignment issues |
tree | commitdiff |
2007-10-17 |
Robert Roebling | Ensure item is visible when selection moves, remove... |
tree | commitdiff |
2007-10-16 |
Robert Roebling | Correct activate logic for <ENTER> |
tree | commitdiff |
2007-10-16 |
Robert Roebling | Correct activate logic for mouse clicks |
tree | commitdiff |
2007-10-16 |
Robert Roebling | Correct drawing placement (16px + 1 px border below) |
tree | commitdiff |
2007-10-16 |
Robert Roebling | Correct text colour in wxIconTextRenderer |
tree | commitdiff |
2007-10-16 |
Robert Roebling | Support for hover effect in header buttons |
tree | commitdiff |
2007-10-08 |
Robin Dunn | On Mac the first visible line needs to be recalculated... |
tree | commitdiff |
2007-10-07 |
Vadim Zeitlin | blind fix for Borland problems with operator?: after... |
tree | commitdiff |
2007-10-07 |
Vadim Zeitlin | made wxTreeCtrl::GetNextVisible() behave in the same... |
tree | commitdiff |
2007-10-07 |
Vadim Zeitlin | don't create m_dottedPen with an invalid 0 style which... |
tree | commitdiff |
2007-10-07 |
Vadim Zeitlin | fixed totally wrong change in r49070 |
tree | commitdiff |
2007-10-06 |
Vadim Zeitlin | don't use using directive, Watcom seems to have problem... |
tree | commitdiff |
2007-10-06 |
Vadim Zeitlin | fix GetPaths() and GetFilenames() too |
tree | commitdiff |
2007-10-05 |
Vadim Zeitlin | fix wxGenericFileDialog::Get{Path,Directory,Filename... |
tree | commitdiff |
2007-10-04 |
Vadim Zeitlin | check for m_filectrl != NULL in OnUpdateButtonsUI(... |
tree | commitdiff |
2007-10-02 |
Robert Roebling | Document _ITEM_VALUE_CHANGED and implmement it equally... |
tree | commitdiff |
2007-10-01 |
Jouk Jansen | OpenVMS update |
tree | commitdiff |
2007-09-29 |
Vadim Zeitlin | ANSI mode compilation fix |
tree | commitdiff |
2007-09-26 |
Vadim Zeitlin | another compilation fix PCH-less build |
tree | commitdiff |
2007-09-26 |
Vadim Zeitlin | added wxTextEntry common base class for both wxTextCtrl... |
tree | commitdiff |
2007-09-24 |
Robert Roebling | Reduce width and height of drawing ops by one in all... |
tree | commitdiff |
2007-09-24 |
Robert Roebling | Fix various minor PS issues |
tree | commitdiff |
2007-09-24 |
Robert Roebling | Remove several hack from PS code, use high resolution... |
tree | commitdiff |
2007-09-21 |
Vadim Zeitlin | various warning fixes for icc 9.1 compilation |
tree | commitdiff |
2007-09-21 |
Vadim Zeitlin | don't do anything before including the PCH header |
tree | commitdiff |
2007-09-20 |
Vadim Zeitlin | use wxWindow::NewControlId() instead of wxNewId() to... |
tree | commitdiff |
2007-09-20 |
Robert Roebling | Patch from Bo for new selection API and impl. of GetCol... |
tree | commitdiff |
2007-09-19 |
Vadim Zeitlin | use update UI handler for the up and new directory... |
tree | commitdiff |
2007-09-19 |
Vadim Zeitlin | use drives paths, not names, in the dialog to avoid... |
tree | commitdiff |
2007-09-19 |
Vadim Zeitlin | remove platform check, always compile this file as... |
tree | commitdiff |
2007-09-19 |
Robert Roebling | Let wxListCtrl generate the context menu event itself |
tree | commitdiff |
2007-09-18 |
Julian Smart | Fixed compilo |
tree | commitdiff |
2007-09-17 |
Paul Cornett | various small cleanups |
tree | commitdiff |
2007-09-17 |
Robert Roebling | Always rearrange wxListBook and send out size event... |
tree | commitdiff |
2007-09-17 |
Vadim Zeitlin | rename wxFileList to wxFileListCtrl |
tree | commitdiff |
2007-09-17 |
Vadim Zeitlin | added new and improved wxFileCtrl implementation (patch... |
tree | commitdiff |
2007-09-16 |
Vadim Zeitlin | fix access to client data of wxComboBox in wxUniv by... |
tree | commitdiff |
2007-09-15 |
Robert Roebling | Correct GetLabelItemRect to not include image (as per... |
tree | commitdiff |
2007-09-14 |
Vadim Zeitlin | fix some harmless warnings (last two parts of patch... |
tree | commitdiff |
2007-09-14 |
Robert Roebling | Fix ending label-editing bug when clicking elsewhere |
tree | commitdiff |
2007-09-13 |
Robert Roebling | Add wxDataViewCtrl::GetColumnPosition() stubs |
tree | commitdiff |
2007-09-13 |
Robert Roebling | Add wxDataViewCtrl::GetSortingColumn() stubs |
tree | commitdiff |
2007-09-09 |
Vadim Zeitlin | added wxApp::Set/GetAppDisplayName() (patch 1780414) |
tree | commitdiff |
2007-09-09 |
Vadim Zeitlin | add wxSYS_DCLICK_TIME system metric constant; use it... |
tree | commitdiff |
2007-09-05 |
Robert Roebling | Add support for GTK print, modified from patch 1782055 |
tree | commitdiff |
2007-09-05 |
Robert Roebling | Add force link for GtkPrint modeule (still commented... |
tree | commitdiff |
2007-09-01 |
Robert Roebling | Patch from Bo for new API, various fixes, live update... |
tree | commitdiff |
2007-08-29 |
Robert Roebling | Patch from Bo, implements mouse hover, default sort |
tree | commitdiff |
2007-08-28 |
Robert Roebling | Minor correction, use wxCHECK |
tree | commitdiff |
2007-08-28 |
Robert Roebling | Fix from Bo |
tree | commitdiff |
2007-08-28 |
Robert Roebling | Applied patch from Bo, WIP |
tree | commitdiff |
next |