2013-03-09 |
Vadim Zeitlin | Don't set cell value in wxDataViewEvent in one place... |
tree | commitdiff |
2013-03-09 |
Vadim Zeitlin | Remove wxLogWindow::OnFrameCreate() virtual method. |
tree | commitdiff |
2013-03-09 |
Vadim Zeitlin | Restore wxDIRCTRL_SHOW_FILTERS flag of wxDirCtrl. |
tree | commitdiff |
2013-03-07 |
Stefan Csomor | avoid infinite recursion for richtooltops, (hopefully... |
tree | commitdiff |
2013-03-06 |
Stefan Csomor | implementing canBecomeKeyView for user panes, native... |
tree | commitdiff |
2013-03-04 |
Vadim Zeitlin | Unselect all wxDataViewCtrl items when clicking outside... |
tree | commitdiff |
2013-03-04 |
Vadim Zeitlin | Fix crash on wxDataViewCtrl creation after r73565. |
tree | commitdiff |
2013-03-04 |
Julian Smart | Corrected layout when scaling the control |
tree | commitdiff |
2013-03-03 |
Vadim Zeitlin | Fix handling of wxST_NO_AUTORESIZE in wxOSX. |
tree | commitdiff |
2013-03-03 |
Stefan Csomor | issue NUMPAD constants only for Key but not for Char... |
tree | commitdiff |
2013-03-03 |
Vadim Zeitlin | Revert "Fix off by 1 error in wxGenericListCtrl::HitTes... |
tree | commitdiff |
2013-03-02 |
Stefan Csomor | enabling cursor events, fixes #15044 |
tree | commitdiff |
2013-03-02 |
Vadim Zeitlin | Reset accelerator table after removing last accelerator... |
tree | commitdiff |
2013-03-02 |
Vadim Zeitlin | Use more native icons in wxMSW wxArtProvider. |
tree | commitdiff |
2013-03-02 |
Vadim Zeitlin | Don't give error message for non-existent paths in... |
tree | commitdiff |
2013-03-02 |
Vadim Zeitlin | Interpret wxRect passed to wxRichToolTip::ShowFor(... |
tree | commitdiff |
2013-03-02 |
Vadim Zeitlin | Make wxRect parameter of wxRichToolTip::ShowFor() const. |
tree | commitdiff |
2013-03-01 |
Vadim Zeitlin | Don't use GetThreadId() in wxMSW code. |
tree | commitdiff |
2013-02-28 |
Vadim Zeitlin | Use thread ID and not thread handle in the error messag... |
tree | commitdiff |
2013-02-28 |
Stefan Csomor | enabling menu close event, fixes #15069 |
tree | commitdiff |
2013-02-28 |
Julian Smart | Corrected loading of images: we need the parent size... |
tree | commitdiff |
2013-02-28 |
Václav Slavík | Add wxPreferencesEditor class. |
tree | commitdiff |
2013-02-28 |
Václav Slavík | Add support for Cocoa's selectable toolbar items. |
tree | commitdiff |
2013-02-28 |
Václav Slavík | Add wxBitmap(NSImage*) ctor to wxOSX. |
tree | commitdiff |
2013-02-24 |
Vadim Zeitlin | Preserve client data pointers when setting bitmaps... |
tree | commitdiff |
2013-02-24 |
Vadim Zeitlin | Make wxGenericDataViewCtrl::SetFont() really work. |
tree | commitdiff |
2013-02-24 |
Vadim Zeitlin | Fix compilation in !wxUSE_MENUS case. |
tree | commitdiff |
2013-02-24 |
Vadim Zeitlin | Fix off by 1 error in wxGenericListCtrl::HitTest(). |
tree | commitdiff |
2013-02-24 |
Vadim Zeitlin | Move menu messages handling from wxFrame to wxTLW in... |
tree | commitdiff |
2013-02-21 |
Vadim Zeitlin | Fix crash when drawing bitmaps with mask in wxGTK with... |
tree | commitdiff |
2013-02-21 |
Vadim Zeitlin | No real changes, just suppress a harmless warning. |
tree | commitdiff |
2013-02-19 |
Vadim Zeitlin | Fix background corruption in scrolled wxHtmlWindow. |
tree | commitdiff |
2013-02-17 |
Stefan Csomor | applying patch, closes #13045 |
tree | commitdiff |
2013-02-17 |
Stefan Csomor | switching notebook implementation to common |
tree | commitdiff |
2013-02-15 |
Vadim Zeitlin | Remove wxRTTI macro for wxComboBox from Motif port. |
tree | commitdiff |
2013-02-15 |
Vadim Zeitlin | Don't use ternary operator ?: with wxString and literal... |
tree | commitdiff |
2013-02-15 |
Vadim Zeitlin | sAlways iInclude wx/encinfo.h from src/unix/fontutil... |
tree | commitdiff |
2013-02-15 |
Vadim Zeitlin | Don't connect to the same signal multiple times in... |
tree | commitdiff |
2013-02-14 |
Stefan Csomor | closes #13841 |
tree | commitdiff |
2013-02-10 |
Vadim Zeitlin | Account for scrolling when setting the background brush... |
tree | commitdiff |
2013-02-10 |
Vadim Zeitlin | Compilation fix for !wxHAS_MSW_BACKGROUND_ERASE_HOOK... |
tree | commitdiff |
2013-02-10 |
Vadim Zeitlin | Create wxCURSOR_RIGHT_ARROW on the fly from normal... |
tree | commitdiff |
2013-02-10 |
Vadim Zeitlin | Create new tab at the correct location in wxAuiNotebook. |
tree | commitdiff |
2013-02-10 |
Vadim Zeitlin | Add wxIcon::CreateFromHICON() to wxMSW. |
tree | commitdiff |
2013-02-09 |
Vadim Zeitlin | Don't call ::GetLayout() in wxMSW code directly. |
tree | commitdiff |
2013-02-09 |
Vadim Zeitlin | Fix pulsing of bitmaps in focused buttons under Windows 7. |
tree | commitdiff |
2013-02-09 |
Vadim Zeitlin | Refresh wxMSW wxStaticBitmap when its size changes. |
tree | commitdiff |
2013-02-09 |
Vadim Zeitlin | Fix drawing of bitmaps with masks in mirrored wxDC. |
tree | commitdiff |
2013-02-06 |
Vadim Zeitlin | Don't recurse into top level children when validating... |
tree | commitdiff |
2013-02-06 |
Vadim Zeitlin | Refactor children traversal in wxWindow::TransferData... |
tree | commitdiff |
2013-02-06 |
Vadim Zeitlin | Allow creating wxCursor from ANI files under MSW. |
tree | commitdiff |
2013-02-06 |
Vadim Zeitlin | Fix harmless warning about NULL in wxStyledTextCtrl... |
tree | commitdiff |
2013-02-06 |
Vadim Zeitlin | Fix harmless g++ warning about operator precedence. |
tree | commitdiff |
2013-02-06 |
Vadim Zeitlin | Check for _MSC_VER definedness in libtiff code. |
tree | commitdiff |
2013-02-05 |
Vadim Zeitlin | Ignore empty LC_XXX variables in locale detection code. |
tree | commitdiff |
2013-02-05 |
Vadim Zeitlin | No changes, just remove unused part of expression. |
tree | commitdiff |
2013-02-05 |
Vadim Zeitlin | Only impose minimal height for buttons with non-empty... |
tree | commitdiff |
2013-02-05 |
Vadim Zeitlin | Really fix resizing of wxGird column/rows after a hidde... |
tree | commitdiff |
2013-02-04 |
Vadim Zeitlin | Avoid harmless warning about comparing unsigned with 0. |
tree | commitdiff |
2013-02-04 |
Julian Smart | Invalid conversion compile error fix (GTK+ 2.12.9) |
tree | commitdiff |
2013-02-04 |
Julian Smart | Added support for sub-object virtual attributes (tempor... |
tree | commitdiff |
2013-02-01 |
Steve Lamerton | Rename all WEB_VIEW* style identifiers to WEBVIEW*. |
tree | commitdiff |
2013-01-27 |
Stefan Neis | No changes, just remove unneeded variable initializatio... |
tree | commitdiff |
2013-01-27 |
Stefan Neis | No real changes, just spelling fixes. Closes #14998. |
tree | commitdiff |
2013-01-27 |
Stefan Neis | Just some spelling fixes, no real changes. Closes ... |
tree | commitdiff |
2013-01-27 |
Julian Smart | Prevent assertions because of zero image size |
tree | commitdiff |
2013-01-23 |
Vadim Zeitlin | Initialize all wxHTTPStream members in ctor. |
tree | commitdiff |
2013-01-23 |
Vadim Zeitlin | No real changes, just fix some typos in comments in... |
tree | commitdiff |
2013-01-23 |
Jouk Jansen | let wxCheckListBox get the properties of wxCheckListBox... |
tree | commitdiff |
2013-01-22 |
Jouk Jansen | Update openVMS compile support |
tree | commitdiff |
2013-01-21 |
Vadim Zeitlin | Fix a crash in wxExecute() in wxMSW too. |
tree | commitdiff |
2013-01-21 |
Vadim Zeitlin | Fix crash in wxExecute() introduced by r73406. |
tree | commitdiff |
2013-01-21 |
Vadim Zeitlin | No changes, just remove unused variable in wxCarbon... |
tree | commitdiff |
2013-01-21 |
Vadim Zeitlin | Add wxAUI_TB_PLAIN_BACKGROUND wxAuiToolBar style. |
tree | commitdiff |
2013-01-21 |
Vadim Zeitlin | Add wxCheckListBox::GetCheckedItems() helper. |
tree | commitdiff |
2013-01-21 |
Vadim Zeitlin | Derive wxCheckListBox from wxCheckListBoxBase in wxGTK. |
tree | commitdiff |
2013-01-21 |
Jouk Jansen | OpenVMS compile support for wxSPLASH and sample |
tree | commitdiff |
2013-01-20 |
Vadim Zeitlin | A fix for VC6 compilation: define missing priority... |
tree | commitdiff |
2013-01-20 |
Stefan Csomor | workaround for crash, see #14906 |
tree | commitdiff |
2013-01-20 |
Vadim Zeitlin | Improve appearance of text with background colour in... |
tree | commitdiff |
2013-01-20 |
Paul Cornett | no real changes, just move wxMask::GetBitmap() to wxMas... |
tree | commitdiff |
2013-01-20 |
Paul Cornett | add wxMask::GetBitmap(), closes #9381 |
tree | commitdiff |
2013-01-20 |
Paul Cornett | sizeof(char) is 1. By definition. |
tree | commitdiff |
2013-01-20 |
Vadim Zeitlin | Add wxProcess::SetPriority() to allow setting the prior... |
tree | commitdiff |
2013-01-20 |
Vadim Zeitlin | Rename WXTHREAD_XXX_PRIORITY yo wxPRIORITY_XXX. |
tree | commitdiff |
2013-01-20 |
Vadim Zeitlin | Fix appearance of multiline wxCheckBox with non-standar... |
tree | commitdiff |
2013-01-20 |
Vadim Zeitlin | Fix wxDateTime::GetWeekOfYear() for the days in the... |
tree | commitdiff |
2013-01-20 |
Vadim Zeitlin | Fix wxSearchCtrl::HasFocus() in the generic version. |
tree | commitdiff |
2013-01-20 |
Vadim Zeitlin | Fix changing labels of menu items with bitmaps in wxMSW. |
tree | commitdiff |
2013-01-20 |
Vadim Zeitlin | Fix bug with showing hidden wxGrid lines when resizing... |
tree | commitdiff |
2013-01-20 |
Vadim Zeitlin | Make "More windows..." menu item in MDI "Window" menu... |
tree | commitdiff |
2013-01-20 |
Vadim Zeitlin | Put "#if wxUSE_TOOLBAR" around a variable only used... |
tree | commitdiff |
2013-01-20 |
Vadim Zeitlin | 64 bit compilation fix for wxTextCtrl in wxMSW. |
tree | commitdiff |
2013-01-20 |
Vadim Zeitlin | Fix setting initial wxSpinCtrl value outside 0..100... |
tree | commitdiff |
2013-01-20 |
Vadim Zeitlin | Really fix the background colour used for the cells... |
tree | commitdiff |
2013-01-20 |
Vadim Zeitlin | Don't use margins for wxGrid in place text editor controls. |
tree | commitdiff |
2013-01-20 |
Vadim Zeitlin | Set margins on creation correctly for wxTE_RICH[2]... |
tree | commitdiff |
2013-01-20 |
Vadim Zeitlin | Set both left and right wxTextEntry margins in wxMSW. |
tree | commitdiff |
2013-01-20 |
Vadim Zeitlin | Fix bug with dragging non-draggable columns in wxMSW... |
tree | commitdiff |
2013-01-20 |
Vadim Zeitlin | Fix some harmless but annoying warnings about casts... |
tree | commitdiff |
next |