2009-12-25 |
Kevin Ollivier | Remove the native toolbar from the frame in Destroy... |
tree | commitdiff |
2009-12-25 |
Stefan Csomor | removing event handlers on non-owned windows when the... |
tree | commitdiff |
2009-12-25 |
Jaakko Salli | Added wxComboCtrlBase::SetFore/BackgroundColour() |
tree | commitdiff |
2009-12-25 |
Stefan Csomor | fixing parameter names |
tree | commitdiff |
2009-12-22 |
Michael Wetherell | Add support for large stdio files for VC 8+. What versi... |
tree | commitdiff |
2009-12-22 |
Jaakko Salli | Added wxPropertyGrid::SetUnspecifiedValueAppearance... |
tree | commitdiff |
2009-12-22 |
Vadim Zeitlin | Finally really correct background erasing for wxMSW... |
tree | commitdiff |
2009-12-21 |
Jaakko Salli | Added wxMSW wxChoice::GetClassDefaultAttributes(),... |
tree | commitdiff |
2009-12-20 |
Jaakko Salli | Added wxPropertyGrid::GetUnspecifiedValueText(). Use... |
tree | commitdiff |
2009-12-19 |
Jaakko Salli | Added wxWindowMSW::MSWGetThemeColour(); initially use... |
tree | commitdiff |
2009-12-18 |
Vadim Zeitlin | Don't draw over dummy separators in MSW toolbar, just... |
tree | commitdiff |
2009-12-18 |
Vadim Zeitlin | No real changes, just change type of MSWGetBgBrush... |
tree | commitdiff |
2009-12-18 |
Vadim Zeitlin | Don't force themed background for wxToolBar under MSW... |
tree | commitdiff |
2009-12-17 |
Vadim Zeitlin | Always use FVIRTKEY for the accelerators under MSW. |
tree | commitdiff |
2009-12-15 |
Václav Slavík | compilation fix for wxUSE_IMAGE=0 case |
tree | commitdiff |
2009-12-14 |
Jaakko Salli | Always refresh the editor when setting property value... |
tree | commitdiff |
2009-12-14 |
Vadim Zeitlin | Restore correct access to wxGenericStaticText::Set... |
tree | commitdiff |
2009-12-13 |
Jaakko Salli | Added wxPropertyGridManager header support; Refactored... |
tree | commitdiff |
2009-12-12 |
Stefan Csomor | rearranging contentview, adding toolbar |
tree | commitdiff |
2009-12-12 |
Jaakko Salli | Generate wxPropertyGrid splitter (column divider) event... |
tree | commitdiff |
2009-12-10 |
Vadim Zeitlin | Add support for stretchable spaces to wxToolBar. |
tree | commitdiff |
2009-12-10 |
Vadim Zeitlin | Rename gtk{,1}/tbargtk.{h,cpp} to toolbar.{h,cpp}. |
tree | commitdiff |
2009-12-10 |
Vadim Zeitlin | No changes, just refactor wxToolBarToolBase ctors. |
tree | commitdiff |
2009-12-10 |
Vadim Zeitlin | No changes, just slightly simplify the tool insertion... |
tree | commitdiff |
2009-12-09 |
Peter Cawley | Rewrote wxRibbonPage realisation and layout code to... |
tree | commitdiff |
2009-12-09 |
Kevin Ollivier | Add OSX prefix, and be clear that this is OS X only... |
tree | commitdiff |
2009-12-08 |
Vadim Zeitlin | Make wxPORTRAIT and wxLANDSCAPE elements of wxPrintOrie... |
tree | commitdiff |
2009-12-08 |
Vadim Zeitlin | Don't override DoGetBestSize() in wxGenericStaticText... |
tree | commitdiff |
2009-12-08 |
Vadim Zeitlin | Implement wxWindow::DoGetBorderSize() in the trivial... |
tree | commitdiff |
2009-12-08 |
Julian Smart | Speed up adding pages during freezing |
tree | commitdiff |
2009-12-07 |
Vadim Zeitlin | Move wxMSW wxTextCtrl::GetDefaultAttributes() to wxText... |
tree | commitdiff |
2009-12-07 |
Vadim Zeitlin | Add semi-public wxDynamicLibrary::MSWGetModuleHandle(). |
tree | commitdiff |
2009-12-07 |
Kevin Ollivier | Add wxTLW::SetModified to allow apps to set the TLW... |
tree | commitdiff |
2009-12-06 |
Vadim Zeitlin | Minor corrections to ToWChar() comment. |
tree | commitdiff |
2009-12-06 |
Vadim Zeitlin | Fix wxFD_CLR() definition for Intel compiler under... |
tree | commitdiff |
2009-12-05 |
Paul Cornett | minor cleanup |
tree | commitdiff |
2009-12-05 |
Paul Cornett | remove unnecessary DoGetBestSize |
tree | commitdiff |
2009-12-05 |
Paul Cornett | simplify Enable() |
tree | commitdiff |
2009-12-05 |
Vadim Zeitlin | Implement wxNativeContainerWindow::IsShown() for MSW. |
tree | commitdiff |
2009-12-05 |
Vadim Zeitlin | Add support for MSW unique volume names to wxFileName. |
tree | commitdiff |
2009-12-03 |
Paul Cornett | make access for virtuals match base |
tree | commitdiff |
2009-12-02 |
Paul Cornett | make array data fully const |
tree | commitdiff |
2009-12-02 |
Paul Cornett | use const_cast where appropriate |
tree | commitdiff |
2009-12-02 |
Paul Cornett | check for self assignment in operator= |
tree | commitdiff |
2009-12-01 |
Bryan Petty | Forward-port of r62758 (Added wxHtmlEasyPrinting name... |
tree | commitdiff |
2009-12-01 |
Paul Cornett | remove m_backing_window member, to keep people from... |
tree | commitdiff |
2009-12-01 |
Vadim Zeitlin | Add wxOSX_10_6_AND_LATER macro and use it. |
tree | commitdiff |
2009-12-01 |
Paul Cornett | remove unused data member |
tree | commitdiff |
2009-11-30 |
Vadim Zeitlin | Fix compilation in wxUSE_STL==1 case broken by r62738. |
tree | commitdiff |
2009-11-28 |
Vadim Zeitlin | Allow calling wxStrchr() with a narrow string and wide... |
tree | commitdiff |
2009-11-27 |
Vadim Zeitlin | Define wxUSE_CAIRO in wx/chkconf.h to ensure that it... |
tree | commitdiff |
2009-11-27 |
Vadim Zeitlin | Allow changing horizontal alignment of numeric cells... |
tree | commitdiff |
2009-11-27 |
Vadim Zeitlin | Add symbolic constant wxALIGN_INVALID and use it instea... |
tree | commitdiff |
2009-11-26 |
Kevin Ollivier | Build fix for OS X <= 10.5. |
tree | commitdiff |
2009-11-26 |
Kevin Ollivier | Allow OS X Cocoa (or any OS X port) to override GetBest... |
tree | commitdiff |
2009-11-26 |
Kevin Ollivier | Add CheckSpelling support for OS X Cocoa, make sure... |
tree | commitdiff |
2009-11-26 |
Vadim Zeitlin | Make wxFileDialog::Set/SetPath() behave consistently. |
tree | commitdiff |
2009-11-26 |
Vadim Zeitlin | No changes, just avoid overriding GetNativeFontInfoDesc... |
tree | commitdiff |
2009-11-24 |
Vadim Zeitlin | Enable wxGraphicsContext and related classes by default... |
tree | commitdiff |
2009-11-23 |
Julian Smart | Made Unicode the default in symbols dialog. |
tree | commitdiff |
2009-11-22 |
Vadim Zeitlin | Define wxNO_RTTI if RTTI support is disabled for g... |
tree | commitdiff |
2009-11-21 |
Jaakko Salli | Unified meaning of wxTypeIdentifier in RTTI and RTTI... |
tree | commitdiff |
2009-11-19 |
Jaakko Salli | Fixed builds without wxHAS_EVENT_BIND (typeinfo.h inclu... |
tree | commitdiff |
2009-11-19 |
Jaakko Salli | Added typeinfo.h which implements wxTypeId, using C... |
tree | commitdiff |
2009-11-18 |
Kevin Ollivier | Forward port of r60190 (wxMSW Cairo support) to trunk. |
tree | commitdiff |
2009-11-18 |
Vadim Zeitlin | Fix harmless g++ warning about using NULL for non-pointer. |
tree | commitdiff |
2009-11-16 |
Robin Dunn | Add some missing commas. Fixes #11443 |
tree | commitdiff |
2009-11-15 |
Robert Roebling | Do earlier and better checking for matching actions... |
tree | commitdiff |
2009-11-15 |
Robert Roebling | Revert wxFlexGridSizer constr. change |
tree | commitdiff |
2009-11-14 |
Vadim Zeitlin | Minor corrections to wxSL_LABELS definition and documen... |
tree | commitdiff |
2009-11-14 |
Robert Roebling | Restore ability to create wxFlexGridSizer with 2 params... |
tree | commitdiff |
2009-11-14 |
Robert Roebling | Implement wxSL_VALUE_LABEL and wxSL_MIN_MAX_LABELS... |
tree | commitdiff |
2009-11-13 |
Robert Roebling | Renamed wxSL_LABELS_MIN_MAX -> wxSL_MIN_MAX_LABELS |
tree | commitdiff |
2009-11-13 |
Stefan Csomor | adding toolbar implementation for iphone |
tree | commitdiff |
2009-11-13 |
Robert Roebling | Add constants wxSL_LABELS_MIN_MAX and wxSL_VALUE_LABEL |
tree | commitdiff |
2009-11-13 |
Robert Roebling | Implement and document wxDataViewTreeCtrl::IsContainer... |
tree | commitdiff |
2009-11-11 |
Václav Slavík | Check that event's IDs range is valid, i.e. that lower... |
tree | commitdiff |
2009-11-11 |
Vadim Zeitlin | Add wxBase64Decode(void*,size_t,wxString) overload. |
tree | commitdiff |
2009-11-11 |
Kevin Ollivier | Use wxWebKitCtrlNameStr to adhere to the convention... |
tree | commitdiff |
2009-11-11 |
Vadim Zeitlin | Implement text ellipsizing for wxDataViewCustomRenderer... |
tree | commitdiff |
2009-11-11 |
Vadim Zeitlin | Add wxOSX_USE_COCOA around Cocoa-only OSXApplyAttr... |
tree | commitdiff |
2009-11-11 |
Vadim Zeitlin | Revert r62598 which removed "unnecessary wxOSX_USE_COCO... |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | Add support for wxDV_NO_HEADER to OS X/Cocoa wxDataView... |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | Add support for custom attributes to wxOSX/Cocoa wxData... |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | No changes, just remove unnecessary wxOSX_USE_COCOA... |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | Add support for custom attributes to wxGTK wxDataViewCu... |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | Correct text position in wxDataViewCustomRenderer:... |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | Add helper wxRectFromGDKRect() function and use it. |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | No real changes, just remove some unnecessary casts. |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | Avoid setting attributes in GTK wxDataViewRenderer... |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | Allow custom wxDataViewCtrl renderers to easily use... |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | Big wxDataViewCtrl renderer classes refactoring. |
tree | commitdiff |
2009-11-10 |
Paul Cornett | wxSpinCtrl values are always integral, they don't need... |
tree | commitdiff |
2009-11-10 |
Paul Cornett | wxSpinCtrl::SetIncrement is supposed to take an int... |
tree | commitdiff |
2009-11-09 |
Vadim Zeitlin | Remove unused anywhere wxDataViewRenderer::RightClick(). |
tree | commitdiff |
2009-11-08 |
Paul Cornett | avoid causing idle event from GetValue(), fixes #11013 |
tree | commitdiff |
2009-11-08 |
Kevin Ollivier | Make wxSTAY_ON_TOP and other window styles toggleable... |
tree | commitdiff |
2009-11-06 |
Vadim Zeitlin | Recognize MSVC 10 in wx/platform.h. |
tree | commitdiff |
2009-11-05 |
Vadim Zeitlin | Change wxLongLongFmtSpec to be a non-wide string. |
tree | commitdiff |
2009-11-05 |
Vadim Zeitlin | No real changes, just correct "synonim" typo in comments. |
tree | commitdiff |
next |