2009-12-07 |
Vadim Zeitlin | Add semi-public wxDynamicLibrary::MSWGetModuleHandle().
|
commit | commitdiff | tree |
2009-12-07 |
Vadim Zeitlin | Correct placement of calling convention keyword: must...
|
commit | commitdiff | tree |
2009-12-07 |
Vadim Zeitlin | Regenerate dll samples makefiles using the correct...
|
commit | commitdiff | tree |
2009-12-07 |
Vadim Zeitlin | Remove a couple of VC6 workspace files for the samples.
|
commit | commitdiff | tree |
2009-12-07 |
Vadim Zeitlin | Remove the MSVC solution files added with the new dll...
|
commit | commitdiff | tree |
2009-12-06 |
Vadim Zeitlin | Restore TAB in accelerator string wrong removed by...
|
commit | commitdiff | tree |
2009-12-06 |
Vadim Zeitlin | Correct two bugs in wxMBConv::FromWChar() with non...
|
commit | commitdiff | tree |
2009-12-06 |
Vadim Zeitlin | Minor corrections to ToWChar() comment.
|
commit | commitdiff | tree |
2009-12-06 |
Vadim Zeitlin | Use wxAcceleratorEntry::ToString() for undo/redo accelerator...
|
commit | commitdiff | tree |
2009-12-06 |
Vadim Zeitlin | Fix wxFD_CLR() definition for Intel compiler under...
|
commit | commitdiff | tree |
2009-12-05 |
Vadim Zeitlin | Implement wxNativeContainerWindow::IsShown() for MSW.
|
commit | commitdiff | tree |
2009-12-05 |
Vadim Zeitlin | Add support for MSW unique volume names to wxFileName.
|
commit | commitdiff | tree |
2009-12-05 |
Vadim Zeitlin | Don't lock global mutex when deleting wxThread to avoid...
|
commit | commitdiff | tree |
2009-12-05 |
Vadim Zeitlin | Don't crash in wxActiveXContainer if FindConnectionPoint...
|
commit | commitdiff | tree |
2009-12-05 |
Vadim Zeitlin | Fix wxLogChain (and wxLogWindow deriving from it) broken...
|
commit | commitdiff | tree |
2009-12-03 |
Vadim Zeitlin | Suppress errors from static bitmap page of widgets...
|
commit | commitdiff | tree |
2009-12-03 |
Vadim Zeitlin | Don't assert if the path is not absolute in wxFileDialog...
|
commit | commitdiff | tree |
2009-12-02 |
Vadim Zeitlin | Compilation fix after r62754.
|
commit | commitdiff | tree |
2009-12-01 |
Vadim Zeitlin | Add wxOSX_10_6_AND_LATER macro and use it.
|
commit | commitdiff | tree |
2009-12-01 |
Vadim Zeitlin | Define _CRT_NONSTDC_NO_WARNINGS to suppress MSVC warning...
|
commit | commitdiff | tree |
2009-12-01 |
Vadim Zeitlin | Define _CRT_SECURE_NO_WARNINGS when building 3rd party...
|
commit | commitdiff | tree |
2009-11-30 |
Vadim Zeitlin | Fix compilation of image sample with wxUSE_LIBPNG==0.
|
commit | commitdiff | tree |
2009-11-30 |
Vadim Zeitlin | Fix compilation in wxUSE_STL==1 case broken by r62738.
|
commit | commitdiff | tree |
2009-11-28 |
Vadim Zeitlin | Allow calling wxStrchr() with a narrow string and wide...
|
commit | commitdiff | tree |
2009-11-28 |
Vadim Zeitlin | Define INVALID_FILE_ATTRIBUTES in filename.cpp too.
|
commit | commitdiff | tree |
2009-11-28 |
Vadim Zeitlin | No changes, just remove unnecessary UTF-8 bytes.
|
commit | commitdiff | tree |
2009-11-28 |
Vadim Zeitlin | Implement wx{File,Dir}Exists() in terms of wxFileName...
|
commit | commitdiff | tree |
2009-11-28 |
Vadim Zeitlin | Don't override msw.remap system option value in wxToolbook.
|
commit | commitdiff | tree |
2009-11-28 |
Vadim Zeitlin | Avoid infinite recursion in wxToolbook::OnSize() under...
|
commit | commitdiff | tree |
2009-11-28 |
Vadim Zeitlin | Use OUTLINETEXTMETRIC::otmpFamilyName to get wxFont...
|
commit | commitdiff | tree |
2009-11-27 |
Vadim Zeitlin | Compilation fix for wxUSE_CAIRO==0 after last commit.
|
commit | commitdiff | tree |
2009-11-27 |
Vadim Zeitlin | Define wxUSE_CAIRO in wx/chkconf.h to ensure that it...
|
commit | commitdiff | tree |
2009-11-27 |
Vadim Zeitlin | Use #ifdef to check for __WXMSW__ and __WXGTK__ and...
|
commit | commitdiff | tree |
2009-11-27 |
Vadim Zeitlin | Allow changing horizontal alignment of numeric cells...
|
commit | commitdiff | tree |
2009-11-27 |
Vadim Zeitlin | Add symbolic constant wxALIGN_INVALID and use it instead...
|
commit | commitdiff | tree |
2009-11-26 |
Vadim Zeitlin | Make wxFileDialog::Set/SetPath() behave consistently.
|
commit | commitdiff | tree |
2009-11-26 |
Vadim Zeitlin | Don't set wxTextAttr font family to invalid value.
|
commit | commitdiff | tree |
2009-11-26 |
Vadim Zeitlin | Use wxTE_RICH style for the log window in the text...
|
commit | commitdiff | tree |
2009-11-26 |
Vadim Zeitlin | Explicitly set the cursor when showing popup menu on...
|
commit | commitdiff | tree |
2009-11-26 |
Vadim Zeitlin | No changes, just avoid overriding GetNativeFontInfoDesc...
|
commit | commitdiff | tree |
2009-11-26 |
Vadim Zeitlin | Return face name from wxFont::GetNativeFontInfo() under...
|
commit | commitdiff | tree |
2009-11-24 |
Vadim Zeitlin | Don't use unsafe strcpy() when parsing wxNativeFontInfo.
|
commit | commitdiff | tree |
2009-11-24 |
Vadim Zeitlin | Don't return italic/bold suffix from wxFont::GetFaceName...
|
commit | commitdiff | tree |
2009-11-24 |
Vadim Zeitlin | Make the assert in SettingsTestCase::GlobalFonts()...
|
commit | commitdiff | tree |
2009-11-24 |
Vadim Zeitlin | Fix wxListCtrl::GetSubItemRect(wxLIST_RECT_ICON/LABEL...
|
commit | commitdiff | tree |
2009-11-24 |
Vadim Zeitlin | Don't change file access time implicitly when setting...
|
commit | commitdiff | tree |
2009-11-24 |
Vadim Zeitlin | Enable wxGraphicsContext and related classes by default...
|
commit | commitdiff | tree |
2009-11-22 |
Vadim Zeitlin | Define wxNO_RTTI if RTTI support is disabled for g...
|
commit | commitdiff | tree |
2009-11-22 |
Vadim Zeitlin | Document that throwing exceptions from wxTimer::Notify...
|
commit | commitdiff | tree |
2009-11-19 |
Vadim Zeitlin | Fix compilation for some wxMSW configurations.
|
commit | commitdiff | tree |
2009-11-19 |
Vadim Zeitlin | Compilation fix for wxUSE_STL build: another missing...
|
commit | commitdiff | tree |
2009-11-18 |
Vadim Zeitlin | Suppress harmless g++ warnings about converting float...
|
commit | commitdiff | tree |
2009-11-18 |
Vadim Zeitlin | Fix harmless g++ warning about using NULL for non-pointer.
|
commit | commitdiff | tree |
2009-11-18 |
Vadim Zeitlin | Fix handling of invalid paths with multiple columns...
|
commit | commitdiff | tree |
2009-11-18 |
Vadim Zeitlin | Remove unnecessary manual face name selection code.
|
commit | commitdiff | tree |
2009-11-18 |
Vadim Zeitlin | Implement wxFont::GetFaceName() to return the face...
|
commit | commitdiff | tree |
2009-11-17 |
Vadim Zeitlin | Fix typo in Bind() documentation: s/binded/bound/
|
commit | commitdiff | tree |
2009-11-17 |
Vadim Zeitlin | Explicitly document event types for EVT_CLOSE().
|
commit | commitdiff | tree |
2009-11-16 |
Vadim Zeitlin | Fix wxDataViewRenderer::GetEllipsizeMode() for kDataBrowserT...
|
commit | commitdiff | tree |
2009-11-14 |
Vadim Zeitlin | Implement support for wxSL_<DIR> in wxGTK, show them...
|
commit | commitdiff | tree |
2009-11-14 |
Vadim Zeitlin | No changes, just removed trailing spaces.
|
commit | commitdiff | tree |
2009-11-14 |
Vadim Zeitlin | Correct wxSL_VERTICAL addition in r62618.
|
commit | commitdiff | tree |
2009-11-14 |
Vadim Zeitlin | Minor corrections to wxSL_LABELS definition and documentation.
|
commit | commitdiff | tree |
2009-11-14 |
Vadim Zeitlin | Undo test code accidentally committed as part of r62643.
|
commit | commitdiff | tree |
2009-11-14 |
Vadim Zeitlin | No real changes, just remove the ugly CONST_CAST macro.
|
commit | commitdiff | tree |
2009-11-14 |
Vadim Zeitlin | Restore the use of correct alignment in wxDVC renderers.
|
commit | commitdiff | tree |
2009-11-12 |
Vadim Zeitlin | Make wxSizeEvent::GetSize() description more precise.
|
commit | commitdiff | tree |
2009-11-11 |
Vadim Zeitlin | Update gdb pretty printing support for latest gdb version.
|
commit | commitdiff | tree |
2009-11-11 |
Vadim Zeitlin | Set wxSL_VERTICAL style in wxSlider demo page.
|
commit | commitdiff | tree |
2009-11-11 |
Vadim Zeitlin | Add wxBase64Decode(void*,size_t,wxString) overload.
|
commit | commitdiff | tree |
2009-11-11 |
Vadim Zeitlin | Implement text ellipsizing for wxDataViewCustomRenderer...
|
commit | commitdiff | tree |
2009-11-11 |
Vadim Zeitlin | Add wxOSX_USE_COCOA around Cocoa-only OSXApplyAttr...
|
commit | commitdiff | tree |
2009-11-11 |
Vadim Zeitlin | Revert r62598 which removed "unnecessary wxOSX_USE_COCOA...
|
commit | commitdiff | tree |
2009-11-10 |
Vadim Zeitlin | Send the selected item in wxDVC SELECTION_CHANGED event...
|
commit | commitdiff | tree |
2009-11-10 |
Vadim Zeitlin | No changes, just reformat comments in osx/dataview.mm.
|
commit | commitdiff | tree |
2009-11-10 |
Vadim Zeitlin | Fix width of the wxDataViewTreeCtrl column under OSX...
|
commit | commitdiff | tree |
2009-11-10 |
Vadim Zeitlin | Add support for wxDV_NO_HEADER to OS X/Cocoa wxDataViewCtrl.
|
commit | commitdiff | tree |
2009-11-10 |
Vadim Zeitlin | More cleanup of OS X Cocoa wxDataViewCtrl code.
|
commit | commitdiff | tree |
2009-11-10 |
Vadim Zeitlin | Add support for custom attributes to wxOSX/Cocoa wxDataViewC...
|
commit | commitdiff | tree |
2009-11-10 |
Vadim Zeitlin | No changes, just remove unnecessary wxOSX_USE_COCOA...
|
commit | commitdiff | tree |
2009-11-10 |
Vadim Zeitlin | Don't overwrite background in custom renderer in OSX...
|
commit | commitdiff | tree |
2009-11-10 |
Vadim Zeitlin | Add support for custom attributes to wxGTK wxDataViewCustomR...
|
commit | commitdiff | tree |
2009-11-10 |
Vadim Zeitlin | Correct text position in wxDataViewCustomRenderer:...
|
commit | commitdiff | tree |
2009-11-10 |
Vadim Zeitlin | Pass full cell rectangle to WXCallRender().
|
commit | commitdiff | tree |
2009-11-10 |
Vadim Zeitlin | Add helper wxRectFromGDKRect() function and use it.
|
commit | commitdiff | tree |
2009-11-10 |
Vadim Zeitlin | No real changes, just remove some unnecessary casts.
|
commit | commitdiff | tree |
2009-11-10 |
Vadim Zeitlin | Avoid setting attributes in GTK wxDataViewRenderer...
|
commit | commitdiff | tree |
2009-11-10 |
Vadim Zeitlin | Allow custom wxDataViewCtrl renderers to easily use...
|
commit | commitdiff | tree |
2009-11-10 |
Vadim Zeitlin | Big wxDataViewCtrl renderer classes refactoring.
|
commit | commitdiff | tree |
2009-11-10 |
Vadim Zeitlin | Add custom renderer column to the list model example...
|
commit | commitdiff | tree |
2009-11-10 |
Vadim Zeitlin | Use symbolic constants for list model columns in dataview...
|
commit | commitdiff | tree |
2009-11-10 |
Vadim Zeitlin | Fix discrepancy between different ways of measuring...
|
commit | commitdiff | tree |
2009-11-09 |
Vadim Zeitlin | Fix unit test added in r62561 to work under Windows...
|
commit | commitdiff | tree |
2009-11-09 |
Vadim Zeitlin | Remove unused anywhere wxDataViewRenderer::RightClick().
|
commit | commitdiff | tree |
2009-11-09 |
Vadim Zeitlin | Fix fatal bug when changing wxDataViewCtrl model in...
|
commit | commitdiff | tree |
2009-11-09 |
Vadim Zeitlin | No changes, just correct a recurring typo in "Override".
|
commit | commitdiff | tree |
2009-11-09 |
Vadim Zeitlin | No changes, just regenerated with bakefile 0.2.8.
|
commit | commitdiff | tree |
2009-11-06 |
Vadim Zeitlin | Recognize MSVC 10 in wx/platform.h.
|
commit | commitdiff | tree |
2009-11-06 |
Vadim Zeitlin | Change interpretation of font height in wxMSW to mean...
|
commit | commitdiff | tree |
2009-11-06 |
Vadim Zeitlin | Prefer to use standard selection colour in wxDataViewCustomR...
|
commit | commitdiff | tree |
next |