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 |
2009-11-08 |
Paul Cornett | avoid causing idle event from GetValue(), fixes #11013 |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Peter Cawley | Replaced hard-coded font size in ribbon art provider... |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Václav Slavík | document that wxMessageDialog API additions appeared... |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Kevin Ollivier | Make wxSTAY_ON_TOP and other window styles toggleable... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Vadim Zeitlin | Recognize MSVC 10 in wx/platform.h. |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Vadim Zeitlin | Change interpretation of font height in wxMSW to mean... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Vadim Zeitlin | Prefer to use standard selection colour in wxDataViewCu... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Stefan Csomor | adding support for wxShowEvent |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Vadim Zeitlin | Compilation fix after r62562. |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Vadim Zeitlin | Change wxLongLongFmtSpec to be a non-wide string. |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Vadim Zeitlin | Recognize UNCs starting with forward slashes too in... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Vadim Zeitlin | No real changes, just correct "synonim" typo in comments. |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Vadim Zeitlin | Implement wxFindWindowAtPoint() correctly for wxOSX... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Kevin Ollivier | Create an autorelease pool to catch objects created... |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Vadim Zeitlin | Revert "trivial" change of r61772. |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Paul Cornett | work around probable bug in GTK+ 2.18 when calling... |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Vadim Zeitlin | Document wxDocument::SetDocumentSaved(). |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Jaakko Salli | Some wxComboCtrlBase member functions were enclosed... |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Michael Wetherell | Do trunk builds on ravnsgaard. |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Kevin Ollivier | Start on Get/SetStyle support for OS X Cocoa wxTextCtrl. |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Kevin Ollivier | wxColour -> NSColor conversion. |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Kevin Ollivier | NSFont -> wxFont conversion. |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Kevin Ollivier | Adding NSColor -> wxColour conversion. |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Kevin Ollivier | Bakefile 0.2.8 rebake. |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Kevin Ollivier | Update to Bakefile 0.2.8. |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Paul Cornett | make sure ShowWithoutActivating only takes effect once |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Vadim Zeitlin | Make public and document wxDataView{Index,Virtual}ListM... |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Vadim Zeitlin | Fix wx headers compilation in mingw32 strict ANSI mode. |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Vadim Zeitlin | No real changes, just fix a typo in wxDataViewModel... |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Vadim Zeitlin | Return the real column width from wxOSX wxDataViewColum... |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Paul Cornett | implement ShowWithoutActivating for GTK+ |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Kevin Ollivier | Compilation fix for last commit. |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Kevin Ollivier | Initial ShowWithoutActivating implementations for Mac... |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Jouk Jansen | fixing wx/evtloop.h for gtk1 |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Jaakko Salli | Fixed backslash escaping in wxArrayStringProperty:... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Jouk Jansen | omitting assert that makes no sense for OpenVMS |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Vadim Zeitlin | No changes, just add a comment to the button focus... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Vadim Zeitlin | Undo commit of test code accidentally checked in in... |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Paul Cornett | feature name must match description |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Vadim Zeitlin | Make wxDataViewModel::GetAttr() and GetAttrByRow()... |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Vadim Zeitlin | Add wxDataViewListModel base class for list models. |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Vadim Zeitlin | Create model and column in wxDataViewTreeCtrl::Create... |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Vadim Zeitlin | No real changes, just make wxDataViewCtrl::Init() priva... |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Stefan Csomor | support for auto-rotate on iphone |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Stefan Csomor | switching to explicit flush mode, otherwise clientdc... |
commit | commitdiff | tree | snapshot |
next |