2010-09-30 |
Vadim Zeitlin | No changes whatsoever, just remove trailing whitespace.
|
commit | commitdiff | tree |
2010-09-30 |
Vadim Zeitlin | Use Unix EOL format for the new files.
|
commit | commitdiff | tree |
2010-09-30 |
Vadim Zeitlin | Include correct headers from richtextimagedlg.*.
|
commit | commitdiff | tree |
2010-09-30 |
Vadim Zeitlin | Remove interface/implementation #pragmas from richtextimaged...
|
commit | commitdiff | tree |
2010-09-30 |
Vadim Zeitlin | Merge of SOC2010_RTC_IMAGES branch.
|
commit | commitdiff | tree |
2010-09-29 |
Vadim Zeitlin | Correct printf() format specifiers for long variables...
|
commit | commitdiff | tree |
2010-09-29 |
Vadim Zeitlin | Add EVT_RIBBONBAR_TAB_LEFT_DCLICK event.
|
commit | commitdiff | tree |
2010-09-29 |
Vadim Zeitlin | Fix crash in wxWebKitCtrl when using JavaScript.
|
commit | commitdiff | tree |
2010-09-29 |
Vadim Zeitlin | Preserve page size when changing increment in wxGTK...
|
commit | commitdiff | tree |
2010-09-29 |
Vadim Zeitlin | Fix wrong return value of wxGTK wxSpinCtrlDouble::GetIncreme...
|
commit | commitdiff | tree |
2010-09-29 |
Vadim Zeitlin | Return wxFONTFAMILY_DEFAULT, not UNKNOWN, from wxFont...
|
commit | commitdiff | tree |
2010-09-29 |
Vadim Zeitlin | Improve mouse handling code in wxAuiToolBar.
|
commit | commitdiff | tree |
2010-09-29 |
Vadim Zeitlin | Include wx/defs.h before testing for wxUSE_RADIOBOX.
|
commit | commitdiff | tree |
2010-09-27 |
Vadim Zeitlin | Replace some stray _T()s with wxT().
|
commit | commitdiff | tree |
2010-09-27 |
Vadim Zeitlin | Fix wx/event.h compilation with Sun CC compiler.
|
commit | commitdiff | tree |
2010-09-27 |
Vadim Zeitlin | Use wxString methods for UTF-8 conversions in wxX11...
|
commit | commitdiff | tree |
2010-09-27 |
Vadim Zeitlin | Small clean up in wxX11 Pango code.
|
commit | commitdiff | tree |
2010-09-27 |
Vadim Zeitlin | Fix wxX11 compilation when using PCH.
|
commit | commitdiff | tree |
2010-09-27 |
Vadim Zeitlin | Document wxSpinDoubleEvent class.
|
commit | commitdiff | tree |
2010-09-27 |
Vadim Zeitlin | Close a modal dialog even when it doesn't have any...
|
commit | commitdiff | tree |
2010-09-27 |
Vadim Zeitlin | Fix typo in wxStandardPathsBase::ResourceCat description...
|
commit | commitdiff | tree |
2010-09-26 |
Vadim Zeitlin | Compilation fix for MinGW STL build.
|
commit | commitdiff | tree |
2010-09-26 |
Vadim Zeitlin | Compilation fix for MinGW 4.x in new keyboard code.
|
commit | commitdiff | tree |
2010-09-26 |
Vadim Zeitlin | Make wxDateTime::Tm::yday public and document it.
|
commit | commitdiff | tree |
2010-09-26 |
Vadim Zeitlin | Initialize wxDateTime::Tm::yday in the ctor.
|
commit | commitdiff | tree |
2010-09-26 |
Vadim Zeitlin | Correct g++ 4.x warnings about suggested explicit braces.
|
commit | commitdiff | tree |
2010-09-22 |
Vadim Zeitlin | Better checks for wxMSWKeyboard::VKToWX() return value.
|
commit | commitdiff | tree |
2010-09-22 |
Vadim Zeitlin | Fix recently broken generation of wxEVT_CHAR_HOOK events...
|
commit | commitdiff | tree |
2010-09-21 |
Vadim Zeitlin | Compilation fixes for old SDKs (VC6) after recent commit.
|
commit | commitdiff | tree |
2010-09-21 |
Vadim Zeitlin | Compilation fix of wxSocket code for older Solaris...
|
commit | commitdiff | tree |
2010-09-21 |
Vadim Zeitlin | Correct drawing of mnemonics in wxStaticBox label under...
|
commit | commitdiff | tree |
2010-09-21 |
Vadim Zeitlin | Fix wxStaticBox label redrawing when "Alt" is pressed...
|
commit | commitdiff | tree |
2010-09-20 |
Vadim Zeitlin | PCH-less compilation fix to GDI+ wxMSW code.
|
commit | commitdiff | tree |
2010-09-20 |
Vadim Zeitlin | Correctly recognize when wglChoosePixelFormatARB()...
|
commit | commitdiff | tree |
2010-09-20 |
Vadim Zeitlin | Always use native task dialog for wxProgressDialog...
|
commit | commitdiff | tree |
2010-09-20 |
Vadim Zeitlin | Ignore time component of SYSTEMTIME in wxMSW wxDatePickerCtrl.
|
commit | commitdiff | tree |
2010-09-20 |
Vadim Zeitlin | Don't use native MSW functions in wxString::CmpNoCase().
|
commit | commitdiff | tree |
2010-09-20 |
Vadim Zeitlin | Add benchmarks for various ways to compare strings.
|
commit | commitdiff | tree |
2010-09-20 |
Vadim Zeitlin | Flush output after every benchmark.
|
commit | commitdiff | tree |
2010-09-18 |
Vadim Zeitlin | Really fix setting fonts in RichEdit 4.1 controls.
|
commit | commitdiff | tree |
2010-09-18 |
Vadim Zeitlin | No changes, just refactor wxTextCtrl::SetStyle() in...
|
commit | commitdiff | tree |
2010-09-18 |
Vadim Zeitlin | Set wxTextCtrl::m_verRichEdit to 4 for RichEdit 4.1.
|
commit | commitdiff | tree |
2010-09-16 |
Vadim Zeitlin | Allow setting Mac-specific menu item ids to wxID_NONE...
|
commit | commitdiff | tree |
2010-09-16 |
Vadim Zeitlin | Allow use of report mode non-native wxListCtrl in wxListBook...
|
commit | commitdiff | tree |
2010-09-16 |
Vadim Zeitlin | Only use wxFORCE_LINK_MODULE() in mediaplayer sample...
|
commit | commitdiff | tree |
2010-09-16 |
Vadim Zeitlin | Compilation fixes for non-MSVC 9 compilers after r65555.
|
commit | commitdiff | tree |
2010-09-15 |
Vadim Zeitlin | Remove display information caching from MSW wxDisplay...
|
commit | commitdiff | tree |
2010-09-15 |
Vadim Zeitlin | Document limitations of the generic wxTextEntry hints.
|
commit | commitdiff | tree |
2010-09-15 |
Vadim Zeitlin | Update the text hint display correctly when ChangeValue...
|
commit | commitdiff | tree |
2010-09-15 |
Vadim Zeitlin | Fix several bugs in generic text entry hints implementation.
|
commit | commitdiff | tree |
2010-09-15 |
Vadim Zeitlin | Fix wxTextEntry::SelectAll() in presence of hints in...
|
commit | commitdiff | tree |
2010-09-14 |
Vadim Zeitlin | Fix drawing of items with custom background in wxGenericList...
|
commit | commitdiff | tree |
2010-09-14 |
Vadim Zeitlin | Fix hang on termination of wxProgressDialog with wxPD_AUTO_H...
|
commit | commitdiff | tree |
2010-09-12 |
Vadim Zeitlin | Update wxRibbonPanel documentation to mention use of...
|
commit | commitdiff | tree |
2010-09-12 |
Vadim Zeitlin | Delete wxListCtrl item data after handling its deletion...
|
commit | commitdiff | tree |
2010-09-12 |
Vadim Zeitlin | Fix compilation of EnumerateLoadedModules() call for...
|
commit | commitdiff | tree |
2010-09-12 |
Vadim Zeitlin | Define MAPVK_VK_TO_CHAR to fix wxMSW compilation with...
|
commit | commitdiff | tree |
2010-09-11 |
Vadim Zeitlin | Compilation fix for wxOSX.
|
commit | commitdiff | tree |
2010-09-11 |
Vadim Zeitlin | Generate the same flags for modifier key events in...
|
commit | commitdiff | tree |
2010-09-11 |
Vadim Zeitlin | Generate unshifted Unicode key codes in wxEVT_KEY_XXX...
|
commit | commitdiff | tree |
2010-09-11 |
Vadim Zeitlin | Fix generation of key events for non-alphabetic keys...
|
commit | commitdiff | tree |
2010-09-11 |
Vadim Zeitlin | Improve printing out of pressed keys in the keyboard...
|
commit | commitdiff | tree |
2010-09-11 |
Vadim Zeitlin | Rename wxCharCode{MSWToWX,WXToMSW}() and move them...
|
commit | commitdiff | tree |
2010-09-11 |
Vadim Zeitlin | Fixes to key codes in keyboard events generated by...
|
commit | commitdiff | tree |
2010-09-11 |
Vadim Zeitlin | Add WXK_NONE symbolic constant indicating absence of...
|
commit | commitdiff | tree |
2010-09-11 |
Vadim Zeitlin | No real changes, just use KF_EXTENDED instead of hard...
|
commit | commitdiff | tree |
2010-09-11 |
Vadim Zeitlin | Add a simple test for keyboard events generation.
|
commit | commitdiff | tree |
2010-09-11 |
Vadim Zeitlin | Generate correct events for extended keys in wxMSW...
|
commit | commitdiff | tree |
2010-09-11 |
Vadim Zeitlin | Remember the last key event in wxGTK before passing...
|
commit | commitdiff | tree |
2010-09-11 |
Vadim Zeitlin | Explicitly send events for modifier keys in wxUIActionSimulator.
|
commit | commitdiff | tree |
2010-09-11 |
Vadim Zeitlin | Remove assert checking for wxMOD_CONTROL from wxUIActionSimu...
|
commit | commitdiff | tree |
2010-09-11 |
Vadim Zeitlin | Add a convenient wxREGISTER_UNIT_TEST() macro.
|
commit | commitdiff | tree |
2010-09-11 |
Vadim Zeitlin | No real changes, just some small cleanup in wxMSW keyboard...
|
commit | commitdiff | tree |
2010-09-10 |
Vadim Zeitlin | Use wxLocale::GetInfo() to get date format in wxDatePickerCt...
|
commit | commitdiff | tree |
2010-09-10 |
Vadim Zeitlin | Don't add spurious NULs at the end of wxTextDataObject...
|
commit | commitdiff | tree |
2010-09-10 |
Vadim Zeitlin | Initialize wxGenericProgressDialog button members in...
|
commit | commitdiff | tree |
2010-09-10 |
Vadim Zeitlin | Fix closing logic in wxMSW native wxProgressDialog.
|
commit | commitdiff | tree |
2010-09-10 |
Vadim Zeitlin | Block in wxMSW wxProgressDialog::Update(max) until...
|
commit | commitdiff | tree |
2010-09-10 |
Vadim Zeitlin | Fix errors in handling of maximum field in wxGenericProgress...
|
commit | commitdiff | tree |
2010-09-10 |
Vadim Zeitlin | Rename wxGenericProgressDialog::ProgressDialogState...
|
commit | commitdiff | tree |
2010-09-10 |
Vadim Zeitlin | No changes, just use less long progress dialog states...
|
commit | commitdiff | tree |
2010-09-10 |
Vadim Zeitlin | Use determinate mode in native wxMSW wxProgressDialog...
|
commit | commitdiff | tree |
2010-09-10 |
Vadim Zeitlin | Add a possibility to show a progress dialog on dialog...
|
commit | commitdiff | tree |
2010-09-10 |
Vadim Zeitlin | Don't use wxGenericProgressDialog::m_windowStyle for...
|
commit | commitdiff | tree |
2010-09-10 |
Vadim Zeitlin | Create temporary wxEventLoop in wxGenericProgressDialog...
|
commit | commitdiff | tree |
2010-09-10 |
Vadim Zeitlin | Initialize wxGenericProgressDialog::m_winDisabler properly.
|
commit | commitdiff | tree |
2010-09-10 |
Vadim Zeitlin | Don't return false from IsOk() for accelerators without...
|
commit | commitdiff | tree |
2010-09-09 |
Vadim Zeitlin | Fix infinite loop in wxDateTime::Format() when fields...
|
commit | commitdiff | tree |
2010-09-09 |
Vadim Zeitlin | Fix cast of pointer to int in artprov sample.
|
commit | commitdiff | tree |
2010-09-09 |
Vadim Zeitlin | Initialize all fields of struct tm used by wxDateTime...
|
commit | commitdiff | tree |
2010-09-09 |
Vadim Zeitlin | Fix wxKill(wxSIGNONE) always returning true for child...
|
commit | commitdiff | tree |
2010-09-09 |
Vadim Zeitlin | Remember last values used in exec sample "Kill" menu...
|
commit | commitdiff | tree |
2010-09-09 |
Vadim Zeitlin | Very minor fixes to wxKill() documentation.
|
commit | commitdiff | tree |
2010-09-09 |
Vadim Zeitlin | Use minimal required process access mask in wxMSW wxKill().
|
commit | commitdiff | tree |
2010-09-09 |
Vadim Zeitlin | Don't filter out Cairo libraries from GTK libraries...
|
commit | commitdiff | tree |
2010-09-09 |
Vadim Zeitlin | Use the same logic for closing dialogs as for handling...
|
commit | commitdiff | tree |
2010-09-09 |
Vadim Zeitlin | Remove the unused "monolithic" MSW wxMediaCtrl file.
|
commit | commitdiff | tree |
2010-09-09 |
Vadim Zeitlin | No real changes, just don't use obsolete FORCE_LINK_ME...
|
commit | commitdiff | tree |
2010-09-09 |
Vadim Zeitlin | Force linking of all wxMSW wxMediaCtrl backends in...
|
commit | commitdiff | tree |
2010-09-09 |
Vadim Zeitlin | No changes, just remove cruft from mediactrl sample.
|
commit | commitdiff | tree |
next |