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 |
2012-05-09 |
Vadim Zeitlin | Fix wxStaticBitmap best size calculation in wxMSW.
|
commit | commitdiff | tree |
2012-05-07 |
Vadim Zeitlin | No real changes, just fix some typos in comments.
|
commit | commitdiff | tree |
2012-05-07 |
Vadim Zeitlin | Use XkbKeycodeToKeysym() instead of deprecated XKeycodeToKey...
|
commit | commitdiff | tree |
2012-05-07 |
Vadim Zeitlin | Create a wrapper file for X11/XKBlib.h header.
|
commit | commitdiff | tree |
2012-05-05 |
Vadim Zeitlin | No changes, just spelling corrections in the comments.
|
commit | commitdiff | tree |
2012-05-05 |
Vadim Zeitlin | Update the field widths on demand in wxStatusBarGeneric.
|
commit | commitdiff | tree |
2012-05-04 |
Vadim Zeitlin | Don't return NULL widget from wxFileCtrl page of widgets...
|
commit | commitdiff | tree |
2012-05-04 |
Vadim Zeitlin | Derive wxGenericFileCtrl from wxControl.
|
commit | commitdiff | tree |
2012-05-04 |
Vadim Zeitlin | Improve documentation of wxDataViewCtrl mouse event...
|
commit | commitdiff | tree |
2012-05-04 |
Vadim Zeitlin | Fix precompiled headers use with MSVC in wxGTK sources.
|
commit | commitdiff | tree |
2012-05-04 |
Vadim Zeitlin | Declare variables before doing anything else in C code.
|
commit | commitdiff | tree |
2012-05-04 |
Vadim Zeitlin | Allow using non-MSW toolkit in MSVC-specific auto-linking...
|
commit | commitdiff | tree |
2012-05-04 |
Vadim Zeitlin | Define wxCONCATn() macro up to n=9 from n=5 previously.
|
commit | commitdiff | tree |
2012-05-04 |
Vadim Zeitlin | Use GTK-based wxWebView when using GTK+, not under...
|
commit | commitdiff | tree |
2012-05-04 |
Vadim Zeitlin | Add wxDir::GetNameWithSep() and use it to avoid consecutive...
|
commit | commitdiff | tree |
2012-05-04 |
Vadim Zeitlin | Document wxTP_DEFAULT as a standalone constant.
|
commit | commitdiff | tree |
2012-05-04 |
Vadim Zeitlin | Don't remove the last slash from "/" directory name...
|
commit | commitdiff | tree |
2012-05-03 |
Vadim Zeitlin | Document wxDataViewChoiceByIndexRenderer.
|
commit | commitdiff | tree |
2012-05-03 |
Vadim Zeitlin | No changes, just remove duplicate flags checks in wxUniv...
|
commit | commitdiff | tree |
2012-05-02 |
Vadim Zeitlin | German translations update from Thomas Krebs.
|
commit | commitdiff | tree |
2012-04-29 |
Vadim Zeitlin | Work around the problem with not exiting event loop...
|
commit | commitdiff | tree |
2012-04-29 |
Vadim Zeitlin | No changes, just refactor common IsSorted() tests in...
|
commit | commitdiff | tree |
2012-04-29 |
Vadim Zeitlin | No real changes, just make wxDataViewCtrlInternal:...
|
commit | commitdiff | tree |
2012-04-29 |
Vadim Zeitlin | Use PCH in the tests in all Windows ports and not only...
|
commit | commitdiff | tree |
2012-04-29 |
Vadim Zeitlin | Added wxDataViewEvent::SetDragFlags() and GetDropEffect...
|
commit | commitdiff | tree |
2012-04-29 |
Vadim Zeitlin | Set the data size in wxEVT_COMMAND_DATAVIEW_ITEM_DROP_POSSIB...
|
commit | commitdiff | tree |
2012-04-29 |
Vadim Zeitlin | Explicitly document wxDrag_XXX flags.
|
commit | commitdiff | tree |
2012-04-29 |
Vadim Zeitlin | Remove internal only methods from wxDataViewEvent documentation.
|
commit | commitdiff | tree |
2012-04-29 |
Vadim Zeitlin | Restore 2.8 stock labels for wxID_PREVIEW inadvertently...
|
commit | commitdiff | tree |
2012-04-29 |
Vadim Zeitlin | Add a hack to prevent the test suite from aborting...
|
commit | commitdiff | tree |
2012-04-29 |
Vadim Zeitlin | Improve error reporting for nested asserts failures...
|
commit | commitdiff | tree |
2012-04-29 |
Vadim Zeitlin | Work around wxDateTime::ParseFormat() problem in generic...
|
commit | commitdiff | tree |
2012-04-29 |
Vadim Zeitlin | Preserve wxComboBox selection when modifying the selected...
|
commit | commitdiff | tree |
2012-04-29 |
Vadim Zeitlin | Enable wxComboBox::SetString() test in the widgets...
|
commit | commitdiff | tree |
2012-04-28 |
Vadim Zeitlin | Make wxGTK code returning correct focus in popup menu...
|
commit | commitdiff | tree |
2012-04-28 |
Vadim Zeitlin | Add missing "flags" argument to wxNotificationMessage...
|
commit | commitdiff | tree |
2012-04-28 |
Vadim Zeitlin | Fix crash in wxFileConfig when deleting last entry...
|
commit | commitdiff | tree |
2012-04-28 |
Vadim Zeitlin | Make it possible to forward declare wx{Choice,Tool...
|
commit | commitdiff | tree |
2012-04-28 |
Vadim Zeitlin | Use generic wxAboutBox() in wxUniv/GTK.
|
commit | commitdiff | tree |
2012-04-28 |
Vadim Zeitlin | Don't change wxTextEntry value if it didn't really...
|
commit | commitdiff | tree |
2012-04-28 |
Vadim Zeitlin | Run some wxTextCtrl unit test cases for single and...
|
commit | commitdiff | tree |
2012-04-28 |
Vadim Zeitlin | No changes, just refactor wxTextCtrl unit test case.
|
commit | commitdiff | tree |
next |