2009-12-27 |
Vadim Zeitlin | Don't call SetMinSize() when creating the window if... |
tree | commitdiff |
2009-12-26 |
Vadim Zeitlin | Take into account the initial buttons state when creati... |
tree | commitdiff |
2009-12-26 |
Vadim Zeitlin | No changes, just fix a typo in and rephrase a comment. |
tree | commitdiff |
2009-12-26 |
Jaakko Salli | Replaced 'InlineHelp' property attribute with 'Hint... |
tree | commitdiff |
2009-12-26 |
Jaakko Salli | Added wxComboCtrl::SetHint(), GetHint() |
tree | commitdiff |
2009-12-25 |
Kevin Ollivier | Remove the native toolbar from the frame in Destroy... |
tree | commitdiff |
2009-12-25 |
Kevin Ollivier | Use NSTrackingArea when available (building for 10... |
tree | commitdiff |
2009-12-25 |
Vadim Zeitlin | Always show hint in text entries, even when they have... |
tree | commitdiff |
2009-12-25 |
Stefan Csomor | removing event handlers on non-owned windows when the... |
tree | commitdiff |
2009-12-25 |
Jaakko Salli | Refactored a very confusing condition in wxPGComboBox... |
tree | commitdiff |
2009-12-25 |
Jaakko Salli | Added wxComboCtrlBase::SetFore/BackgroundColour() |
tree | commitdiff |
2009-12-23 |
Vadim Zeitlin | Erase toolbar background even if it doesn't contain... |
tree | commitdiff |
2009-12-23 |
Vadim Zeitlin | Don't pass 0 timer ids to ::SetTimer(). |
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-22 |
Vadim Zeitlin | Fix best size computation for buttons without image... |
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-20 |
Jaakko Salli | Added some missing SetupTextCtrlValue() calls |
tree | commitdiff |
2009-12-19 |
Jaakko Salli | Suppress 'unused argument' warnings |
tree | commitdiff |
2009-12-19 |
Jaakko Salli | Added wxWindowMSW::MSWGetThemeColour(); initially use... |
tree | commitdiff |
2009-12-19 |
Jaakko Salli | Properly notify active editor control when it receives... |
tree | commitdiff |
2009-12-19 |
Vadim Zeitlin | Corrections to expander position calculations and drawi... |
tree | commitdiff |
2009-12-19 |
Vadim Zeitlin | Correct selection/drop highlight rectangles width in... |
tree | commitdiff |
2009-12-19 |
Vadim Zeitlin | Always draw standard-sized checkboxes in generic wxData... |
tree | commitdiff |
2009-12-19 |
Vadim Zeitlin | Use correct width in wxDataViewCustomRendererBase:... |
tree | commitdiff |
2009-12-19 |
Jaakko Salli | In wxPropertyGrid::HandleCustomEditorEvent(), also... |
tree | commitdiff |
2009-12-18 |
Vadim Zeitlin | Don't create labels with wxST_NO_AUTORESIZE flag with... |
tree | commitdiff |
2009-12-18 |
Vadim Zeitlin | Don't draw over dummy separators in MSW toolbar, just... |
tree | commitdiff |
2009-12-18 |
Vadim Zeitlin | Don't explicitly set the background colour for wxChoice. |
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-18 |
Jaakko Salli | Have wxComboCtrl honour any custom foreground and backg... |
tree | commitdiff |
2009-12-18 |
Vadim Zeitlin | Don't access the first character of a possible empty... |
tree | commitdiff |
2009-12-18 |
Vadim Zeitlin | Only call GetTextMetrics() in wxDC::GetTextExtent(... |
tree | commitdiff |
2009-12-18 |
Vadim Zeitlin | Call SymCleanup() in wxStackWalker to fix problem with... |
tree | commitdiff |
2009-12-18 |
Vadim Zeitlin | No changes, just minor cleanup. |
tree | commitdiff |
2009-12-18 |
Vadim Zeitlin | Restore the use of the correct brush for toolbar backgr... |
tree | commitdiff |
2009-12-17 |
Vadim Zeitlin | Correct wxDateTime::GetWeekOfMonth() for days in the... |
tree | commitdiff |
2009-12-17 |
Vadim Zeitlin | Always use FVIRTKEY for the accelerators under MSW. |
tree | commitdiff |
2009-12-17 |
Jaakko Salli | Allow wxPropertyGrid::RecalculateVirtualSize() execute... |
tree | commitdiff |
2009-12-17 |
Stefan Csomor | supporting sleep mode properly, see #11557 |
tree | commitdiff |
2009-12-17 |
Vadim Zeitlin | Initialize all fields of EXCEPINFO object to avoid... |
tree | commitdiff |
2009-12-16 |
Jaakko Salli | Fixed display of 'InlineHelp' attribute |
tree | commitdiff |
2009-12-16 |
Jaakko Salli | Slightly improved check whether or not to execute wxPro... |
tree | commitdiff |
2009-12-16 |
Paul Cornett | preserve type when loaded image is rescaled, #11543 |
tree | commitdiff |
2009-12-16 |
Paul Cornett | allow setting client size to work properly before windo... |
tree | commitdiff |
2009-12-15 |
Vadim Zeitlin | Avoid GTK+ errors when using AUI wxPseudoTransparentFra... |
tree | commitdiff |
2009-12-15 |
Vadim Zeitlin | Remove asserts in wxChoicebook::Get/SetPageImage(). |
tree | commitdiff |
2009-12-15 |
Václav Slavík | compilation fix for wxUSE_IMAGE=0 caseinclude/wx/iconbndl.h |
tree | commitdiff |
2009-12-15 |
Václav Slavík | PCH compilation fix |
tree | commitdiff |
2009-12-14 |
Vadim Zeitlin | Avoid painting generic wxDataViewCtrl if it has no... |
tree | commitdiff |
2009-12-14 |
Jaakko Salli | Make wxPG_EX_MULTIPLE_SELECTION behave more like a... |
tree | commitdiff |
2009-12-14 |
Jaakko Salli | Determine better whether the property editor needs... |
tree | commitdiff |
2009-12-14 |
Jaakko Salli | Set correct m_state in wxPGCheckBoxEditor::SetValueToUn... |
tree | commitdiff |
2009-12-14 |
Jaakko Salli | Fixed unspecified property value rendering for various... |
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 | On Windows, force read-only property editor wxTextCtrl... |
tree | commitdiff |
2009-12-12 |
Jaakko Salli | Generate wxPropertyGrid splitter (column divider) event... |
tree | commitdiff |
2009-12-11 |
Jaakko Salli | Fixed incorrect use of RemoveAt() in wxPropertyGridPage... |
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 | Set correct toolbar width in wxMSW wxFrame. |
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 |
Vadim Zeitlin | Avoid outputting the assert message twice in non-GUI... |
tree | commitdiff |
2009-12-09 |
Vadim Zeitlin | Don't limit the number of stack frames in GTK assert... |
tree | commitdiff |
2009-12-09 |
Vadim Zeitlin | Better handling for asserts in non-main threads. |
tree | commitdiff |
2009-12-09 |
Vadim Zeitlin | STL build compilation fix. |
tree | commitdiff |
2009-12-09 |
Stefan Csomor | support for getting current event loop on iPhone |
tree | commitdiff |
2009-12-09 |
Stefan Csomor | avoiding string conversions on 1st param of wxStat... |
tree | commitdiff |
2009-12-09 |
Stefan Csomor | using on all OSX variants |
tree | commitdiff |
2009-12-09 |
Stefan Csomor | fixing toolbar support, adding iphone |
tree | commitdiff |
2009-12-09 |
Stefan Csomor | make sure it is compilable w/o menus (eg on iPhone) |
tree | commitdiff |
2009-12-09 |
Stefan Csomor | remove workaround |
tree | commitdiff |
2009-12-09 |
Stefan Csomor | avoid double define warnings |
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 |
Vadim Zeitlin | Fix unused parameter warning after last commit (r62818). |
tree | commitdiff |
2009-12-08 |
Vadim Zeitlin | Fix event object in wxSysColourChangedEvent. |
tree | commitdiff |
2009-12-08 |
Vadim Zeitlin | Don't set the initial size as minimal size for top... |
tree | commitdiff |
2009-12-08 |
Julian Smart | Speed up adding pages during freezing |
tree | commitdiff |
2009-12-07 |
Vadim Zeitlin | Set initial window size as its minimal size. |
tree | commitdiff |
2009-12-07 |
Vadim Zeitlin | Reset wxTheApp when starting to destroy the object... |
tree | commitdiff |
2009-12-07 |
Julian Smart | Don't crash if no document |
tree | commitdiff |
2009-12-07 |
Julian Smart | Safer access of member variables |
tree | commitdiff |
2009-12-07 |
Vadim Zeitlin | Generate erase background events for native controls... |
tree | commitdiff |
2009-12-07 |
Vadim Zeitlin | Use white background by default for multiline readonly... |
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 |
Kevin Ollivier | Handle deprecated style so we don't assert and then... |
tree | commitdiff |
2009-12-06 |
Vadim Zeitlin | Restore TAB in accelerator string wrong removed by... |
tree | commitdiff |
2009-12-06 |
Vadim Zeitlin | Correct two bugs in wxMBConv::FromWChar() with non... |
tree | commitdiff |
2009-12-06 |
Vadim Zeitlin | Use wxAcceleratorEntry::ToString() for undo/redo accele... |
tree | commitdiff |
2009-12-05 |
Paul Cornett | minor cleanup |
tree | commitdiff |
next |