2011-12-21 |
Vadim Zeitlin | Correct generic wxListCtrl display of items with icons... |
tree | commitdiff |
2011-12-21 |
Vadim Zeitlin | Guard against a possible crash in wxListCtrl::DeleteCol... |
tree | commitdiff |
2011-12-20 |
Vadim Zeitlin | Provide native implementation of wx{Date,Time}PickerCtr... |
tree | commitdiff |
2011-12-20 |
Vadim Zeitlin | Fix horizontal alignment in icon view in generic wxList... |
tree | commitdiff |
2011-12-20 |
Vadim Zeitlin | Fix crash in wxRegion in wxOSX/Carbon. |
tree | commitdiff |
2011-12-19 |
Dimitri Schoolwerth | Cleaned up some of the code in wxSlider::DoMoveWindow. |
tree | commitdiff |
2011-12-19 |
Vadim Zeitlin | Added support for wxEXEC_MAKE_GROUP_LEADER to wxExecute(). |
tree | commitdiff |
2011-12-19 |
Vadim Zeitlin | Add possibility to set item background in generic wxDat... |
tree | commitdiff |
2011-12-19 |
Dimitri Schoolwerth | Fixed min and max label values not being swapped when... |
tree | commitdiff |
2011-12-19 |
Dimitri Schoolwerth | Removed useless if statement in slider code. |
tree | commitdiff |
2011-12-19 |
Dimitri Schoolwerth | Don't move the slider's value label if it's not being... |
tree | commitdiff |
2011-12-18 |
Vadim Zeitlin | Added wxFilePickerCtrl::SetInitialDirectory(). |
tree | commitdiff |
2011-12-18 |
Vadim Zeitlin | No changes, just use wxScopedPtr instead of explicit... |
tree | commitdiff |
2011-12-18 |
Steve Lamerton | Ensure wxWebViewIE::SetPage clears the existing content... |
tree | commitdiff |
2011-12-17 |
Vadim Zeitlin | Make wxPalette ctor and Create() const-correct in wxMSW. |
tree | commitdiff |
2011-12-17 |
Vadim Zeitlin | Define wxBitmapComboBox::Insert(void* clientData) overl... |
tree | commitdiff |
2011-12-17 |
Vadim Zeitlin | Don't activate MSW dialogs when setting their initial... |
tree | commitdiff |
2011-12-17 |
Dimitri Schoolwerth | Fixed unreferenced parameter warning. |
tree | commitdiff |
2011-12-16 |
Vadim Zeitlin | Keep the item being updated selected in wxMSW wxChoice... |
tree | commitdiff |
2011-12-16 |
Vadim Zeitlin | Corrected test for region validity in wxMSW wxRegion... |
tree | commitdiff |
2011-12-16 |
Vadim Zeitlin | Use IsThisEnabled() to test if AUI child is enabled... |
tree | commitdiff |
2011-12-16 |
Vadim Zeitlin | Make multiline checkboxes wider in wxMSW to avoid word... |
tree | commitdiff |
2011-12-15 |
Vadim Zeitlin | Compilation fix for wxStopWatch with wxUSE_THREADS==0. |
tree | commitdiff |
2011-12-15 |
Julian Smart | Applied #13763 from dghart, to use primary selections... |
tree | commitdiff |
2011-12-15 |
Vadim Zeitlin | Ensure that wxPropertyGrid::m_tlp is initialized early... |
tree | commitdiff |
2011-12-14 |
Václav Slavík | Remove unnecessary m_editorCtrl assignment. |
tree | commitdiff |
2011-12-14 |
Václav Slavík | Close wxDataViewCtrl inline editor when destroying... |
tree | commitdiff |
2011-12-14 |
Václav Slavík | Don't change horizontal scroll position needlessly... |
tree | commitdiff |
2011-12-14 |
Václav Slavík | Ensure that current column is visible in generic wxData... |
tree | commitdiff |
2011-12-13 |
Vadim Zeitlin | Use string column identifiers with NSTableColumns in... |
tree | commitdiff |
2011-12-13 |
Julian Smart | Applied #13738: Make a wxRichTextImage's box display... |
tree | commitdiff |
2011-12-12 |
Vadim Zeitlin | Rename src/generic/timectrl.cpp to timectrlg.cpp. |
tree | commitdiff |
2011-12-12 |
Vadim Zeitlin | Remove the item before notifying about it in wxDataView... |
tree | commitdiff |
2011-12-12 |
Vadim Zeitlin | Always give error message when file-related functions... |
tree | commitdiff |
2011-12-11 |
Vadim Zeitlin | Fix harmless warning in wxOSX with 10.7 SDK. |
tree | commitdiff |
2011-12-11 |
Paul Cornett | fix GetTextExtent with non-null font argument, fixes... |
tree | commitdiff |
2011-12-11 |
Vadim Zeitlin | Ensure that Enter key presses are never stolen from... |
tree | commitdiff |
2011-12-11 |
Paul Cornett | don't include files which may not exist in source relea... |
tree | commitdiff |
2011-12-09 |
Vadim Zeitlin | Rename wxRichToolTipPopup::SetBackground() method to... |
tree | commitdiff |
2011-12-09 |
Stefan Csomor | avoid accepting an invalid color, ignore it, as other... |
tree | commitdiff |
2011-12-09 |
Vadim Zeitlin | Restore mouse capturing/releasing in wxPopupTransientWi... |
tree | commitdiff |
2011-12-09 |
Stefan Csomor | fixing copy size |
tree | commitdiff |
2011-12-08 |
Vadim Zeitlin | Add wxEXEC_HIDE_CONSOLE flag allowing to unconditionall... |
tree | commitdiff |
2011-12-08 |
Stefan Csomor | copied from old cocoa code from David, fixes #13732 |
tree | commitdiff |
2011-12-08 |
Vadim Zeitlin | Use '1'..'9' to simulate digits instead of WXK_NUMPADn. |
tree | commitdiff |
2011-12-08 |
Vadim Zeitlin | Refactor to eliminate duplication in wxGTK key events... |
tree | commitdiff |
2011-12-08 |
Vadim Zeitlin | Fix Unicode key code for Ctrl-letter in wxGTK. |
tree | commitdiff |
2011-12-08 |
Vadim Zeitlin | Refresh generic wxListCtrl after removing a column... |
tree | commitdiff |
2011-12-08 |
Vadim Zeitlin | Fix asserts when removing the menu item starting radio... |
tree | commitdiff |
2011-12-07 |
Vadim Zeitlin | Set the tooltip for generic wxToolBar tools under wxOSX... |
tree | commitdiff |
2011-12-07 |
Vadim Zeitlin | Work around impossibility to use wxCombobox in wxGrid... |
tree | commitdiff |
2011-12-07 |
Vadim Zeitlin | Use NSApp abortModal instead of stopModal to end modal... |
tree | commitdiff |
2011-12-07 |
Vadim Zeitlin | Implement wxComboBox::Popup() and Dismiss() for wxOSX... |
tree | commitdiff |
2011-12-07 |
Vadim Zeitlin | Don't use gtk_menu_item_set_submenu() with NULL menu... |
tree | commitdiff |
2011-12-07 |
Paul Cornett | In Refresh(), allow for possibility that child is mappe... |
tree | commitdiff |
2011-12-07 |
Vadim Zeitlin | Fix the size of the buffer when using wxIPC::Execute... |
tree | commitdiff |
2011-12-07 |
Vadim Zeitlin | Remove vertical wxTextCtrl adjustment hacks for wxMSW... |
tree | commitdiff |
2011-12-07 |
Jouk Jansen | Update Make-files for OpenVMS |
tree | commitdiff |
2011-12-07 |
Vadim Zeitlin | Pretend that the window showing popup menu has focus... |
tree | commitdiff |
2011-12-06 |
Stefan Csomor | avoiding NSToolbarSeparatorItemIdentifier under Lion... |
tree | commitdiff |
2011-12-05 |
Julian Smart | Applied patch #13698 to fix wrong border test |
tree | commitdiff |
2011-12-05 |
Vadim Zeitlin | No changes, just remove unnecessary assignment in wxOSX... |
tree | commitdiff |
2011-12-04 |
Vadim Zeitlin | Compilation fix for wxCarbon after the last commit. |
tree | commitdiff |
2011-12-04 |
Vadim Zeitlin | Fix wxDataViewCtrl compilation with 10.7 SDK under... |
tree | commitdiff |
2011-12-04 |
Vadim Zeitlin | Do not declare "environ" variable ourselves under MSW. |
tree | commitdiff |
2011-12-03 |
Vadim Zeitlin | Allow 2-step creation of wxGenericProgressDialog. |
tree | commitdiff |
2011-12-03 |
Vadim Zeitlin | Fix bug with wxStopWatch::Start() not resuming paused... |
tree | commitdiff |
2011-12-02 |
Stefan Csomor | fixing build |
tree | commitdiff |
2011-12-02 |
Vadim Zeitlin | Compilation fixes for wxMSW in wxUSE_STL=1 build. |
tree | commitdiff |
2011-12-02 |
Vadim Zeitlin | Handle OpenBSD in wxDialUpManager code. |
tree | commitdiff |
2011-12-02 |
Dimitri Schoolwerth | Fixed x64 application termination after exceptions... |
tree | commitdiff |
2011-12-02 |
Vadim Zeitlin | Rename src/generic/richtooltip.cpp to src/generic/richt... |
tree | commitdiff |
2011-12-02 |
Vadim Zeitlin | Update all controls using in-place editors to handle... |
tree | commitdiff |
2011-12-02 |
Vadim Zeitlin | Fix reentrancy in wxDataViewRendererBase::FinishEditing(). |
tree | commitdiff |
2011-12-02 |
Vadim Zeitlin | No changes, just move wxTreeCtrlBase ctor to the source... |
tree | commitdiff |
2011-12-02 |
Vadim Zeitlin | Don't use ListView_CancelEditLabel() as it doesn't... |
tree | commitdiff |
2011-12-02 |
Vadim Zeitlin | Make wxEVT_CHAR_HOOK propagate upwards and send it... |
tree | commitdiff |
2011-12-02 |
Vadim Zeitlin | Make wxEVT_CHAR_HOOK behave in wxGTK as in wxMSW. |
tree | commitdiff |
2011-12-02 |
Vadim Zeitlin | Added wxKeyEvent ctor for creating event of the differe... |
tree | commitdiff |
2011-12-02 |
Vadim Zeitlin | Refactor wxKeyEvent copying code. |
tree | commitdiff |
2011-12-02 |
Vadim Zeitlin | Implement EVT_CHAR_HOOK for wxOSX/Cocoa. |
tree | commitdiff |
2011-12-02 |
Vadim Zeitlin | No changes, just remove unnecessary #pragma warning. |
tree | commitdiff |
2011-12-01 |
Stefan Csomor | applying patch for raise and synthesizing mouse-up... |
tree | commitdiff |
2011-12-01 |
Paul Cornett | fix warning about missing return statement, closes... |
tree | commitdiff |
2011-12-01 |
Vadim Zeitlin | Only use __declspec(restrict) with VC8+ in libpng. |
tree | commitdiff |
2011-12-01 |
Vadim Zeitlin | Added wxCriticalSection::TryEnter() method. |
tree | commitdiff |
2011-12-01 |
Vadim Zeitlin | Fix timeout used in POSIX implementation of wxCondition... |
tree | commitdiff |
2011-12-01 |
Paul Cornett | remove unused variables |
tree | commitdiff |
2011-12-01 |
Paul Cornett | Fix crash when appending menuitem after removing it... |
tree | commitdiff |
2011-11-30 |
Vadim Zeitlin | Fix setting the parent of wxProgressDialog. |
tree | commitdiff |
2011-11-30 |
Vadim Zeitlin | Use more clear names for variables in wxHtmlSelection... |
tree | commitdiff |
2011-11-30 |
Vadim Zeitlin | Remove unused variable from wxWebViewWebKit code in... |
tree | commitdiff |
2011-11-30 |
Vadim Zeitlin | Fix wxWebView compilation in STL build with wxGTK. |
tree | commitdiff |
2011-11-30 |
Vadim Zeitlin | Make wxMSW status bar slightly less tall by default. |
tree | commitdiff |
2011-11-29 |
Vadim Zeitlin | Don't include pbt.h from wxMSW code unnecessarily. |
tree | commitdiff |
2011-11-28 |
Steve Lamerton | Override MSWTranslateMessage for wxActiveXContainer... |
tree | commitdiff |
2011-11-28 |
Vadim Zeitlin | Correct HasFocus() to work with subwindows of a composi... |
tree | commitdiff |
2011-11-28 |
Vadim Zeitlin | Extend wxBannerWindow background bitmap if necessary. |
tree | commitdiff |
2011-11-28 |
Vadim Zeitlin | Ignore WXK_NONE events in wxStyledTextCtrl. |
tree | commitdiff |
2011-11-28 |
Vadim Zeitlin | Add support for custom numeric formats to wxGrid. |
tree | commitdiff |
next |