2009-12-14 |
Jaakko Salli | 'Set to Unspecified' -> 'Set Value to Unspecified' |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Jaakko Salli | Set correct m_state in wxPGCheckBoxEditor::SetValueToUn... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Jaakko Salli | Always refresh the editor when setting property value... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Jaakko Salli | Fixed unspecified property value rendering for various... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Vadim Zeitlin | Restore correct access to wxGenericStaticText::Set... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Vadim Zeitlin | Remove unnecessary Mac-specific TOOLKIT_LOWERCASE setting. |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Vadim Zeitlin | Add --with-[osx_]iphone switch to configure. |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Vadim Zeitlin | Test for sw_vers availability before calling it in... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Vadim Zeitlin | Rename --with-cocoa configure switch to --with-old_coco... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Jaakko Salli | Added wxPropertyGridManager header support; Refactored... |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Stefan Csomor | rearranging contentview, adding toolbar |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Stefan Csomor | rearranging contentview, adding toolbar |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Jaakko Salli | wxHeaderColumnBase -> wxHeaderColumn; Fixed UpdateColum... |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Jaakko Salli | On Windows, force read-only property editor wxTextCtrl... |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Jaakko Salli | Added a proper log frame to the propgrid sample |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Jaakko Salli | Generate wxPropertyGrid splitter (column divider) event... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Jaakko Salli | Fixed incorrect use of RemoveAt() in wxPropertyGridPage... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Vadim Zeitlin | Add support for stretchable spaces to wxToolBar. |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Vadim Zeitlin | Rename gtk{,1}/tbargtk.{h,cpp} to toolbar.{h,cpp}. |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Vadim Zeitlin | Set correct toolbar width in wxMSW wxFrame. |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Vadim Zeitlin | No changes, just refactor wxToolBarToolBase ctors. |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Vadim Zeitlin | No changes, just slightly simplify the tool insertion... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Peter Cawley | Rewrote wxRibbonPage realisation and layout code to... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Vadim Zeitlin | Avoid outputting the assert message twice in non-GUI... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Vadim Zeitlin | Don't limit the number of stack frames in GTK assert... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Vadim Zeitlin | Better handling for asserts in non-main threads. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Vadim Zeitlin | No real changes, just remove __WXDEBUG__ tests. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Vadim Zeitlin | Override OnAssertFailure() and not deprecated OnAssert... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Vadim Zeitlin | Document that wxTrap() now traps [almost] always. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Vadim Zeitlin | Explicitly link the SDK application example with user32... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Vadim Zeitlin | STL build compilation fix. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Stefan Csomor | support for getting current event loop on iPhone |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Stefan Csomor | avoiding string conversions on 1st param of wxStat... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Stefan Csomor | using on all OSX variants |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Stefan Csomor | fixing toolbar support, adding iphone |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Stefan Csomor | make sure it is compilable w/o menus (eg on iPhone) |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Stefan Csomor | remove workaround |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Stefan Csomor | avoid double define warnings |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Kevin Ollivier | Add OSX prefix, and be clear that this is OS X only... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Vadim Zeitlin | Use X64 machine type for MSVC linker instead of old... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Vadim Zeitlin | Fix duplicate accelerator use in animate sample. |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Vadim Zeitlin | Make wxPORTRAIT and wxLANDSCAPE elements of wxPrintOrie... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Vadim Zeitlin | Visually show the cells boundaries in layout sample... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Vadim Zeitlin | Don't override DoGetBestSize() in wxGenericStaticText... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Vadim Zeitlin | Implement wxWindow::DoGetBorderSize() in the trivial... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Vadim Zeitlin | Fix unused parameter warning after last commit (r62818). |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Vadim Zeitlin | Fix event object in wxSysColourChangedEvent. |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Vadim Zeitlin | Don't set the initial size as minimal size for top... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Julian Smart | Speed up adding pages during freezing |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Vadim Zeitlin | Set initial window size as its minimal size. |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Vadim Zeitlin | Reset wxTheApp when starting to destroy the object... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Vadim Zeitlin | Add a very simple example of a Win32 application using... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Vadim Zeitlin | Use __declspec(dllexport) instead of WXEXPORT in dll... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Vadim Zeitlin | Document wxListCtrl::FindItem() return value. |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Julian Smart | Don't crash if no document |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Julian Smart | Safer access of member variables |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Vadim Zeitlin | Generate erase background events for native controls... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Vadim Zeitlin | Use white background by default for multiline readonly... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Vadim Zeitlin | Move wxMSW wxTextCtrl::GetDefaultAttributes() to wxText... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Vadim Zeitlin | Define MY_DLL_BUILDING symbol for dll sample DLL build. |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Vadim Zeitlin | Add semi-public wxDynamicLibrary::MSWGetModuleHandle(). |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Vadim Zeitlin | Correct placement of calling convention keyword: must... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Vadim Zeitlin | Regenerate dll samples makefiles using the correct... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Vadim Zeitlin | Remove a couple of VC6 workspace files for the samples. |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Vadim Zeitlin | Remove the MSVC solution files added with the new dll... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Kevin Ollivier | Add wxTLW::SetModified to allow apps to set the TLW... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Kevin Ollivier | Handle deprecated style so we don't assert and then... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Vadim Zeitlin | Restore TAB in accelerator string wrong removed by... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Vadim Zeitlin | Correct two bugs in wxMBConv::FromWChar() with non... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Vadim Zeitlin | Minor corrections to ToWChar() comment. |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Vadim Zeitlin | Use wxAcceleratorEntry::ToString() for undo/redo accele... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Vadim Zeitlin | Fix wxFD_CLR() definition for Intel compiler under... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Paul Cornett | minor cleanup |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Paul Cornett | remove unused variables, minor cleanup |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Paul Cornett | remove -I on nonexistent directory |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Paul Cornett | remove unnecessary DoGetBestSize |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Paul Cornett | simplify Enable() |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Václav Slavík | Added samples/dll for showing how to use wxWidgets... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Vadim Zeitlin | Implement wxNativeContainerWindow::IsShown() for MSW. |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Vadim Zeitlin | Add support for MSW unique volume names to wxFileName. |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Vadim Zeitlin | Don't lock global mutex when deleting wxThread to avoid... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Vadim Zeitlin | Don't crash in wxActiveXContainer if FindConnectionPoin... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Václav Slavík | Documented that wxCriticalSection can be used before... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Vadim Zeitlin | Fix wxLogChain (and wxLogWindow deriving from it) broke... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Jaakko Salli | Exit wxPropertyGrid::RecalculateVirtualSize() immediate... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Jaakko Salli | Handle the rare case where wxPropertyGrid::HandleCustom... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Paul Cornett | make access for virtuals match base |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Vadim Zeitlin | Suppress errors from static bitmap page of widgets... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Vadim Zeitlin | Don't assert if the path is not absolute in wxFileDialo... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Paul Cornett | make array data fully const |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Paul Cornett | use const_cast where appropriate |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Paul Cornett | check for self assignment in operator= |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Vadim Zeitlin | Compilation fix after r62754. |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Bryan Petty | Removed hard-coded timer Id in wxAUI for the transparen... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Bryan Petty | Forward-port of r62758 (Added wxHtmlEasyPrinting name... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Paul Cornett | remove m_backing_window member, to keep people from... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Vadim Zeitlin | Add wxOSX_10_6_AND_LATER macro and use it. |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Paul Cornett | remove unused data member |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Vadim Zeitlin | Define _CRT_NONSTDC_NO_WARNINGS to suppress MSVC warnin... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Vadim Zeitlin | Define _CRT_SECURE_NO_WARNINGS when building 3rd party... |
commit | commitdiff | tree | snapshot |
next |