2009-12-18 |
Vadim Zeitlin | Don't explicitly set the background colour for wxChoice.
|
commit | commitdiff | tree |
2009-12-18 |
Vadim Zeitlin | No real changes, just change type of MSWGetBgBrush...
|
commit | commitdiff | tree |
2009-12-18 |
Vadim Zeitlin | Don't force themed background for wxToolBar under MSW...
|
commit | commitdiff | tree |
2009-12-18 |
Vadim Zeitlin | Don't access the first character of a possible empty...
|
commit | commitdiff | tree |
2009-12-18 |
Vadim Zeitlin | Only call GetTextMetrics() in wxDC::GetTextExtent(...
|
commit | commitdiff | tree |
2009-12-18 |
Vadim Zeitlin | Call SymCleanup() in wxStackWalker to fix problem with...
|
commit | commitdiff | tree |
2009-12-18 |
Vadim Zeitlin | Don't use "-I @" in ctags command line as cmd.exe handles...
|
commit | commitdiff | tree |
2009-12-18 |
Vadim Zeitlin | No changes, just minor cleanup.
|
commit | commitdiff | tree |
2009-12-18 |
Vadim Zeitlin | Restore the use of the correct brush for toolbar background...
|
commit | commitdiff | tree |
2009-12-17 |
Vadim Zeitlin | Correct wxDateTime::GetWeekOfMonth() for days in the...
|
commit | commitdiff | tree |
2009-12-17 |
Vadim Zeitlin | Add test of accelerators using both ASCII and non-ASCII...
|
commit | commitdiff | tree |
2009-12-17 |
Vadim Zeitlin | Always use FVIRTKEY for the accelerators under MSW.
|
commit | commitdiff | tree |
2009-12-17 |
Vadim Zeitlin | Initialize all fields of EXCEPINFO object to avoid...
|
commit | commitdiff | tree |
2009-12-16 |
Vadim Zeitlin | Correct typo in wxEVT_COMMAND_LISTBOX_DOUBLECLICKED.
|
commit | commitdiff | tree |
2009-12-15 |
Vadim Zeitlin | Avoid GTK+ errors when using AUI wxPseudoTransparentFrame...
|
commit | commitdiff | tree |
2009-12-15 |
Vadim Zeitlin | Remove asserts in wxChoicebook::Get/SetPageImage().
|
commit | commitdiff | tree |
2009-12-14 |
Vadim Zeitlin | Avoid painting generic wxDataViewCtrl if it has no...
|
commit | commitdiff | tree |
2009-12-14 |
Vadim Zeitlin | Restore correct access to wxGenericStaticText::Set...
|
commit | commitdiff | tree |
2009-12-13 |
Vadim Zeitlin | Remove unnecessary Mac-specific TOOLKIT_LOWERCASE setting.
|
commit | commitdiff | tree |
2009-12-13 |
Vadim Zeitlin | Add --with-[osx_]iphone switch to configure.
|
commit | commitdiff | tree |
2009-12-13 |
Vadim Zeitlin | Test for sw_vers availability before calling it in...
|
commit | commitdiff | tree |
2009-12-13 |
Vadim Zeitlin | Rename --with-cocoa configure switch to --with-old_cocoa...
|
commit | commitdiff | tree |
2009-12-10 |
Vadim Zeitlin | Add support for stretchable spaces to wxToolBar.
|
commit | commitdiff | tree |
2009-12-10 |
Vadim Zeitlin | Rename gtk{,1}/tbargtk.{h,cpp} to toolbar.{h,cpp}.
|
commit | commitdiff | tree |
2009-12-10 |
Vadim Zeitlin | Set correct toolbar width in wxMSW wxFrame.
|
commit | commitdiff | tree |
2009-12-10 |
Vadim Zeitlin | No changes, just refactor wxToolBarToolBase ctors.
|
commit | commitdiff | tree |
2009-12-10 |
Vadim Zeitlin | No changes, just slightly simplify the tool insertion...
|
commit | commitdiff | tree |
2009-12-09 |
Vadim Zeitlin | Avoid outputting the assert message twice in non-GUI...
|
commit | commitdiff | tree |
2009-12-09 |
Vadim Zeitlin | Don't limit the number of stack frames in GTK assert...
|
commit | commitdiff | tree |
2009-12-09 |
Vadim Zeitlin | Better handling for asserts in non-main threads.
|
commit | commitdiff | tree |
2009-12-09 |
Vadim Zeitlin | No real changes, just remove __WXDEBUG__ tests.
|
commit | commitdiff | tree |
2009-12-09 |
Vadim Zeitlin | Override OnAssertFailure() and not deprecated OnAssert...
|
commit | commitdiff | tree |
2009-12-09 |
Vadim Zeitlin | Document that wxTrap() now traps [almost] always.
|
commit | commitdiff | tree |
2009-12-09 |
Vadim Zeitlin | Explicitly link the SDK application example with user32...
|
commit | commitdiff | tree |
2009-12-09 |
Vadim Zeitlin | STL build compilation fix.
|
commit | commitdiff | tree |
2009-12-08 |
Vadim Zeitlin | Use X64 machine type for MSVC linker instead of old...
|
commit | commitdiff | tree |
2009-12-08 |
Vadim Zeitlin | Fix duplicate accelerator use in animate sample.
|
commit | commitdiff | tree |
2009-12-08 |
Vadim Zeitlin | Make wxPORTRAIT and wxLANDSCAPE elements of wxPrintOrientati...
|
commit | commitdiff | tree |
2009-12-08 |
Vadim Zeitlin | Visually show the cells boundaries in layout sample...
|
commit | commitdiff | tree |
2009-12-08 |
Vadim Zeitlin | Don't override DoGetBestSize() in wxGenericStaticText...
|
commit | commitdiff | tree |
2009-12-08 |
Vadim Zeitlin | Implement wxWindow::DoGetBorderSize() in the trivial...
|
commit | commitdiff | tree |
2009-12-08 |
Vadim Zeitlin | Fix unused parameter warning after last commit (r62818).
|
commit | commitdiff | tree |
2009-12-08 |
Vadim Zeitlin | Fix event object in wxSysColourChangedEvent.
|
commit | commitdiff | tree |
2009-12-08 |
Vadim Zeitlin | Don't set the initial size as minimal size for top...
|
commit | commitdiff | tree |
2009-12-07 |
Vadim Zeitlin | Set initial window size as its minimal size.
|
commit | commitdiff | tree |
2009-12-07 |
Vadim Zeitlin | Reset wxTheApp when starting to destroy the object...
|
commit | commitdiff | tree |
2009-12-07 |
Vadim Zeitlin | Add a very simple example of a Win32 application using...
|
commit | commitdiff | tree |
2009-12-07 |
Vadim Zeitlin | Use __declspec(dllexport) instead of WXEXPORT in dll...
|
commit | commitdiff | tree |
2009-12-07 |
Vadim Zeitlin | Document wxListCtrl::FindItem() return value.
|
commit | commitdiff | tree |
2009-12-07 |
Vadim Zeitlin | Generate erase background events for native controls...
|
commit | commitdiff | tree |
2009-12-07 |
Vadim Zeitlin | Use white background by default for multiline readonly...
|
commit | commitdiff | tree |
2009-12-07 |
Vadim Zeitlin | Move wxMSW wxTextCtrl::GetDefaultAttributes() to wxTextCtrlBase.
|
commit | commitdiff | tree |
2009-12-07 |
Vadim Zeitlin | Define MY_DLL_BUILDING symbol for dll sample DLL build.
|
commit | commitdiff | tree |
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 |
next |