2011-10-09 |
Vadim Zeitlin | Don't make private wxGraphicsContext-derived classes...
|
commit | commitdiff | tree |
2011-10-09 |
Vadim Zeitlin | Fixed non-existent wxCairoContext default ctor.
|
commit | commitdiff | tree |
2011-10-09 |
Vadim Zeitlin | Added wxGraphicsBitmap::ConvertToImage().
|
commit | commitdiff | tree |
2011-10-09 |
Vadim Zeitlin | No changes, just refactor wxCairoBitmapData ctor.
|
commit | commitdiff | tree |
2011-10-09 |
Vadim Zeitlin | Document wxGraphicsBitmap and methods involving it.
|
commit | commitdiff | tree |
2011-10-09 |
Vadim Zeitlin | Implement EVT_MOUSE_CAPTURE_LOST handling for wxPopupTransie...
|
commit | commitdiff | tree |
2011-10-09 |
Vadim Zeitlin | Implement delayed destruction for wxPopupTransientWindow.
|
commit | commitdiff | tree |
2011-10-09 |
Vadim Zeitlin | Fix inheriting parent background colour in wxPanel...
|
commit | commitdiff | tree |
2011-10-04 |
Vadim Zeitlin | Fix wxTimePickerCtrl compilation without PCH too.
|
commit | commitdiff | tree |
2011-10-02 |
Vadim Zeitlin | Fix wxDateTimePickerCtrl compilation without PCH.
|
commit | commitdiff | tree |
2011-10-02 |
Vadim Zeitlin | Fix current field highlighting in generic wxTimePickerCtrl...
|
commit | commitdiff | tree |
2011-10-02 |
Vadim Zeitlin | Added GTK+ screenshot of wxTimePickerCtrl.
|
commit | commitdiff | tree |
2011-10-02 |
Vadim Zeitlin | Use wxSP_WRAP for generic wxTimePicker spin button.
|
commit | commitdiff | tree |
2011-10-02 |
Vadim Zeitlin | Put wxWebView library addition on top of changes list.
|
commit | commitdiff | tree |
2011-10-02 |
Vadim Zeitlin | Fix setting tooltips for wxSearchCtrl and other composite...
|
commit | commitdiff | tree |
2011-10-02 |
Vadim Zeitlin | Add wxWindowBase::CopyToolTip() method.
|
commit | commitdiff | tree |
2011-10-02 |
Vadim Zeitlin | Restore correct wxSearchCtrl size in wxMSW after wxTextCtrl...
|
commit | commitdiff | tree |
2011-10-02 |
Vadim Zeitlin | Fix harmless warnings in hot key code in wxOSX.
|
commit | commitdiff | tree |
2011-10-02 |
Vadim Zeitlin | Fix harmless gcc initialization order warning.
|
commit | commitdiff | tree |
2011-10-02 |
Vadim Zeitlin | zh_TW translation update from cw.ahbong.
|
commit | commitdiff | tree |
2011-09-30 |
Vadim Zeitlin | Fix the comparison direction in wxTextAttr::BitlistsEqPartial().
|
commit | commitdiff | tree |
2011-09-30 |
Vadim Zeitlin | Fix assert in initial call to wxPostScriptDC::SetPen().
|
commit | commitdiff | tree |
2011-09-30 |
Vadim Zeitlin | Create setup.h when building wxscintilla library.
|
commit | commitdiff | tree |
2011-09-29 |
Vadim Zeitlin | Added XRC handler for wxTimePickerCtrl.
|
commit | commitdiff | tree |
2011-09-29 |
Vadim Zeitlin | Add wxTimePickerCtrl class.
|
commit | commitdiff | tree |
2011-09-29 |
Vadim Zeitlin | Correct wxDatePickerCtrl::GetValue() documentation...
|
commit | commitdiff | tree |
2011-09-29 |
Vadim Zeitlin | Refactor wxDatePickerCtrl to derive from wxDateTimePickerCtrl.
|
commit | commitdiff | tree |
2011-09-29 |
Vadim Zeitlin | VC6 compilation fixes for wxTreeListCtrl.
|
commit | commitdiff | tree |
2011-09-23 |
Vadim Zeitlin | Add support for handling new multi-arch under Debian.
|
commit | commitdiff | tree |
2011-09-23 |
Vadim Zeitlin | Fix inconsistent DLL export declaration for wxBannerWindowNa...
|
commit | commitdiff | tree |
2011-09-22 |
Vadim Zeitlin | Fix inconsistent DLL export declaration for wxTreeListCtrlNa...
|
commit | commitdiff | tree |
2011-09-22 |
Vadim Zeitlin | Improve appearance of wxTreeListCtrl during live resizing.
|
commit | commitdiff | tree |
2011-09-22 |
Vadim Zeitlin | Always give all the remaining space to the first wxTreeListC...
|
commit | commitdiff | tree |
2011-09-21 |
Vadim Zeitlin | Fix scrolling in small wxVListBox with tall items.
|
commit | commitdiff | tree |
2011-09-21 |
Vadim Zeitlin | Replace erroneous comma with a semicolon in keyboard...
|
commit | commitdiff | tree |
2011-09-21 |
Vadim Zeitlin | Change wxSound ctor from in-memory data to use size_t...
|
commit | commitdiff | tree |
2011-09-21 |
Vadim Zeitlin | Send EVT_DATAVIEW_ITEM_CONTEXT_MENU events even when...
|
commit | commitdiff | tree |
2011-09-21 |
Vadim Zeitlin | Implement sorting in wxTreeListCtrl.
|
commit | commitdiff | tree |
2011-09-21 |
Vadim Zeitlin | Reset previous sort column in generic wxDataViewColumn...
|
commit | commitdiff | tree |
2011-09-21 |
Vadim Zeitlin | Remove wxHeaderColumn::SetAsSortKey() and only use...
|
commit | commitdiff | tree |
2011-09-21 |
Vadim Zeitlin | Add wxTreeListCtrl::GetView() and GetDataView().
|
commit | commitdiff | tree |
2011-09-21 |
Vadim Zeitlin | Don't limit window size to (0, 0) in wxSizer if getting...
|
commit | commitdiff | tree |
2011-09-21 |
Vadim Zeitlin | Refresh wxDisplay when a monitor is added to or removed...
|
commit | commitdiff | tree |
2011-09-21 |
Vadim Zeitlin | No changes, just extract wxCreateHiddenWindow() declaration...
|
commit | commitdiff | tree |
2011-09-20 |
Vadim Zeitlin | Add GetExpanderColumnOrFirstOne() to avoid code duplication...
|
commit | commitdiff | tree |
2011-09-20 |
Vadim Zeitlin | Reset the expander column when clearing columns in...
|
commit | commitdiff | tree |
2011-09-18 |
Vadim Zeitlin | Minor fixes to code examples in wxPropertyGrid documentation.
|
commit | commitdiff | tree |
2011-09-18 |
Vadim Zeitlin | Fix test for wxUSE_TREELISTCTRL in configure.
|
commit | commitdiff | tree |
2011-09-17 |
Vadim Zeitlin | Fix format specifiers used for "unsigned long" in wxPG...
|
commit | commitdiff | tree |
2011-09-17 |
Vadim Zeitlin | Change wxDIALOG_NO_PARENT to avoid clash with wxICON_EXCLAMA...
|
commit | commitdiff | tree |
2011-09-17 |
Vadim Zeitlin | Add wxUSE_TREELISTCTRL checks to treelist.cpp itself.
|
commit | commitdiff | tree |
2011-09-17 |
Vadim Zeitlin | Fix the library of wxGenericDirCtrl in the documentation.
|
commit | commitdiff | tree |
2011-09-16 |
Vadim Zeitlin | Only define wxUSE_WEBVIEW if wxWebView is really available.
|
commit | commitdiff | tree |
2011-09-16 |
Vadim Zeitlin | Check for wxUSE_WEBVIEW being defined.
|
commit | commitdiff | tree |
2011-09-16 |
Vadim Zeitlin | Fix wxFont::GetFaceName() for not realized yet fonts...
|
commit | commitdiff | tree |
2011-09-16 |
Vadim Zeitlin | Fix int field of wxCommandEvents generated by menu...
|
commit | commitdiff | tree |
2011-09-16 |
Vadim Zeitlin | Fix int field of wxCommandEvent generated by popup...
|
commit | commitdiff | tree |
2011-09-16 |
Vadim Zeitlin | Fix checked state for the popup menu items in the events...
|
commit | commitdiff | tree |
2011-09-11 |
Vadim Zeitlin | Fix best size computation for wxTextCtrl without borders...
|
commit | commitdiff | tree |
2011-09-11 |
Vadim Zeitlin | Still resize wxSplitterWindow children even when sash...
|
commit | commitdiff | tree |
2011-09-11 |
Vadim Zeitlin | Regenerate configure after webview branch merge.
|
commit | commitdiff | tree |
2011-09-08 |
Vadim Zeitlin | Allow setting colours and font of wxTreeListCtrl.
|
commit | commitdiff | tree |
2011-09-04 |
Vadim Zeitlin | Add persistence support for wxSplitterWindow.
|
commit | commitdiff | tree |
2011-09-01 |
Vadim Zeitlin | Don't warn about wxMetaFile in configure by default.
|
commit | commitdiff | tree |
2011-09-01 |
Vadim Zeitlin | Add wxUSE_HOTKEY support to configure.
|
commit | commitdiff | tree |
2011-08-31 |
Vadim Zeitlin | Fix deleting and clearing wxTreeListCtrl columns.
|
commit | commitdiff | tree |
2011-08-30 |
Vadim Zeitlin | Better support for flat lists in wxTreeListCtrl.
|
commit | commitdiff | tree |
2011-08-30 |
Vadim Zeitlin | Fix computation of the item offset in generic wxDataViewCtrl...
|
commit | commitdiff | tree |
2011-08-29 |
Vadim Zeitlin | Make it possible to TAB to wxTreeListCtrl contents.
|
commit | commitdiff | tree |
2011-08-29 |
Vadim Zeitlin | Fix spelling error in an error message in wxObjectXmlReader.
|
commit | commitdiff | tree |
2011-08-27 |
Vadim Zeitlin | No real changes, minor corrections to the docs.
|
commit | commitdiff | tree |
2011-08-27 |
Vadim Zeitlin | Copy generic images when building the documentation...
|
commit | commitdiff | tree |
2011-08-27 |
Vadim Zeitlin | Compilation fix for wxTreeListCtrl when not using PCH.
|
commit | commitdiff | tree |
2011-08-27 |
Vadim Zeitlin | No changes, just fix the file name in the header comment...
|
commit | commitdiff | tree |
2011-08-27 |
Vadim Zeitlin | Make wxBU_EXACTFIT fir the button text more exactly.
|
commit | commitdiff | tree |
2011-08-27 |
Vadim Zeitlin | Added wxFLP_SMALL and wxDIRP_SMALL styles for wx{File...
|
commit | commitdiff | tree |
2011-08-27 |
Vadim Zeitlin | Auto complete file names in the text controls of wx...
|
commit | commitdiff | tree |
2011-08-27 |
Vadim Zeitlin | Make the file and dir picket controls expand in widgets...
|
commit | commitdiff | tree |
2011-08-27 |
Vadim Zeitlin | Add wxTextEntry::AutoCompleteDirectories().
|
commit | commitdiff | tree |
2011-08-27 |
Vadim Zeitlin | No changes, just fix a typo in wxBannerWindow documentation.
|
commit | commitdiff | tree |
2011-08-27 |
Vadim Zeitlin | Add new wxTreeListCtrl class.
|
commit | commitdiff | tree |
2011-08-27 |
Vadim Zeitlin | Set colours and fonts for all elements of the generic...
|
commit | commitdiff | tree |
2011-08-27 |
Vadim Zeitlin | Allow returning NULL windows from GetCompositeWindowParts().
|
commit | commitdiff | tree |
2011-08-27 |
Vadim Zeitlin | Fixes to OpenGL samples to avoid asserts/crashes.
|
commit | commitdiff | tree |
2011-08-24 |
Vadim Zeitlin | No real changes, just update copyright year in wxInfoMessage...
|
commit | commitdiff | tree |
2011-08-24 |
Vadim Zeitlin | Try harder to set the requester splitter position in...
|
commit | commitdiff | tree |
2011-08-23 |
Vadim Zeitlin | Compilation fix for non-OSX: don't use m_rawControlDown...
|
commit | commitdiff | tree |
2011-08-23 |
Vadim Zeitlin | Simplify checks for event vetoing in generic wxDataViewCtrl...
|
commit | commitdiff | tree |
2011-08-23 |
Vadim Zeitlin | Fix completely wrong logic for veto checking in generic...
|
commit | commitdiff | tree |
2011-08-23 |
Vadim Zeitlin | Mention wxLocale in wxNumValidator documentation.
|
commit | commitdiff | tree |
2011-08-23 |
Vadim Zeitlin | No changes, just add a missing comma in wxNumValidator...
|
commit | commitdiff | tree |
2011-08-23 |
Vadim Zeitlin | Check for decimal separator inconsistency in wxLocale...
|
commit | commitdiff | tree |
2011-08-23 |
Vadim Zeitlin | Fix wxBannerWindowNameStr definition in DLL builds.
|
commit | commitdiff | tree |
2011-08-22 |
Vadim Zeitlin | Exclude another auto-generated file when cleaning the...
|
commit | commitdiff | tree |
2011-08-22 |
Vadim Zeitlin | Don't refresh not yet realized widget in wxGTK wxDataViewCtrl.
|
commit | commitdiff | tree |
2011-08-22 |
Vadim Zeitlin | Return non-const pointer from wxDataViewRendererBase...
|
commit | commitdiff | tree |
2011-08-22 |
Vadim Zeitlin | Add wxDataViewIconText::IsSameAs() and make comparison...
|
commit | commitdiff | tree |
2011-08-22 |
Vadim Zeitlin | Return (16,16) as the default list icons size in wxMSW.
|
commit | commitdiff | tree |
2011-08-22 |
Vadim Zeitlin | Harmonize wxDataViewCtrl::GetSelection() behaviour...
|
commit | commitdiff | tree |
2011-08-22 |
Vadim Zeitlin | No changes, just use CPPUNIT_ASSERT_EQUAL() instead...
|
commit | commitdiff | tree |
next |