2009-11-22 |
Stefan Neis | Fixed Cut&Paste error in wxTextCtrl::ChangeValue docume... |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Stefan Csomor | making sure creation is setup correctly for wx-frame... |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Jaakko Salli | Added a new documentation overview section 'Caveats... |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Jaakko Salli | Unified meaning of wxTypeIdentifier in RTTI and RTTI... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Vadim Zeitlin | Fix compilation for some wxMSW configurations. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Jaakko Salli | Fixed builds without wxHAS_EVENT_BIND (typeinfo.h inclu... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Jaakko Salli | Added typeinfo.h which implements wxTypeId, using C... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Vadim Zeitlin | Compilation fix for wxUSE_STL build: another missing... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Kevin Ollivier | Fix accidental commit of 2.8 ABI compat. code. |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Kevin Ollivier | Rebake after last commit. |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Kevin Ollivier | Forward port of r60190 (wxMSW Cairo support) to trunk. |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Julian Smart | Fixed #11212 [RichText sample] Assert/Crash when Styles... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Vadim Zeitlin | Suppress harmless g++ warnings about converting float... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Vadim Zeitlin | Fix harmless g++ warning about using NULL for non-pointer. |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Vadim Zeitlin | Fix handling of invalid paths with multiple columns... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Vadim Zeitlin | Remove unnecessary manual face name selection code. |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Vadim Zeitlin | Implement wxFont::GetFaceName() to return the face... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Václav Slavík | Improved handling of anchors in wxHTML: scroll to bette... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Vadim Zeitlin | Fix typo in Bind() documentation: s/binded/bound/ |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Vadim Zeitlin | Explicitly document event types for EVT_CLOSE(). |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Bryan Petty | Fix crash when dragging toolbars in wxAuiManager::OnFlo... |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Robin Dunn | Add some missing commas. Fixes #11443 |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Robert Roebling | Always set focus to the item selected using Select() |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Vadim Zeitlin | Fix wxDataViewRenderer::GetEllipsizeMode() for kDataBro... |
commit | commitdiff | tree | snapshot |
2009-11-15 |
Robert Roebling | Maybe fixed assertion when using built-in searching... |
commit | commitdiff | tree | snapshot |
2009-11-15 |
Robert Roebling | Don't use Ctrl-F as it hides a bug |
commit | commitdiff | tree | snapshot |
2009-11-15 |
Robert Roebling | Do earlier and better checking for matching actions... |
commit | commitdiff | tree | snapshot |
2009-11-15 |
Stefan Csomor | fixing typo for builds < 10.6 |
commit | commitdiff | tree | snapshot |
2009-11-15 |
Robert Roebling | Disable GTK cast checks in wx code |
commit | commitdiff | tree | snapshot |
2009-11-15 |
Robert Roebling | Revert wxFlexGridSizer constr. change |
commit | commitdiff | tree | snapshot |
2009-11-15 |
Paul Cornett | look for backtrace() in -lexecinfo, fixes #9783 |
commit | commitdiff | tree | snapshot |
2009-11-15 |
Kevin Ollivier | ShowWithoutActivating fix for OS X Cocoa, and also... |
commit | commitdiff | tree | snapshot |
2009-11-14 |
Vadim Zeitlin | Implement support for wxSL_<DIR> in wxGTK, show them... |
commit | commitdiff | tree | snapshot |
2009-11-14 |
Vadim Zeitlin | No changes, just removed trailing spaces. |
commit | commitdiff | tree | snapshot |
2009-11-14 |
Vadim Zeitlin | Correct wxSL_VERTICAL addition in r62618. |
commit | commitdiff | tree | snapshot |
2009-11-14 |
Vadim Zeitlin | Minor corrections to wxSL_LABELS definition and documen... |
commit | commitdiff | tree | snapshot |
2009-11-14 |
Robert Roebling | Restore ability to create wxFlexGridSizer with 2 params... |
commit | commitdiff | tree | snapshot |
2009-11-14 |
Kevin Ollivier | Don't assert when we get wxBG_STYLE_TRANSPARENT. |
commit | commitdiff | tree | snapshot |
2009-11-14 |
Kevin Ollivier | Fix typo that broke compilation and adjust the defines... |
commit | commitdiff | tree | snapshot |
2009-11-14 |
Robert Roebling | Hide value label explicitly |
commit | commitdiff | tree | snapshot |
2009-11-14 |
Vadim Zeitlin | Undo test code accidentally committed as part of r62643. |
commit | commitdiff | tree | snapshot |
2009-11-14 |
Robert Roebling | Always position value lable left of a vertical slider |
commit | commitdiff | tree | snapshot |
2009-11-14 |
Robert Roebling | Add tests for wxSL_MIN_MAX_LABELS and wxSL_VALUE_LABEL |
commit | commitdiff | tree | snapshot |
2009-11-14 |
Vadim Zeitlin | No real changes, just remove the ugly CONST_CAST macro. |
commit | commitdiff | tree | snapshot |
2009-11-14 |
Vadim Zeitlin | Restore the use of correct alignment in wxDVC renderers. |
commit | commitdiff | tree | snapshot |
2009-11-14 |
Robert Roebling | Simple implementation of wxSL_MIN_MAX_LABELS and wxSL_V... |
commit | commitdiff | tree | snapshot |
2009-11-14 |
Robert Roebling | Document wxSL_MIN_MAX_LABELS and wxSL_VALUE_LABEL |
commit | commitdiff | tree | snapshot |
2009-11-14 |
Robert Roebling | Typo |
commit | commitdiff | tree | snapshot |
2009-11-14 |
Robert Roebling | Implement wxSL_VALUE_LABEL and wxSL_MIN_MAX_LABELS... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Robert Roebling | Renamed wxSL_LABELS_MIN_MAX -> wxSL_MIN_MAX_LABELS |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Stefan Csomor | adding toolbar implementation for iphone |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Robert Roebling | Add constants wxSL_LABELS_MIN_MAX and wxSL_VALUE_LABEL |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Stefan Csomor | updating implementations of wxGetMouseState for osx_coc... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Robert Roebling | Implement and document wxDataViewTreeCtrl::IsContainer... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Robert Roebling | Minor formating |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Robert Roebling | Correct sorting in wxDataViewTreeStore, fixes #11436... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Robert Roebling | Don't use gtk_tree_model_get_path of the item is alread... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Robert Roebling | Add tests to wxDataViewTreeCtrl |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Robert Roebling | Also update focus rect when changing selection in singl... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Robert Roebling | Reset m_underMouse anytime the display is changed progr... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Kevin Ollivier | Override default handling so that we can position windo... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Vadim Zeitlin | Make wxSizeEvent::GetSize() description more precise. |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Vadim Zeitlin | Update gdb pretty printing support for latest gdb version. |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Vadim Zeitlin | Set wxSL_VERTICAL style in wxSlider demo page. |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Jaakko Salli | Fix wxPropertyGrid rendering problems when used with... |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Václav Slavík | Check that event's IDs range is valid, i.e. that lower... |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Vadim Zeitlin | Add wxBase64Decode(void*,size_t,wxString) overload. |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Julian Smart | Fixed tab removal bug, and empty text element |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Václav Slavík | added a note about XRCID() and EVT_*_RANGE macros ... |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Kevin Ollivier | Use wxWebKitCtrlNameStr to adhere to the convention... |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Kevin Ollivier | Run sanity checks on the position values. |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Vadim Zeitlin | Implement text ellipsizing for wxDataViewCustomRenderer... |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Vadim Zeitlin | Add wxOSX_USE_COCOA around Cocoa-only OSXApplyAttr... |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Vadim Zeitlin | Revert r62598 which removed "unnecessary wxOSX_USE_COCO... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Vadim Zeitlin | Send the selected item in wxDVC SELECTION_CHANGED event... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Vadim Zeitlin | No changes, just reformat comments in osx/dataview.mm. |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Vadim Zeitlin | Fix width of the wxDataViewTreeCtrl column under OSX... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Vadim Zeitlin | Add support for wxDV_NO_HEADER to OS X/Cocoa wxDataView... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Vadim Zeitlin | More cleanup of OS X Cocoa wxDataViewCtrl code. |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Vadim Zeitlin | Add support for custom attributes to wxOSX/Cocoa wxData... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Vadim Zeitlin | No changes, just remove unnecessary wxOSX_USE_COCOA... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Vadim Zeitlin | Don't overwrite background in custom renderer in OSX... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Vadim Zeitlin | Add support for custom attributes to wxGTK wxDataViewCu... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Vadim Zeitlin | Correct text position in wxDataViewCustomRenderer:... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Vadim Zeitlin | Pass full cell rectangle to WXCallRender(). |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Vadim Zeitlin | Add helper wxRectFromGDKRect() function and use it. |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Vadim Zeitlin | No real changes, just remove some unnecessary casts. |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Vadim Zeitlin | Avoid setting attributes in GTK wxDataViewRenderer... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Vadim Zeitlin | Allow custom wxDataViewCtrl renderers to easily use... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Vadim Zeitlin | Big wxDataViewCtrl renderer classes refactoring. |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Vadim Zeitlin | Add custom renderer column to the list model example... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Vadim Zeitlin | Use symbolic constants for list model columns in datavi... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Paul Cornett | wxSpinCtrl values are always integral, they don't need... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Paul Cornett | wxSpinCtrl::SetIncrement is supposed to take an int... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Vadim Zeitlin | Fix discrepancy between different ways of measuring... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Vadim Zeitlin | Fix unit test added in r62561 to work under Windows... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Vadim Zeitlin | Remove unused anywhere wxDataViewRenderer::RightClick(). |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Vadim Zeitlin | Fix fatal bug when changing wxDataViewCtrl model in... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Vadim Zeitlin | No changes, just correct a recurring typo in "Override". |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Vadim Zeitlin | No changes, just regenerated with bakefile 0.2.8. |
commit | commitdiff | tree | snapshot |
next |