2013-04-11 |
Vadim Zeitlin | Check that focused window is non-NULL before using... |
commit | commitdiff | tree | snapshot |
2013-04-11 |
Vadim Zeitlin | Add missing t_str() call to fix wxUSE_STL build after... |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Robin Dunn | also check for the SDK in subtrees used by newer XCodes |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Vadim Zeitlin | Added chainable wxWizardPageSimple::Chain() overload. |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Robin Dunn | Cut is documented in wxTextEntry now |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Robin Dunn | Add missing doc for Cut() |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Stefan Csomor | removing codewarrior support |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Vadim Zeitlin | Use API_VERSION_NUMBER for debug help API version check. |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Vadim Zeitlin | Support Unicode module names in wxDynamicLibrary::MSWGe... |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Vadim Zeitlin | Remove rightarr.cur which doesn't exist any more from... |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Vadim Zeitlin | Check that files returned from wxDir::FindXXX() match... |
commit | commitdiff | tree | snapshot |
2013-04-05 |
Vadim Zeitlin | Allow to customize wxGrid column auto-sizing. |
commit | commitdiff | tree | snapshot |
2013-04-05 |
Vadim Zeitlin | Use LF eol-style svn property for all Unix-only files. |
commit | commitdiff | tree | snapshot |
2013-04-05 |
Vadim Zeitlin | Basque translations update from Xabier Aramendi. |
commit | commitdiff | tree | snapshot |
2013-04-05 |
Julian Smart | Don't reset URL if applying character style |
commit | commitdiff | tree | snapshot |
2013-04-05 |
Robin Dunn | /dev/null may not exist, be smarter about it |
commit | commitdiff | tree | snapshot |
2013-04-04 |
Václav Slavík | Fix spurious errors about removing nonexistent files... |
commit | commitdiff | tree | snapshot |
2013-04-04 |
Vadim Zeitlin | Document wxTextEntryDialog::SetTextValidator(). |
commit | commitdiff | tree | snapshot |
2013-04-04 |
Vadim Zeitlin | Fix wxTextEntryDialog::GetValue() when using SetTextVal... |
commit | commitdiff | tree | snapshot |
2013-04-03 |
Václav Slavík | Use the same wxDEBUG_LEVEL settings for Xcode projects... |
commit | commitdiff | tree | snapshot |
2013-04-03 |
Robin Dunn | Add wxRect::SetPosition |
commit | commitdiff | tree | snapshot |
2013-04-01 |
Vadim Zeitlin | Don't use GetStandardCmdLineOptions() under non-Unix... |
commit | commitdiff | tree | snapshot |
2013-04-01 |
Julian Smart | Corrected code that re-encodes the book title. |
commit | commitdiff | tree | snapshot |
2013-03-31 |
Vadim Zeitlin | Make wxToolBar styles consistent and add wxTB_DEFAULT_S... |
commit | commitdiff | tree | snapshot |
2013-03-31 |
Vadim Zeitlin | Remove wxTextCtrl::OnEnabled() hack from wxGTK. |
commit | commitdiff | tree | snapshot |
2013-03-31 |
Vadim Zeitlin | Explicitly trigger wxNotebook layout in wxMSW to ensure... |
commit | commitdiff | tree | snapshot |
2013-03-31 |
Vadim Zeitlin | Added wxSearchCtrl to list of currently non-native... |
commit | commitdiff | tree | snapshot |
2013-03-31 |
Vadim Zeitlin | Fix the style value in wxWizard::Create() documentation. |
commit | commitdiff | tree | snapshot |
2013-03-31 |
Vadim Zeitlin | Fix the header to be included in wxStringTokenizer... |
commit | commitdiff | tree | snapshot |
2013-03-31 |
Vadim Zeitlin | Document wxDateTime arithmetic operators. |
commit | commitdiff | tree | snapshot |
2013-03-31 |
Vadim Zeitlin | Document wxDataView{List,Tree}Ctrl as only available... |
commit | commitdiff | tree | snapshot |
2013-03-31 |
Vadim Zeitlin | Remove wx{File,Dir}PickerCtrl::CheckPath() declaration. |
commit | commitdiff | tree | snapshot |
2013-03-31 |
Vadim Zeitlin | Remove remaining occurrences of wxUSE_XPM_IN_MSW. |
commit | commitdiff | tree | snapshot |
2013-03-31 |
Vadim Zeitlin | Add a comment with links to proper command line parsing... |
commit | commitdiff | tree | snapshot |
2013-03-29 |
Vadim Zeitlin | Fix program not shutting down when using Ubuntu app... |
commit | commitdiff | tree | snapshot |
2013-03-29 |
Vadim Zeitlin | Mention the relationship of wxDocument::Activate()... |
commit | commitdiff | tree | snapshot |
2013-03-29 |
Vadim Zeitlin | Minor documentation corrections in wxBookCtrlBase. |
commit | commitdiff | tree | snapshot |
2013-03-29 |
Vadim Zeitlin | Added wxBookCtrlBase::FindPage(). |
commit | commitdiff | tree | snapshot |
2013-03-27 |
Vadim Zeitlin | Fix assert when constructing invalid wxGBSpan inside... |
commit | commitdiff | tree | snapshot |
2013-03-27 |
Vadim Zeitlin | Add wxDocManager::FindDocumentByPath() helper. |
commit | commitdiff | tree | snapshot |
2013-03-27 |
Vadim Zeitlin | Fix display of empty wxStaticBoxSizers. |
commit | commitdiff | tree | snapshot |
2013-03-26 |
Vadim Zeitlin | Add wxDocument::Activate() method. |
commit | commitdiff | tree | snapshot |
2013-03-26 |
Vadim Zeitlin | Initialize Unicode code when generating wxEVT_CHAR_HOOK... |
commit | commitdiff | tree | snapshot |
2013-03-26 |
Vadim Zeitlin | Use WXK_DELETE as Unicode key code for VK_DELETE in... |
commit | commitdiff | tree | snapshot |
2013-03-26 |
Vadim Zeitlin | Use wxCONTROL_PRESSED instead of wxCONTROL_SELECTED... |
commit | commitdiff | tree | snapshot |
2013-03-26 |
Vadim Zeitlin | No changes, just remove wxGtkIMData forward declarations. |
commit | commitdiff | tree | snapshot |
2013-03-22 |
Paul Cornett | fix GTK3 build |
commit | commitdiff | tree | snapshot |
2013-03-22 |
Vadim Zeitlin | Add GdkEventKey declaration fix PCH-less build. |
commit | commitdiff | tree | snapshot |
2013-03-21 |
Vadim Zeitlin | Add IM and full wxEVT_CHAR support to wxTextCtrl and... |
commit | commitdiff | tree | snapshot |
2013-03-21 |
Vadim Zeitlin | Allow using either single or multi line wxTextCtrl... |
commit | commitdiff | tree | snapshot |
2013-03-21 |
Vadim Zeitlin | Refactor wxGTK IM-related code to allow future modifica... |
commit | commitdiff | tree | snapshot |
2013-03-21 |
Vadim Zeitlin | Tweak wxGTK keyboard handling to allow accelerators... |
commit | commitdiff | tree | snapshot |
2013-03-21 |
Vadim Zeitlin | Use flat generic status bar by default and add wxSB_SUNKEN. |
commit | commitdiff | tree | snapshot |
2013-03-21 |
Vadim Zeitlin | Disable Unity global menu while native modal dialogs... |
commit | commitdiff | tree | snapshot |
2013-03-21 |
Vadim Zeitlin | Create a small helper class for Unity global menu bug... |
commit | commitdiff | tree | snapshot |
2013-03-21 |
Vadim Zeitlin | No changes, just remove an unused line of code. |
commit | commitdiff | tree | snapshot |
2013-03-19 |
Vadim Zeitlin | Add missing space to fix r73681 changes. |
commit | commitdiff | tree | snapshot |
2013-03-19 |
Vadim Zeitlin | Fix WM_UNINITMENUPOPUP missing definition for VC6. |
commit | commitdiff | tree | snapshot |
2013-03-19 |
Vadim Zeitlin | Suppress error output from Unix system information... |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Julian Smart | Make sure include doesn't get overwritten when code... |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Robin Dunn | fix compilation problem |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Julian Smart | Fixed help for symbol picker and style manager dialogs |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Julian Smart | Added control over whether size and position units... |
commit | commitdiff | tree | snapshot |
2013-03-17 |
Vadim Zeitlin | Fix minor typo in wxDV_VERT_RULES documentation. |
commit | commitdiff | tree | snapshot |
2013-03-17 |
Julian Smart | Corrected clipboard data id |
commit | commitdiff | tree | snapshot |
2013-03-16 |
Julian Smart | Fixed centering/right alignment of last line |
commit | commitdiff | tree | snapshot |
2013-03-16 |
Vadim Zeitlin | Don't create temporary file in wxDebugReport ctor. |
commit | commitdiff | tree | snapshot |
2013-03-14 |
Julian Smart | Corrected wxRichTextCaret refresh |
commit | commitdiff | tree | snapshot |
2013-03-14 |
Julian Smart | We need to switch off UI elements before they are laid... |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Vadim Zeitlin | Remove obsolete parts of autoconf_inc.m4. |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Julian Smart | Fixed some warnings |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Julian Smart | Added ability to switch off more components of the... |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Julian Smart | Fixed UI customization helper |
commit | commitdiff | tree | snapshot |
2013-03-11 |
Julian Smart | Search for font instead of creating it each time |
commit | commitdiff | tree | snapshot |
2013-03-11 |
Julian Smart | Added missing RTTI |
commit | commitdiff | tree | snapshot |
2013-03-11 |
Stefan Csomor | more specific solution to tooltips appearing on neighbo... |
commit | commitdiff | tree | snapshot |
2013-03-10 |
Stefan Csomor | supporting also mouse entered / exited events which... |
commit | commitdiff | tree | snapshot |
2013-03-10 |
Stefan Csomor | support alpha in color dialog, see #14127 |
commit | commitdiff | tree | snapshot |
2013-03-10 |
Stefan Csomor | make sure dialogs can support alpha transparency sliders |
commit | commitdiff | tree | snapshot |
2013-03-10 |
Stefan Csomor | add support for alpha in color dialog on OSX, see ... |
commit | commitdiff | tree | snapshot |
2013-03-10 |
Stefan Csomor | avoid multiple mouse moved events, refs #15072 |
commit | commitdiff | tree | snapshot |
2013-03-10 |
Stefan Csomor | trying to solve cursor update problems with AUI, refs... |
commit | commitdiff | tree | snapshot |
2013-03-10 |
Vadim Zeitlin | Disable sorting of generic wxDataViewCtrl while it... |
commit | commitdiff | tree | snapshot |
2013-03-10 |
Vadim Zeitlin | Use symbolic constants instead of magic numbers in... |
commit | commitdiff | tree | snapshot |
2013-03-09 |
Vadim Zeitlin | Add GetFile() accessor to wxFileStream classes. |
commit | commitdiff | tree | snapshot |
2013-03-09 |
Vadim Zeitlin | No real changes, just use wxString::clear() instead... |
commit | commitdiff | tree | snapshot |
2013-03-09 |
Vadim Zeitlin | Return false from wxFileName::AppendDir() and InsertDir... |
commit | commitdiff | tree | snapshot |
2013-03-09 |
Vadim Zeitlin | Use generic spin control itself as parent for its children. |
commit | commitdiff | tree | snapshot |
2013-03-09 |
Vadim Zeitlin | Implement support for pen cap and join in wxPostScriptDC. |
commit | commitdiff | tree | snapshot |
2013-03-09 |
Vadim Zeitlin | Test PostScript printing in the print sample if it... |
commit | commitdiff | tree | snapshot |
2013-03-09 |
Vadim Zeitlin | Fix compilation with MinGW -std=c++11 option. |
commit | commitdiff | tree | snapshot |
2013-03-09 |
Vadim Zeitlin | Fix compilation for MinGW with wxUSE_IPV6==1. |
commit | commitdiff | tree | snapshot |
2013-03-09 |
Vadim Zeitlin | Don't cache HDC used by wxPaintDCEx in wxMSW. |
commit | commitdiff | tree | snapshot |
2013-03-09 |
Vadim Zeitlin | Fit the generic preferences editor dialog to its pages... |
commit | commitdiff | tree | snapshot |
2013-03-09 |
Vadim Zeitlin | Don't set cell value in wxDataViewEvent in one place... |
commit | commitdiff | tree | snapshot |
2013-03-09 |
Vadim Zeitlin | Remove wxLogWindow::OnFrameCreate() virtual method. |
commit | commitdiff | tree | snapshot |
2013-03-09 |
Vadim Zeitlin | Restore wxDIRCTRL_SHOW_FILTERS flag of wxDirCtrl. |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Stefan Csomor | avoid infinite recursion for richtooltops, (hopefully... |
commit | commitdiff | tree | snapshot |
2013-03-06 |
Stefan Csomor | implementing canBecomeKeyView for user panes, native... |
commit | commitdiff | tree | snapshot |
2013-03-05 |
Robin Dunn | Minor tweaks to the preferences docs for Phoenix. |
commit | commitdiff | tree | snapshot |
next |