2011-12-10 |
Robin Dunn | Use default values for some parameters of wxSizerItem... |
commit | commitdiff | tree | snapshot |
2011-12-09 |
Vadim Zeitlin | Quote variables in -z tests correctly in wx-config. |
commit | commitdiff | tree | snapshot |
2011-12-09 |
Vadim Zeitlin | Rename wxRichToolTipPopup::SetBackground() method to... |
commit | commitdiff | tree | snapshot |
2011-12-09 |
Stefan Csomor | avoid accepting an invalid color, ignore it, as other... |
commit | commitdiff | tree | snapshot |
2011-12-09 |
Vadim Zeitlin | Restore mouse capturing/releasing in wxPopupTransientWi... |
commit | commitdiff | tree | snapshot |
2011-12-09 |
Stefan Csomor | fixing copy size |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Vadim Zeitlin | Add wxEXEC_HIDE_CONSOLE flag allowing to unconditionall... |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Vadim Zeitlin | Explicitly document wxEXEC_XXX flags. |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Stefan Csomor | copied from old cocoa code from David, fixes #13732 |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Vadim Zeitlin | Allow using wxEvtHandler::Bind() with IBM xlC compiler... |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Vadim Zeitlin | Use '1'..'9' to simulate digits instead of WXK_NUMPADn. |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Vadim Zeitlin | Refactor to eliminate duplication in wxGTK key events... |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Bryan Petty | Regenerated new Doxygen custom HTML header, footer... |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Vadim Zeitlin | Fix Unicode key code for Ctrl-letter in wxGTK. |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Vadim Zeitlin | Only declare wxComboBox::Popup/Dismiss() when using... |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Vadim Zeitlin | Refresh generic wxListCtrl after removing a column... |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Vadim Zeitlin | Document that wxEraseEvent::GetDC() never returns NULL. |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Vadim Zeitlin | Correct the name of EVT_DATAVIEW_ITEM_START_EDITING... |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Vadim Zeitlin | Fix asserts when removing the menu item starting radio... |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Vadim Zeitlin | Set the tooltip for generic wxToolBar tools under wxOSX... |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Vadim Zeitlin | Work around impossibility to use wxCombobox in wxGrid... |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Vadim Zeitlin | Use NSApp abortModal instead of stopModal to end modal... |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Vadim Zeitlin | Implement wxComboBox::Popup() and Dismiss() for wxOSX... |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Vadim Zeitlin | Don't use gtk_menu_item_set_submenu() with NULL menu... |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Paul Cornett | In Refresh(), allow for possibility that child is mappe... |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Vadim Zeitlin | Order the libraries correctly in wx-config for static... |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Vadim Zeitlin | Fix the size of the buffer when using wxIPC::Execute... |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Vadim Zeitlin | Remove vertical wxTextCtrl adjustment hacks for wxMSW... |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Chris Elliott | add dot to path |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Vadim Zeitlin | Add documentation of emitted events to wxScrolled docum... |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Jouk Jansen | Update Make-files for OpenVMS |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Vadim Zeitlin | Pretend that the window showing popup menu has focus... |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Vadim Zeitlin | Enable wxEvtHandler::Bind() for Sun CC. |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Vadim Zeitlin | Fix build with Sun CC under Linux. |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Vadim Zeitlin | Remove wxHAVE_GLIBC2 from configure, always predefine... |
commit | commitdiff | tree | snapshot |
2011-12-06 |
Stefan Csomor | avoiding NSToolbarSeparatorItemIdentifier under Lion... |
commit | commitdiff | tree | snapshot |
2011-12-05 |
Julian Smart | Applied patch #13698 to fix wrong border test |
commit | commitdiff | tree | snapshot |
2011-12-05 |
Chris Elliott | add docs to name |
commit | commitdiff | tree | snapshot |
2011-12-05 |
Vadim Zeitlin | No changes, just remove unnecessary assignment in wxOSX... |
commit | commitdiff | tree | snapshot |
2011-12-04 |
Vadim Zeitlin | Add virtual dtor to wxCustomBackgroundWindowBase. |
commit | commitdiff | tree | snapshot |
2011-12-04 |
Vadim Zeitlin | Compilation fix for wxCarbon after the last commit. |
commit | commitdiff | tree | snapshot |
2011-12-04 |
Vadim Zeitlin | Fix wxDataViewCtrl compilation with 10.7 SDK under... |
commit | commitdiff | tree | snapshot |
2011-12-04 |
Vadim Zeitlin | Do not declare "environ" variable ourselves under MSW. |
commit | commitdiff | tree | snapshot |
2011-12-03 |
Vadim Zeitlin | Allow 2-step creation of wxGenericProgressDialog. |
commit | commitdiff | tree | snapshot |
2011-12-03 |
Vadim Zeitlin | Don't include version in the URL created by wxMSW insta... |
commit | commitdiff | tree | snapshot |
2011-12-03 |
Vadim Zeitlin | Don't require admin privileges in the MSW installer. |
commit | commitdiff | tree | snapshot |
2011-12-03 |
Vadim Zeitlin | Generate makefiles for treelist sample when using confi... |
commit | commitdiff | tree | snapshot |
2011-12-03 |
Vadim Zeitlin | Fix bug with wxStopWatch::Start() not resuming paused... |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Dimitri Schoolwerth | Updated out of date versions and release dates. |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Chris Elliott | rc1 |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Stefan Csomor | fixing build |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Vadim Zeitlin | Link to wxGridCellFloatFormat when it's mentioned in... |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Vadim Zeitlin | Rebake after webview-related changes in common.bkl. |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Vadim Zeitlin | Compilation fixes for wxMSW in wxUSE_STL=1 build. |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Vadim Zeitlin | Handle OpenBSD in wxDialUpManager code. |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Dimitri Schoolwerth | set svn:eol-style to CRLF on MSVC project files for... |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Dimitri Schoolwerth | Fixed x64 application termination after exceptions... |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Stefan Csomor | adapting Xcode projects for r69898 |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Robin Dunn | Removed const from a couple methods that are not const... |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Vadim Zeitlin | Rename src/generic/richtooltip.cpp to src/generic/richt... |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Vadim Zeitlin | Update all controls using in-place editors to handle... |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Vadim Zeitlin | Fix reentrancy in wxDataViewRendererBase::FinishEditing(). |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Vadim Zeitlin | No changes, just move wxTreeCtrlBase ctor to the source... |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Vadim Zeitlin | Don't use ListView_CancelEditLabel() as it doesn't... |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Vadim Zeitlin | Make wxEVT_CHAR_HOOK propagate upwards and send it... |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Vadim Zeitlin | Make wxEVT_CHAR_HOOK behave in wxGTK as in wxMSW. |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Vadim Zeitlin | Added wxKeyEvent ctor for creating event of the differe... |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Vadim Zeitlin | Refactor wxKeyEvent copying code. |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Vadim Zeitlin | Implement EVT_CHAR_HOOK for wxOSX/Cocoa. |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Vadim Zeitlin | No changes, just remove unnecessary #pragma warning. |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Stefan Csomor | applying patch for raise and synthesizing mouse-up... |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Paul Cornett | fix warning about missing return statement, closes... |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Vadim Zeitlin | Only use __declspec(restrict) with VC8+ in libpng. |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Vadim Zeitlin | Added wxCriticalSection::TryEnter() method. |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Vadim Zeitlin | Chinese translations update from Huang Jiawei. |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Vadim Zeitlin | Fix timeout used in POSIX implementation of wxCondition... |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Paul Cornett | remove unused variables |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Paul Cornett | add test for bug fixed in r69878 |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Paul Cornett | Fix crash when appending menuitem after removing it... |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Vadim Zeitlin | Fix setting the parent of wxProgressDialog. |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Vadim Zeitlin | Don't include all wx/xxx/webviewhistoryitem_xxx.h headers. |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Vadim Zeitlin | Include wx/defs.h, not wx/setup.h from wx/webview.h... |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Vadim Zeitlin | Document more wxCommandProcessor methods. |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Vadim Zeitlin | Use more clear names for variables in wxHtmlSelection... |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Vadim Zeitlin | Remove unused variable from wxWebViewWebKit code in... |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Vadim Zeitlin | Fix wxWebView compilation in STL build with wxGTK. |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Vadim Zeitlin | Make wxMSW status bar slightly less tall by default. |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Vadim Zeitlin | Don't include pbt.h from wxMSW code unnecessarily. |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Steve Lamerton | Override MSWTranslateMessage for wxActiveXContainer... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Vadim Zeitlin | Override GetMainWindowOfCompositeControl() in wxGrid... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Vadim Zeitlin | Correct HasFocus() to work with subwindows of a composi... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Vadim Zeitlin | Extend wxBannerWindow background bitmap if necessary. |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Vadim Zeitlin | Added instructions about building applications using... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Vadim Zeitlin | Ignore WXK_NONE events in wxStyledTextCtrl. |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Vadim Zeitlin | Add support for custom numeric formats to wxGrid. |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Vadim Zeitlin | Don't hardcode the number of toolbar tools in the toolb... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Vadim Zeitlin | Corrected handling of wxTB_HORZ_TEXT in the toolbar... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Stefan Csomor | supporting rawctrl strings, fixes #13496, rawctrl is... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Dimitri Schoolwerth | Regenerated Xcode projects. |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Paul Cornett | update _GOptionGroup check |
commit | commitdiff | tree | snapshot |
next |