2012-11-25 |
Vadim Zeitlin | Don't dereference NULL output pointer in wxTextMeasure.
|
commit | commitdiff | tree |
2012-11-25 |
Vadim Zeitlin | Handle UBUNTU_MENUPROXY=0 as "not using global menu".
|
commit | commitdiff | tree |
2012-11-25 |
Vadim Zeitlin | Use idle time menu updating when using global menu...
|
commit | commitdiff | tree |
2012-11-25 |
Vadim Zeitlin | Add wxApp::GTKIsUsingGlobalMenu() helper to wxGTK.
|
commit | commitdiff | tree |
2012-11-25 |
Vadim Zeitlin | Ignore menu events while modal dialogs are shown in...
|
commit | commitdiff | tree |
2012-11-24 |
Vadim Zeitlin | Blind compilation fix for VC6 after r73004.
|
commit | commitdiff | tree |
2012-11-24 |
Vadim Zeitlin | Add wxDocManager::Get{Views,Documents,Templates}Vector().
|
commit | commitdiff | tree |
2012-11-24 |
Vadim Zeitlin | Add wxList::AsVector<>() helper.
|
commit | commitdiff | tree |
2012-11-24 |
Vadim Zeitlin | Don't include wx/utils.h from wx/vector.h.
|
commit | commitdiff | tree |
2012-11-24 |
Vadim Zeitlin | Use wxBufferedPaintDC for wxStyledTextCtrl drawing...
|
commit | commitdiff | tree |
2012-11-24 |
Vadim Zeitlin | Add check for destroying window with mouse capture...
|
commit | commitdiff | tree |
2012-11-23 |
Vadim Zeitlin | Fix ribbon bar scroll buttons visibility bug.
|
commit | commitdiff | tree |
2012-11-23 |
Vadim Zeitlin | Add possibility to delay showing wxRichToolTip.
|
commit | commitdiff | tree |
2012-11-20 |
Vadim Zeitlin | Implement GetSizeFromTextSize() for wxSpinCtrl.
|
commit | commitdiff | tree |
2012-11-20 |
Vadim Zeitlin | Make wxSpinCtrlGenericBase a wxCompositeWindow.
|
commit | commitdiff | tree |
2012-11-20 |
Vadim Zeitlin | Revert all wxNOEXCEPT-related changes.
|
commit | commitdiff | tree |
2012-11-20 |
Vadim Zeitlin | Fix another compilation problem after wxNOEXCEPT introduction.
|
commit | commitdiff | tree |
2012-11-19 |
Vadim Zeitlin | Add wxTL_NO_HEADER style to wxTreeListCtrl.
|
commit | commitdiff | tree |
2012-11-19 |
Vadim Zeitlin | More compilation fixes after wxNOEXCEPT introduction.
|
commit | commitdiff | tree |
2012-11-19 |
Vadim Zeitlin | Add wxFSW_EVENT_UNMOUNT wxFileSystemWatcher flag and...
|
commit | commitdiff | tree |
2012-11-19 |
Vadim Zeitlin | Convert wxFSW_EVENT_{WARNING,ERROR} to string correctly.
|
commit | commitdiff | tree |
2012-11-19 |
Vadim Zeitlin | Implement wxLocale::GetSystemEncodingName() for wxOSX.
|
commit | commitdiff | tree |
2012-11-19 |
Vadim Zeitlin | Add wxNOEXCEPT to all wxTextCtrl dtors.
|
commit | commitdiff | tree |
2012-11-18 |
Vadim Zeitlin | Define SPI_GETCARETWIDTH ourselves if it's not defined.
|
commit | commitdiff | tree |
2012-11-18 |
Vadim Zeitlin | Compilation fixes for VC6 after MSWGetComboBoxInfo...
|
commit | commitdiff | tree |
2012-11-17 |
Vadim Zeitlin | Fix path returned from wxGTK wxFileDialog too.
|
commit | commitdiff | tree |
2012-11-17 |
Vadim Zeitlin | Add wxNOEXCEPT and use it for std::streambuf-derived...
|
commit | commitdiff | tree |
2012-11-17 |
Vadim Zeitlin | Add wxFSW_EVENT_ATTRIB wxFileSystemWatcher flag.
|
commit | commitdiff | tree |
2012-11-17 |
Vadim Zeitlin | Fix typo in include/wx/generic/private/richtooltip...
|
commit | commitdiff | tree |
2012-11-15 |
Vadim Zeitlin | Support monitoring only some events in wxGTK wxFileSystemWat...
|
commit | commitdiff | tree |
2012-11-15 |
Vadim Zeitlin | Restore setting focus to generic wxDataViewCtrl on...
|
commit | commitdiff | tree |
2012-11-15 |
Vadim Zeitlin | Document how to build wxOSX/Carbon under recent OS X.
|
commit | commitdiff | tree |
2012-11-15 |
Vadim Zeitlin | Add back WINVER check to fix VC6 compilation of wxMSW.
|
commit | commitdiff | tree |
2012-11-14 |
Vadim Zeitlin | Implement wxComboCtrl::GetSizeFromTextSize().
|
commit | commitdiff | tree |
2012-11-14 |
Vadim Zeitlin | Implement DoGetSizeFromTextSize() for wxMSW wx{Choice...
|
commit | commitdiff | tree |
2012-11-14 |
Vadim Zeitlin | No changes, just refactor wxMSW wxComboBox code calling...
|
commit | commitdiff | tree |
2012-11-14 |
Vadim Zeitlin | Handle wxBORDER_NONE in wxGTK wxTextCtrl::DoGetSizeFromTextS...
|
commit | commitdiff | tree |
2012-11-14 |
Vadim Zeitlin | Don't call setlocale("") on startup by default any...
|
commit | commitdiff | tree |
2012-11-14 |
Vadim Zeitlin | Optionally allow showing tooltips for disabled ribbon...
|
commit | commitdiff | tree |
2012-11-12 |
Vadim Zeitlin | Replace a template function with template class to...
|
commit | commitdiff | tree |
2012-11-11 |
Vadim Zeitlin | Use wxID_EXIT for the "Quit" item in the exec sample.
|
commit | commitdiff | tree |
2012-11-10 |
Vadim Zeitlin | Disallow drop downs on AUI check buttons.
|
commit | commitdiff | tree |
2012-11-10 |
Vadim Zeitlin | Fix crashes after using "wildcard" wxEvtHandler::Disconnect().
|
commit | commitdiff | tree |
2012-11-10 |
Vadim Zeitlin | No changes, just fix a harmless warning in FileSystemWatcher...
|
commit | commitdiff | tree |
2012-11-10 |
Vadim Zeitlin | Fix filename test compilation with VC6.
|
commit | commitdiff | tree |
2012-11-10 |
Vadim Zeitlin | Fix link errors with VC 11 in DLL STL build.
|
commit | commitdiff | tree |
2012-11-10 |
Vadim Zeitlin | Simplify wxEVT_PAINT handling in wxScrollHelperBase.
|
commit | commitdiff | tree |
2012-11-10 |
Vadim Zeitlin | Cache HDC used for painting for the entire duration...
|
commit | commitdiff | tree |
2012-11-10 |
Vadim Zeitlin | Fix incorrect wxSizerFlags::Border() call in the scroll...
|
commit | commitdiff | tree |
2012-11-10 |
Vadim Zeitlin | Set ID correctly for wxScrollWinEvents generated by...
|
commit | commitdiff | tree |
2012-11-09 |
Vadim Zeitlin | Add wxControl::GetSizeFromTextSize() to size the control...
|
commit | commitdiff | tree |
2012-11-08 |
Vadim Zeitlin | No changes, just remove unnecessary forward declarations.
|
commit | commitdiff | tree |
2012-11-07 |
Vadim Zeitlin | Another Nepalese translations update from Him Prasad...
|
commit | commitdiff | tree |
2012-11-06 |
Vadim Zeitlin | Don't leave orphan taskbar icon window alive if setting...
|
commit | commitdiff | tree |
2012-11-06 |
Vadim Zeitlin | Keep item data in sync with their position in wxEditableListBox.
|
commit | commitdiff | tree |
2012-11-06 |
Vadim Zeitlin | Restore propagation of EVT_SEARCHCTRL_CANCEL_BTN events...
|
commit | commitdiff | tree |
2012-11-06 |
Vadim Zeitlin | Fix regression with wxAuiToolBar gripper and overflow...
|
commit | commitdiff | tree |
2012-11-06 |
Vadim Zeitlin | Use wxAUI_TB_DEFAULT_STYLE instead of 0 as default...
|
commit | commitdiff | tree |
2012-11-06 |
Vadim Zeitlin | Minor improvements to wxEVT_COMMAND_DIRCTRL_CHANGED...
|
commit | commitdiff | tree |
2012-11-06 |
Vadim Zeitlin | Add wxUSE_BASE checks for wxLog classes in the interface...
|
commit | commitdiff | tree |
2012-11-06 |
Vadim Zeitlin | Add wxUSE_{BASE,GUI} checks to interface headers.
|
commit | commitdiff | tree |
2012-11-06 |
Vadim Zeitlin | No changes, just fix indentation in wxDataViewMainWindow...
|
commit | commitdiff | tree |
2012-11-06 |
Vadim Zeitlin | Update the current row after item deletion in generic...
|
commit | commitdiff | tree |
2012-11-06 |
Vadim Zeitlin | Never collapse invisible root item in generic wxDataViewCtrl.
|
commit | commitdiff | tree |
2012-11-06 |
Vadim Zeitlin | Remove __WXMSW__ check around background erasing in...
|
commit | commitdiff | tree |
2012-11-04 |
Vadim Zeitlin | Slightly improve the date/time dialogs in the calendar...
|
commit | commitdiff | tree |
2012-11-04 |
Vadim Zeitlin | Don't move the insertion point if text didn't change...
|
commit | commitdiff | tree |
2012-11-04 |
Vadim Zeitlin | Make hack for button creation in wxOSX more robust.
|
commit | commitdiff | tree |
2012-11-04 |
Vadim Zeitlin | Ensure that paths used inside wxOSX are always in NFC...
|
commit | commitdiff | tree |
2012-11-04 |
Vadim Zeitlin | Add wxCFStringRef::AsStringWithNormalizationFormC(...
|
commit | commitdiff | tree |
2012-11-04 |
Vadim Zeitlin | Use kCGBlendModeExclusion for wxCOMPOSITION_XOR operation.
|
commit | commitdiff | tree |
2012-11-04 |
Vadim Zeitlin | Implement setting default wxTextCtrl style in wxOSX.
|
commit | commitdiff | tree |
2012-11-04 |
Vadim Zeitlin | No changes, just remove unnecessary wxTextAttr tests.
|
commit | commitdiff | tree |
2012-11-04 |
Vadim Zeitlin | Suppress warnings about NSText not responding to setAllowsUndo.
|
commit | commitdiff | tree |
2012-11-04 |
Vadim Zeitlin | No changes, just make it easier to tweak splitter sample.
|
commit | commitdiff | tree |
2012-11-04 |
Vadim Zeitlin | Create tags for Cocoa, not Carbon, by default under...
|
commit | commitdiff | tree |
2012-11-04 |
Vadim Zeitlin | Fix annoying warning when running the script to generate...
|
commit | commitdiff | tree |
2012-11-04 |
Vadim Zeitlin | Update the button bezel to account for multi-line labels...
|
commit | commitdiff | tree |
2012-11-04 |
Vadim Zeitlin | No changes, just rename OSXSetAcceleratorFromLabel().
|
commit | commitdiff | tree |
2012-11-04 |
Vadim Zeitlin | No real change, just make bezel setting code in wxOSX...
|
commit | commitdiff | tree |
2012-11-04 |
Vadim Zeitlin | Revert "Fix the pages range in the print dialog in...
|
commit | commitdiff | tree |
2012-11-04 |
Vadim Zeitlin | Update tree control layout in EditLabel() for wxOSX...
|
commit | commitdiff | tree |
2012-11-04 |
Vadim Zeitlin | Check that doxygen version is 1.8.2 in docs generation...
|
commit | commitdiff | tree |
2012-11-04 |
Vadim Zeitlin | Don't use "readlink -e" in docs generation script,...
|
commit | commitdiff | tree |
2012-11-04 |
Vadim Zeitlin | Allow using _T() in docs/doxygen/overviews/changes_since28.h.
|
commit | commitdiff | tree |
2012-11-01 |
Vadim Zeitlin | Refactor and simplify wxChoice::DoGetBestSize().
|
commit | commitdiff | tree |
2012-11-01 |
Vadim Zeitlin | Invalidate best size of wxOSX wxChoice after its number...
|
commit | commitdiff | tree |
2012-11-01 |
Vadim Zeitlin | Allow creating wxTextMeasure without specifying the...
|
commit | commitdiff | tree |
2012-11-01 |
Vadim Zeitlin | Always set the font to use in wxMSW wxTextMeasure when...
|
commit | commitdiff | tree |
2012-11-01 |
Vadim Zeitlin | Allow constructing wxGTK wxTextMeasure with NULL font.
|
commit | commitdiff | tree |
2012-11-01 |
Vadim Zeitlin | Don't crash in wxHTML when parsing empty tables with...
|
commit | commitdiff | tree |
2012-11-01 |
Vadim Zeitlin | Added wxEVT_COMMAND_DIRCTRL_CHANGED for wxDirCtrl selection...
|
commit | commitdiff | tree |
2012-11-01 |
Vadim Zeitlin | No changes, just some cleanup in wxGenericDirCtrl code.
|
commit | commitdiff | tree |
2012-11-01 |
Vadim Zeitlin | Add distclean target to samples/Makefile.
|
commit | commitdiff | tree |
2012-11-01 |
Vadim Zeitlin | Deal correctly with wx directory being a symlink in...
|
commit | commitdiff | tree |
2012-10-31 |
Vadim Zeitlin | Nepalese translations update from Him Prasad Gautam.
|
commit | commitdiff | tree |
2012-10-31 |
Vadim Zeitlin | Revert "Split documentation of the GUI wxLog classes...
|
commit | commitdiff | tree |
2012-10-31 |
Vadim Zeitlin | Define wxSOCKET_XXX flags as wxSOCKET_XXX_READ|wxSOCKET_XXX_...
|
commit | commitdiff | tree |
2012-10-30 |
Vadim Zeitlin | Revert "Split documentation of non-GUI wxEvent-related...
|
commit | commitdiff | tree |
2012-10-29 |
Vadim Zeitlin | Compare file paths using wxFileName, not wxString,...
|
commit | commitdiff | tree |
next |