2012-06-15 |
Vadim Zeitlin | Only use Unix sockets API under Unix in wxGTK.
|
commit | commitdiff | tree |
2012-06-12 |
Vadim Zeitlin | Slightly improve best size calculation for wxListCtrl...
|
commit | commitdiff | tree |
2012-06-12 |
Vadim Zeitlin | No real changes, just add a wxCHECK to GetDlgUnitBase().
|
commit | commitdiff | tree |
2012-06-12 |
Vadim Zeitlin | Fix crash in wxStaticBox::HandleEraseBkgnd() in wxMSW...
|
commit | commitdiff | tree |
2012-06-12 |
Vadim Zeitlin | Only use Unix/X11-specific files under Unix in wxGTK.
|
commit | commitdiff | tree |
2012-06-12 |
Vadim Zeitlin | Remove another unneeded TOOLKIT test from the bakefiles.
|
commit | commitdiff | tree |
2012-06-12 |
Vadim Zeitlin | Add wx/setup.h header for wxGTK build under MSW.
|
commit | commitdiff | tree |
2012-06-12 |
Vadim Zeitlin | Compilation fix in non-PCH build of wxMSW wxStaticBox.
|
commit | commitdiff | tree |
2012-06-12 |
Vadim Zeitlin | Don't use generic wxListCtrl style for wxListMainWindow.
|
commit | commitdiff | tree |
2012-06-12 |
Vadim Zeitlin | Make wxMSW tree item unlocking reentrant.
|
commit | commitdiff | tree |
2012-06-10 |
Vadim Zeitlin | Fix wxHTMLDataObject compilation and memory leaks.
|
commit | commitdiff | tree |
2012-06-08 |
Vadim Zeitlin | Fix wxWindow::IsDescendant() to work with argument...
|
commit | commitdiff | tree |
2012-06-08 |
Vadim Zeitlin | Use wxString::Clone() instead of c_str() in wxThreadEvent...
|
commit | commitdiff | tree |
2012-06-08 |
Vadim Zeitlin | Use PLATFORM checks in bakefiles instead of TOOLKIT...
|
commit | commitdiff | tree |
2012-06-05 |
Vadim Zeitlin | Don't give incorrect example in wxTextEntry::GetInsertionPoi...
|
commit | commitdiff | tree |
2012-06-05 |
Vadim Zeitlin | Fix ribbon sample compilation after r71642.
|
commit | commitdiff | tree |
2012-06-03 |
Vadim Zeitlin | Implement support for wxRIBBON_PANEL_EXT_BUTTON wxRibbonPane...
|
commit | commitdiff | tree |
2012-06-03 |
Vadim Zeitlin | Add wxRibbonControl::GetAncestorRibbonBar() helper.
|
commit | commitdiff | tree |
2012-06-03 |
Vadim Zeitlin | Use wxString::t_str() in calls to Windows API functions...
|
commit | commitdiff | tree |
2012-06-01 |
Vadim Zeitlin | Add support for MSVC 11 (a.k.a. MSVS 2012) to MSVC...
|
commit | commitdiff | tree |
2012-06-01 |
Vadim Zeitlin | Clear old selection when wxListBox becomes empty.
|
commit | commitdiff | tree |
2012-06-01 |
Vadim Zeitlin | Add wxMSW_CONV_LPCTSTR() and related macros and use...
|
commit | commitdiff | tree |
2012-06-01 |
Vadim Zeitlin | Disable wxUIActionSimulator wxGrid tests using mouse...
|
commit | commitdiff | tree |
2012-06-01 |
Vadim Zeitlin | Add IsAutomaticTest() function to the unit tests.
|
commit | commitdiff | tree |
2012-06-01 |
Vadim Zeitlin | Use printf() instead of wxPrintf() in cppunit details...
|
commit | commitdiff | tree |
2012-06-01 |
Vadim Zeitlin | Compilation fix to wxWebView under wxOSX/Carbon after...
|
commit | commitdiff | tree |
2012-06-01 |
Vadim Zeitlin | Fix wxWebKitCtrl::RunScript() return value.
|
commit | commitdiff | tree |
2012-06-01 |
Vadim Zeitlin | Add support for CP1258 (Vietnamese) and CP1361 (Korean...
|
commit | commitdiff | tree |
2012-06-01 |
Vadim Zeitlin | Use "GBK" as alternative name for CP936 encoding.
|
commit | commitdiff | tree |
2012-06-01 |
Vadim Zeitlin | Use float instead of double division in wxHashMap code.
|
commit | commitdiff | tree |
2012-06-01 |
Vadim Zeitlin | Keep user-set wxFrame background color even if MSW...
|
commit | commitdiff | tree |
2012-06-01 |
Vadim Zeitlin | Update old selections after clearing wxListBox in wxGTK.
|
commit | commitdiff | tree |
2012-06-01 |
Vadim Zeitlin | Use wxCLASSINFO() instead of deprecated CLASSINFO().
|
commit | commitdiff | tree |
2012-06-01 |
Vadim Zeitlin | Use wxDynamicCast() instead of IsKindOf() checks.
|
commit | commitdiff | tree |
2012-06-01 |
Vadim Zeitlin | Remove unneeded dynamic cast in wxPropertyGrid.
|
commit | commitdiff | tree |
2012-06-01 |
Vadim Zeitlin | Remove unnecessary dynamic cast in wxComboPopupWindow.
|
commit | commitdiff | tree |
2012-06-01 |
Vadim Zeitlin | Don't reset previous window event handler in PopEventHandler().
|
commit | commitdiff | tree |
2012-06-01 |
Vadim Zeitlin | Fix wxMac preprocessor check in wxWebView code.
|
commit | commitdiff | tree |
2012-06-01 |
Vadim Zeitlin | No changes, just refactor wxGrid::Render() to simplify it.
|
commit | commitdiff | tree |
2012-05-28 |
Vadim Zeitlin | Improve wxDatePickerCtrlGeneric best size calculation.
|
commit | commitdiff | tree |
2012-05-28 |
Vadim Zeitlin | Fix bug in wxAutomationObject introduced by r71574.
|
commit | commitdiff | tree |
2012-05-27 |
Vadim Zeitlin | Add wxGrid::Render() for drawing the grid to any wxDC.
|
commit | commitdiff | tree |
2012-05-27 |
Vadim Zeitlin | Add wxGrid::DrawRangeGridLines().
|
commit | commitdiff | tree |
2012-05-27 |
Vadim Zeitlin | No changes, just refactor wxGrid::DrawAllGridLines().
|
commit | commitdiff | tree |
2012-05-27 |
Vadim Zeitlin | Fix memory leaks in wxAutomationObject::Invoke().
|
commit | commitdiff | tree |
2012-05-26 |
Vadim Zeitlin | Fix bug with unloading wxPluginLibrary objects in ...
|
commit | commitdiff | tree |
2012-05-26 |
Vadim Zeitlin | Refactor SAFEARRAY creation code in wxConvertStringFromOle().
|
commit | commitdiff | tree |
2012-05-26 |
Vadim Zeitlin | Fix DrawChoice() behaviour in wxRendererXP.
|
commit | commitdiff | tree |
2012-05-26 |
Vadim Zeitlin | Remove private headers from files.bkl.
|
commit | commitdiff | tree |
2012-05-26 |
Vadim Zeitlin | Move include/wx/osx/private/objcid.h to include/wx...
|
commit | commitdiff | tree |
2012-05-25 |
Vadim Zeitlin | Add wxDataViewListCtrl::GetItemCount().
|
commit | commitdiff | tree |
2012-05-25 |
Vadim Zeitlin | Add wxDataViewListCtrl::{Set,Get}ItemData() methods.
|
commit | commitdiff | tree |
2012-05-25 |
Vadim Zeitlin | Use wxUIntPtr instead of wxClientData in wxDataViewListCtrl.
|
commit | commitdiff | tree |
2012-05-25 |
Vadim Zeitlin | Remove redundant wxAuiNotebook methods already present...
|
commit | commitdiff | tree |
2012-05-25 |
Vadim Zeitlin | Don't send a huge number of unneeded wxChildFocusEvents.
|
commit | commitdiff | tree |
2012-05-25 |
Vadim Zeitlin | Suppress warnings about gnome_print_dialog_get_range...
|
commit | commitdiff | tree |
2012-05-25 |
Vadim Zeitlin | Fully implement wxStyledTextCtrl::PositionToXY().
|
commit | commitdiff | tree |
2012-05-25 |
Vadim Zeitlin | Fix calculation of wxStyledTextCtrl selection size...
|
commit | commitdiff | tree |
2012-05-25 |
Vadim Zeitlin | Several fixes for wxAffineMatrix2D transformations.
|
commit | commitdiff | tree |
2012-05-24 |
Vadim Zeitlin | Document that SetFocus() can't be called from EVT_KILL_FOCUS...
|
commit | commitdiff | tree |
2012-05-23 |
Vadim Zeitlin | Fix wxBase compilation with UTF-8-based wxString under...
|
commit | commitdiff | tree |
2012-05-23 |
Vadim Zeitlin | Don't use wxCHECK_W32API_VERSION() in #if when it can...
|
commit | commitdiff | tree |
2012-05-23 |
Vadim Zeitlin | No real changes, just slightly simplify HasAppKit_10_6...
|
commit | commitdiff | tree |
2012-05-23 |
Vadim Zeitlin | Compilation fix for wxUSE_STL && !wxUSE_STL_BASED_WXSTRING...
|
commit | commitdiff | tree |
2012-05-23 |
Vadim Zeitlin | Document that wxClipboard::Flush() is not implemented...
|
commit | commitdiff | tree |
2012-05-23 |
Vadim Zeitlin | Document "raw control" use with accelerators.
|
commit | commitdiff | tree |
2012-05-23 |
Vadim Zeitlin | Fix calculation of the wxStyledTextCtrl selection size.
|
commit | commitdiff | tree |
2012-05-23 |
Vadim Zeitlin | No real changes, just backwards propagate the changes...
|
commit | commitdiff | tree |
2012-05-23 |
Vadim Zeitlin | Fix removing event handler filters in wxEvtHandler.
|
commit | commitdiff | tree |
2012-05-20 |
Vadim Zeitlin | Fix 62 harmless but annoying Clang warnings in wxOSX...
|
commit | commitdiff | tree |
2012-05-20 |
Vadim Zeitlin | Use wxObjCID instead of "struct objc_object*" to fix...
|
commit | commitdiff | tree |
2012-05-20 |
Vadim Zeitlin | Add support for task bar icon tooltips to wxOSX version.
|
commit | commitdiff | tree |
2012-05-20 |
Vadim Zeitlin | Improve check for OS X version in Cocoa wxFileDialog...
|
commit | commitdiff | tree |
2012-05-20 |
Vadim Zeitlin | Reset wxDialog::m_modality sooner in wxOSX.
|
commit | commitdiff | tree |
2012-05-20 |
Vadim Zeitlin | Implement wxStackWalker for wxOSX.
|
commit | commitdiff | tree |
2012-05-20 |
Vadim Zeitlin | Fix menu sample compilation under wxOSX.
|
commit | commitdiff | tree |
2012-05-20 |
Vadim Zeitlin | Fix crash on destruction of wxDataViewCtrl in wxOSX.
|
commit | commitdiff | tree |
2012-05-20 |
Vadim Zeitlin | Really fix compilation in !wxUSE_LOG_DEBUG && !HAVE_VARIADIC...
|
commit | commitdiff | tree |
2012-05-20 |
Vadim Zeitlin | Remove non-existent section from Unicode overview TOC.
|
commit | commitdiff | tree |
2012-05-20 |
Vadim Zeitlin | Compilation fix for wxRichTextCtrl.
|
commit | commitdiff | tree |
2012-05-20 |
Vadim Zeitlin | Fix harmless warning from g++ 4.8 in C11 mode.
|
commit | commitdiff | tree |
2012-05-19 |
Vadim Zeitlin | Fix compilation in !wxUSE_LOG_DEBUG && !HAVE_VARIADIC_MACROS...
|
commit | commitdiff | tree |
2012-05-19 |
Vadim Zeitlin | Fix compilation in wxUSE_STL=1 build after r71467.
|
commit | commitdiff | tree |
2012-05-17 |
Vadim Zeitlin | Improve wxDir::Traverse() documentation.
|
commit | commitdiff | tree |
2012-05-17 |
Vadim Zeitlin | Fix wrong format specifiers in the samples.
|
commit | commitdiff | tree |
2012-05-16 |
Vadim Zeitlin | Make variable containing port number an ushort in the...
|
commit | commitdiff | tree |
2012-05-16 |
Vadim Zeitlin | Fix wxWakeUpIdle() in Unix console application broken...
|
commit | commitdiff | tree |
2012-05-16 |
Vadim Zeitlin | Don't use printf() with non-literal string as format.
|
commit | commitdiff | tree |
2012-05-15 |
Vadim Zeitlin | Fix pasting large amounts of text in wxGTK.
|
commit | commitdiff | tree |
2012-05-15 |
Vadim Zeitlin | Correct the documentation of wxSpinCtrl initial and...
|
commit | commitdiff | tree |
2012-05-15 |
Vadim Zeitlin | Add support for wxArrayString to wxVariant-to-OLE conversion.
|
commit | commitdiff | tree |
2012-05-15 |
Vadim Zeitlin | Enable variadic macros for VC9 and later.
|
commit | commitdiff | tree |
2012-05-15 |
Vadim Zeitlin | Fix keyboard navigation in wx{List,Choice,Tree,Tool...
|
commit | commitdiff | tree |
2012-05-15 |
Vadim Zeitlin | Use iterators instead of indices in wxStripMenuCodes().
|
commit | commitdiff | tree |
2012-05-13 |
Vadim Zeitlin | Simplify wxEventLoopManual pending events processing...
|
commit | commitdiff | tree |
2012-05-13 |
Vadim Zeitlin | Fix wxDateTime unit test after the changes of r71430.
|
commit | commitdiff | tree |
2012-05-13 |
Vadim Zeitlin | Don't return a dangling pointer from wxDateTime::ParseXXX...
|
commit | commitdiff | tree |
2012-05-13 |
Vadim Zeitlin | No changes, just simplify the code using wx2stc() a...
|
commit | commitdiff | tree |
2012-05-13 |
Vadim Zeitlin | Fix wxStyledTextCtrl compilation in non-Unicode build.
|
commit | commitdiff | tree |
2012-05-13 |
Vadim Zeitlin | Don't assert if no icon is specified for a wxDataViewCtrl...
|
commit | commitdiff | tree |
next |