2013-05-12 |
Stefan Csomor | deactivating r65382 see #12267 (which does not seem... |
tree | commitdiff |
2013-05-10 |
Stefan Csomor | applying editor part of patch, see #15003 |
tree | commitdiff |
2013-05-10 |
Vadim Zeitlin | Use wxjpeg_boolean in libtiff sources. |
tree | commitdiff |
2013-05-08 |
Vadim Zeitlin | Fix duplicate wxContextMenuEvent generation in wxMSW. |
tree | commitdiff |
2013-05-08 |
Vadim Zeitlin | Fix wrong wxUSE_ACCEL around wxUSE_HOTKEY-related code... |
tree | commitdiff |
2013-05-07 |
Robin Dunn | Call InitializeModules instead of just module->Init... |
tree | commitdiff |
2013-05-07 |
Vadim Zeitlin | Test for NULL associated frame in doc/view event handli... |
tree | commitdiff |
2013-05-07 |
Vadim Zeitlin | Fix for event propagation in "single document" doc... |
tree | commitdiff |
2013-05-06 |
Julian Smart | Applied patches for #15184 (wxRichTextAction fix for... |
tree | commitdiff |
2013-05-06 |
Julian Smart | Applied patch #15183 (wxRichTextTable::DeleteColumns... |
tree | commitdiff |
2013-05-06 |
Vadim Zeitlin | Add IEEE 754 single/double precision support to wxDataS... |
tree | commitdiff |
2013-05-06 |
Vadim Zeitlin | No real changes, just rename double variables to "d". |
tree | commitdiff |
2013-05-06 |
Vadim Zeitlin | Extract common parts of wxData{In,Out}putStream in... |
tree | commitdiff |
2013-05-05 |
Vadim Zeitlin | Don't use gtk_file_chooser_set_filename() for save... |
tree | commitdiff |
2013-05-05 |
Steve Lamerton | Speculative fix for wxWebView unit tests on OSX. |
tree | commitdiff |
2013-05-05 |
Vadim Zeitlin | Correct misleading error message in locale mismatch... |
tree | commitdiff |
2013-05-04 |
Vadim Zeitlin | Fix event handling order in doc/view framework. |
tree | commitdiff |
2013-05-04 |
Vadim Zeitlin | Forward events to active child at MSW, not wx, level... |
tree | commitdiff |
2013-05-04 |
Vadim Zeitlin | Add public wxDocManager::GetAnyUsableView(). |
tree | commitdiff |
2013-05-04 |
Vadim Zeitlin | Consistently set wxMenuBar parent in all ports. |
tree | commitdiff |
2013-05-04 |
Vadim Zeitlin | Pass menu events to the handler in the associated menu... |
tree | commitdiff |
2013-05-04 |
Vadim Zeitlin | Fix menu event handlers calling order. |
tree | commitdiff |
2013-05-01 |
Vadim Zeitlin | Copy max width of wxGridCellTextEditor when cloning it. |
tree | commitdiff |
2013-04-30 |
Vadim Zeitlin | Compilation fix for wxFont in wxGTK1. |
tree | commitdiff |
2013-04-30 |
Vadim Zeitlin | Use WXUNUSED() to suppress unused parameter warnings. |
tree | commitdiff |
2013-04-30 |
Vadim Zeitlin | Work around harmless g++ warning about possible uniniti... |
tree | commitdiff |
2013-04-30 |
Vadim Zeitlin | Add a trivial virtual dtor to suppress g++ warnings. |
tree | commitdiff |
2013-04-30 |
Vadim Zeitlin | Add wxFontInfo class to allow using named parameters... |
tree | commitdiff |
2013-04-30 |
Vadim Zeitlin | Allow using wxDEFAULT as font size in wxOSX. |
tree | commitdiff |
2013-04-29 |
Vadim Zeitlin | Fix VC6 compilation after r73880. |
tree | commitdiff |
2013-04-29 |
Vadim Zeitlin | Fix assert when adding items with bitmaps wxBitmapComboBox. |
tree | commitdiff |
2013-04-29 |
Vadim Zeitlin | Add empty paragraph in wxRichTextTable::AddColumns... |
tree | commitdiff |
2013-04-29 |
Vadim Zeitlin | Add support for wxICON_AUTH_NEEDED to wxMessageDialog. |
tree | commitdiff |
2013-04-28 |
Vadim Zeitlin | Really fix the problem with caret in wxGrid text editor... |
tree | commitdiff |
2013-04-26 |
Vadim Zeitlin | wxOSX: store the menu title when inserting it in the... |
tree | commitdiff |
2013-04-25 |
Vadim Zeitlin | Fix generic wxDataViewToggleRenderer hit testing with... |
tree | commitdiff |
2013-04-25 |
Vadim Zeitlin | Fix wxEVT_DATAVIEW_COLUMN_HEADER_RIGHT_CLICK event... |
tree | commitdiff |
2013-04-25 |
Vadim Zeitlin | Provide shorter synonyms for wxEVT_XXX constants. |
tree | commitdiff |
2013-04-24 |
Vadim Zeitlin | Fix showing back hidden columns and rows in wxGrid. |
tree | commitdiff |
2013-04-23 |
Vadim Zeitlin | Really fix hit testing in the generic wxDataViewToggleR... |
tree | commitdiff |
2013-04-22 |
Vadim Zeitlin | Add wxSocketBase::GetSocket(). |
tree | commitdiff |
2013-04-21 |
Vadim Zeitlin | Fix hit testing in generic wxDataViewToggleRenderer. |
tree | commitdiff |
2013-04-21 |
Vadim Zeitlin | Reset sorting column in generic wxDataViewCtrl properly. |
tree | commitdiff |
2013-04-20 |
Vadim Zeitlin | Add wxTextEntryDialog::SetMaxLength(). |
tree | commitdiff |
2013-04-12 |
Robin Dunn | Ensure there is valid context for DrawRectangle |
tree | commitdiff |
2013-04-11 |
Vadim Zeitlin | Check that focused window is non-NULL before using... |
tree | commitdiff |
2013-04-11 |
Vadim Zeitlin | Add missing t_str() call to fix wxUSE_STL build after... |
tree | commitdiff |
2013-04-09 |
Stefan Csomor | removing codewarrior support |
tree | commitdiff |
2013-04-08 |
Vadim Zeitlin | Support Unicode module names in wxDynamicLibrary::MSWGe... |
tree | commitdiff |
2013-04-08 |
Vadim Zeitlin | Check that files returned from wxDir::FindXXX() match... |
tree | commitdiff |
2013-04-05 |
Vadim Zeitlin | Allow to customize wxGrid column auto-sizing. |
tree | commitdiff |
2013-04-05 |
Julian Smart | Don't reset URL if applying character style |
tree | commitdiff |
2013-04-05 |
Robin Dunn | /dev/null may not exist, be smarter about it |
tree | commitdiff |
2013-04-04 |
Vadim Zeitlin | Fix wxTextEntryDialog::GetValue() when using SetTextVal... |
tree | commitdiff |
2013-04-01 |
Vadim Zeitlin | Don't use GetStandardCmdLineOptions() under non-Unix... |
tree | commitdiff |
2013-04-01 |
Julian Smart | Corrected code that re-encodes the book title. |
tree | commitdiff |
2013-03-31 |
Vadim Zeitlin | Make wxToolBar styles consistent and add wxTB_DEFAULT_S... |
tree | commitdiff |
2013-03-31 |
Vadim Zeitlin | Remove wxTextCtrl::OnEnabled() hack from wxGTK. |
tree | commitdiff |
2013-03-31 |
Vadim Zeitlin | Explicitly trigger wxNotebook layout in wxMSW to ensure... |
tree | commitdiff |
2013-03-31 |
Vadim Zeitlin | Add a comment with links to proper command line parsing... |
tree | commitdiff |
2013-03-29 |
Vadim Zeitlin | Fix program not shutting down when using Ubuntu app... |
tree | commitdiff |
2013-03-29 |
Vadim Zeitlin | Added wxBookCtrlBase::FindPage(). |
tree | commitdiff |
2013-03-27 |
Vadim Zeitlin | Fix assert when constructing invalid wxGBSpan inside... |
tree | commitdiff |
2013-03-27 |
Vadim Zeitlin | Add wxDocManager::FindDocumentByPath() helper. |
tree | commitdiff |
2013-03-27 |
Vadim Zeitlin | Fix display of empty wxStaticBoxSizers. |
tree | commitdiff |
2013-03-26 |
Vadim Zeitlin | Add wxDocument::Activate() method. |
tree | commitdiff |
2013-03-26 |
Vadim Zeitlin | Initialize Unicode code when generating wxEVT_CHAR_HOOK... |
tree | commitdiff |
2013-03-26 |
Vadim Zeitlin | Use WXK_DELETE as Unicode key code for VK_DELETE in... |
tree | commitdiff |
2013-03-26 |
Vadim Zeitlin | Use wxCONTROL_PRESSED instead of wxCONTROL_SELECTED... |
tree | commitdiff |
2013-03-22 |
Paul Cornett | fix GTK3 build |
tree | commitdiff |
2013-03-21 |
Vadim Zeitlin | Add IM and full wxEVT_CHAR support to wxTextCtrl and... |
tree | commitdiff |
2013-03-21 |
Vadim Zeitlin | Refactor wxGTK IM-related code to allow future modifica... |
tree | commitdiff |
2013-03-21 |
Vadim Zeitlin | Tweak wxGTK keyboard handling to allow accelerators... |
tree | commitdiff |
2013-03-21 |
Vadim Zeitlin | Use flat generic status bar by default and add wxSB_SUNKEN. |
tree | commitdiff |
2013-03-21 |
Vadim Zeitlin | Disable Unity global menu while native modal dialogs... |
tree | commitdiff |
2013-03-21 |
Vadim Zeitlin | Create a small helper class for Unity global menu bug... |
tree | commitdiff |
2013-03-21 |
Vadim Zeitlin | No changes, just remove an unused line of code. |
tree | commitdiff |
2013-03-19 |
Vadim Zeitlin | Add missing space to fix r73681 changes. |
tree | commitdiff |
2013-03-19 |
Vadim Zeitlin | Fix WM_UNINITMENUPOPUP missing definition for VC6. |
tree | commitdiff |
2013-03-19 |
Vadim Zeitlin | Suppress error output from Unix system information... |
tree | commitdiff |
2013-03-18 |
Julian Smart | Fixed help for symbol picker and style manager dialogs |
tree | commitdiff |
2013-03-18 |
Julian Smart | Added control over whether size and position units... |
tree | commitdiff |
2013-03-17 |
Julian Smart | Corrected clipboard data id |
tree | commitdiff |
2013-03-16 |
Julian Smart | Fixed centering/right alignment of last line |
tree | commitdiff |
2013-03-16 |
Vadim Zeitlin | Don't create temporary file in wxDebugReport ctor. |
tree | commitdiff |
2013-03-14 |
Julian Smart | Corrected wxRichTextCaret refresh |
tree | commitdiff |
2013-03-14 |
Julian Smart | We need to switch off UI elements before they are laid... |
tree | commitdiff |
2013-03-13 |
Julian Smart | Fixed some warnings |
tree | commitdiff |
2013-03-12 |
Julian Smart | Added ability to switch off more components of the... |
tree | commitdiff |
2013-03-11 |
Julian Smart | Search for font instead of creating it each time |
tree | commitdiff |
2013-03-11 |
Julian Smart | Added missing RTTI |
tree | commitdiff |
2013-03-11 |
Stefan Csomor | more specific solution to tooltips appearing on neighbo... |
tree | commitdiff |
2013-03-10 |
Stefan Csomor | supporting also mouse entered / exited events which... |
tree | commitdiff |
2013-03-10 |
Stefan Csomor | support alpha in color dialog, see #14127 |
tree | commitdiff |
2013-03-10 |
Stefan Csomor | make sure dialogs can support alpha transparency sliders |
tree | commitdiff |
2013-03-10 |
Stefan Csomor | add support for alpha in color dialog on OSX, see ... |
tree | commitdiff |
2013-03-10 |
Stefan Csomor | avoid multiple mouse moved events, refs #15072 |
tree | commitdiff |
2013-03-10 |
Stefan Csomor | trying to solve cursor update problems with AUI, refs... |
tree | commitdiff |
2013-03-10 |
Vadim Zeitlin | Disable sorting of generic wxDataViewCtrl while it... |
tree | commitdiff |
2013-03-10 |
Vadim Zeitlin | Use symbolic constants instead of magic numbers in... |
tree | commitdiff |
next |