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 |
2009-12-05 |
Paul Cornett | remove unused variables, 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-05 |
Vadim Zeitlin | Don't lock global mutex when deleting wxThread to avoid... |
tree | commitdiff |
2009-12-05 |
Vadim Zeitlin | Don't crash in wxActiveXContainer if FindConnectionPoin... |
tree | commitdiff |
2009-12-05 |
Vadim Zeitlin | Fix wxLogChain (and wxLogWindow deriving from it) broke... |
tree | commitdiff |
2009-12-03 |
Jaakko Salli | Exit wxPropertyGrid::RecalculateVirtualSize() immediate... |
tree | commitdiff |
2009-12-03 |
Jaakko Salli | Handle the rare case where wxPropertyGrid::HandleCustom... |
tree | commitdiff |
2009-12-03 |
Vadim Zeitlin | Don't assert if the path is not absolute in wxFileDialo... |
tree | commitdiff |
2009-12-02 |
Paul Cornett | make array data fully const |
tree | commitdiff |
2009-12-02 |
Vadim Zeitlin | Compilation fix after r62754. |
tree | commitdiff |
2009-12-02 |
Bryan Petty | Removed hard-coded timer Id in wxAUI for the transparen... |
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 |
Stefan Csomor | using 64bit APIs, closes #10184 |
tree | commitdiff |
2009-11-30 |
Francesco Montorsi | partially revert changes of r58531 as wxCollapsiblePane... |
tree | commitdiff |
2009-11-30 |
Kevin Ollivier | orderBack puts it behind all windows in its level,... |
tree | commitdiff |
2009-11-29 |
Kevin Ollivier | Make sure we setup the base's Show state correctly... |
tree | commitdiff |
2009-11-29 |
Jaakko Salli | Fixed regression: forgot to set wxPropertyGridPageState... |
tree | commitdiff |
2009-11-28 |
Kevin Ollivier | Fix needed to allow shaped windows, and other windows... |
tree | commitdiff |
2009-11-28 |
Stefan Csomor | 64bit builds had problems with full circles, as we... |
tree | commitdiff |
2009-11-28 |
Vadim Zeitlin | Allow calling wxStrchr() with a narrow string and wide... |
tree | commitdiff |
2009-11-28 |
Vadim Zeitlin | Define INVALID_FILE_ATTRIBUTES in filename.cpp too. |
tree | commitdiff |
2009-11-28 |
Vadim Zeitlin | Implement wx{File,Dir}Exists() in terms of wxFileName... |
tree | commitdiff |
2009-11-28 |
Vadim Zeitlin | Don't override msw.remap system option value in wxToolbook. |
tree | commitdiff |
2009-11-28 |
Vadim Zeitlin | Avoid infinite recursion in wxToolbook::OnSize() under... |
tree | commitdiff |
2009-11-28 |
Vadim Zeitlin | Use OUTLINETEXTMETRIC::otmpFamilyName to get wxFont... |
tree | commitdiff |
2009-11-27 |
Vadim Zeitlin | Compilation fix for wxUSE_CAIRO==0 after last commit. |
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 | Use #ifdef to check for __WXMSW__ and __WXGTK__ and... |
tree | commitdiff |
2009-11-27 |
Vadim Zeitlin | Allow changing horizontal alignment of numeric cells... |
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 |
next |