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 |
2012-05-13 |
Vadim Zeitlin | Minor change to wxString pretty-printer for gdb.
|
commit | commitdiff | tree |
2012-05-13 |
Vadim Zeitlin | Don't handle branches specially when sorting items...
|
commit | commitdiff | tree |
2012-05-13 |
Vadim Zeitlin | Disable the use of UTF-8 by default in Unix builds.
|
commit | commitdiff | tree |
2012-05-13 |
Vadim Zeitlin | Remove wxDECLARE_APP() from wxIMPLEMENT_APP_NO_MAIN().
|
commit | commitdiff | tree |
2012-05-11 |
Vadim Zeitlin | Document that wxEVT_COMMAND_DATAVIEW_COLUMN_REORDERED...
|
commit | commitdiff | tree |
2012-05-11 |
Vadim Zeitlin | Fix extra event sent by wxTextEntry::ChangeValue()...
|
commit | commitdiff | tree |
2012-05-10 |
Vadim Zeitlin | Set LF EOL style for setup.h.in file.
|
commit | commitdiff | tree |
2012-05-09 |
Vadim Zeitlin | Add missing wx/scopeguard.h include to fix the build.
|
commit | commitdiff | tree |
2012-05-09 |
Vadim Zeitlin | Fix wxGenericListCtrl best size calculation in report...
|
commit | commitdiff | tree |
2012-05-09 |
Vadim Zeitlin | Unconditionally define IID_IShellItem in wxMSW sources.
|
commit | commitdiff | tree |
2012-05-09 |
Vadim Zeitlin | Implement constrained best size calculation in wxMSW...
|
commit | commitdiff | tree |
2012-05-09 |
Vadim Zeitlin | Improve wxBookCtrlBase controller size calculations.
|
commit | commitdiff | tree |
2012-05-09 |
Vadim Zeitlin | Add wxWindow::GetBest{Height,Width}().
|
commit | commitdiff | tree |
2012-05-09 |
Vadim Zeitlin | Improve wxWindow best size documentation, mention DoGetBestC...
|
commit | commitdiff | tree |
2012-05-09 |
Vadim Zeitlin | Mention wxFoobookEvent change from classes to #defines...
|
commit | commitdiff | tree |
2012-05-09 |
Vadim Zeitlin | Allow entering more digits in wxSpinCtrl in wxMSW than...
|
commit | commitdiff | tree |
2012-05-09 |
Vadim Zeitlin | Attach MDI "Window" menu to the parent frame menu bar...
|
commit | commitdiff | tree |
2012-05-09 |
Vadim Zeitlin | Correct the initial value setting in wxMSW wxSpinCtrl.
|
commit | commitdiff | tree |
2012-05-09 |
Vadim Zeitlin | Remove assert checking bitmap size in wxMenuItem drawing...
|
commit | commitdiff | tree |
2012-05-09 |
Vadim Zeitlin | Fix creation of wxBitmap from wxIcon in wxMSW: premultiply...
|
commit | commitdiff | tree |
2012-05-09 |
Vadim Zeitlin | Fix wxString unit test when not using UTF-8.
|
commit | commitdiff | tree |
2012-05-09 |
Vadim Zeitlin | Fix compilation of wxVariant code with VC6.
|
commit | commitdiff | tree |
2012-05-09 |
Vadim Zeitlin | Use better face names first in wxGTK wxNativeFontInfo...
|
commit | commitdiff | tree |
2012-05-09 |
Vadim Zeitlin | Check that item ID is initialized when inserting it...
|
commit | commitdiff | tree |
next |