2012-08-06 |
Václav Slavík | Don't crash in wxBitmap::AllocExclusive(). |
tree | commitdiff |
2012-08-06 |
Vadim Zeitlin | A better fix for wxHash{Map,Set} with g++ 4.7. |
tree | commitdiff |
2012-08-05 |
Vadim Zeitlin | Fix uniconizing hidden top level windows in wxMSW. |
tree | commitdiff |
2012-08-05 |
Vadim Zeitlin | Fix the checkbox cell size in generic wxDataViewToggleR... |
tree | commitdiff |
2012-08-03 |
Vadim Zeitlin | Optimization: skip 0-sized cells in wxGrid::CalcCellsEx... |
tree | commitdiff |
2012-08-03 |
Robin Dunn | Add the ability to trigger a print from JavaScript... |
tree | commitdiff |
2012-08-03 |
Robin Dunn | Add the ability to trigger a print from JavaScript... |
tree | commitdiff |
2012-08-02 |
Robin Dunn | Enable the wxMediaCtrl backend for wxOSX-cocoa in the... |
tree | commitdiff |
2012-08-02 |
Paul Cornett | remove unused OSX includes |
tree | commitdiff |
2012-08-02 |
Paul Cornett | Fix wxGCDC::Clear() for Cairo, and possibly MSW. |
tree | commitdiff |
2012-08-01 |
Vadim Zeitlin | No changes, just fix typos in comments in wxOSX files. |
tree | commitdiff |
2012-07-31 |
Vadim Zeitlin | Fix wxKeyEvent::m_uniChar for EVT_CHAR for native contr... |
tree | commitdiff |
2012-07-31 |
Vadim Zeitlin | Allow setting LCID used by wxAutomationObject. |
tree | commitdiff |
2012-07-31 |
Vadim Zeitlin | Use compatibility_iterator instead of "Node*" in wxWinC... |
tree | commitdiff |
2012-07-31 |
Vadim Zeitlin | No changes, just fix some typos in wxDFB comments. |
tree | commitdiff |
2012-07-30 |
Vadim Zeitlin | Use (newly) added wxStaticCastVariantData() to fix... |
tree | commitdiff |
2012-07-30 |
Vadim Zeitlin | Add expand/collapse button to wxRibbonBar. |
tree | commitdiff |
2012-07-30 |
Vadim Zeitlin | Fix the size of the buffer passed to wxTmemcpy() in... |
tree | commitdiff |
2012-07-29 |
Vadim Zeitlin | Translate wxTextDataObject to/from native EOL format. |
tree | commitdiff |
2012-07-29 |
Vadim Zeitlin | No real changes, just use accessors in wxTextDataObject. |
tree | commitdiff |
2012-07-29 |
Vadim Zeitlin | Support wxID_HELP_{INDEX,SEARCH} and wxID_MDI_WINDOW_XX... |
tree | commitdiff |
2012-07-29 |
Vadim Zeitlin | Fix bug in wxNumberFormatter::ToString() for negative... |
tree | commitdiff |
2012-07-29 |
Vadim Zeitlin | Remove workaround for slow scrolling in wxStyledTextCtrl. |
tree | commitdiff |
2012-07-29 |
Vadim Zeitlin | Remove unnecessary Update() in wxStyledTextCtrl scrolli... |
tree | commitdiff |
2012-07-29 |
Vadim Zeitlin | Generate clipboard events for wxComboBox in wxGTK too. |
tree | commitdiff |
2012-07-29 |
Vadim Zeitlin | Add a wxGTK-specific function to set wxNotificationMess... |
tree | commitdiff |
2012-07-28 |
Robin Dunn | wxDC::GetHandle support for wxGTK |
tree | commitdiff |
2012-07-28 |
Robin Dunn | Adding wxDC::GetHandle for wxOSX-cocoa and wxOSX-carbon |
tree | commitdiff |
2012-07-27 |
Vadim Zeitlin | Fix compilation of new wxNotificationMessage for wxGTK... |
tree | commitdiff |
2012-07-27 |
Vadim Zeitlin | Implement wxNotificationMessage using libnotify in... |
tree | commitdiff |
2012-07-25 |
Vadim Zeitlin | wxOSX/Carbon compilation fix after the changes of r72207. |
tree | commitdiff |
2012-07-25 |
Václav Slavík | wxMSW: Use TBSTYLE_AUTOSIZE for toolbar buttons with... |
tree | commitdiff |
2012-07-24 |
Vadim Zeitlin | Another wxOSX compilation fix after the changes of... |
tree | commitdiff |
2012-07-24 |
Vadim Zeitlin | Build fix for wxOSX after removing position in MacCreat... |
tree | commitdiff |
2012-07-24 |
Stefan Csomor | I don't think this is still necessary, see #13625 |
tree | commitdiff |
2012-07-24 |
Vadim Zeitlin | Don't eagerly set wxKeyEvent position fields. |
tree | commitdiff |
2012-07-24 |
Vadim Zeitlin | Add wxDir::Close(). |
tree | commitdiff |
2012-07-24 |
Vadim Zeitlin | Set up scrollbars correctly for wxWebView in wxGTK. |
tree | commitdiff |
2012-07-24 |
Vadim Zeitlin | Refactor: extract GtkScrolledWindow creation from wxWin... |
tree | commitdiff |
2012-07-24 |
Vadim Zeitlin | No real changes, just avoid overloaded virtual wxWebVie... |
tree | commitdiff |
2012-07-24 |
Stefan Csomor | avoid deprecated API, fixes #13727 |
tree | commitdiff |
2012-07-24 |
Stefan Csomor | guard against not-yet-existing font, fixes #14516 |
tree | commitdiff |
2012-07-23 |
Vadim Zeitlin | Don't constantly reload comctl32.dll in wxTreeCtrl... |
tree | commitdiff |
2012-07-23 |
Vadim Zeitlin | Fix wxMSW wxStaticBox compilation when wxUSE_UXTHEME==0. |
tree | commitdiff |
2012-07-23 |
Vadim Zeitlin | Fix wxMSW wxTextEntry compilation in wxUSE_DYNLIB_CLASS... |
tree | commitdiff |
2012-07-23 |
Vadim Zeitlin | Fix wxUSE_IFILEDIALOG definition in wxUSE_DYNLIB_CLASS... |
tree | commitdiff |
2012-07-23 |
Vadim Zeitlin | Fix wxWindow::MSWShowWithEffect() compilation with... |
tree | commitdiff |
2012-07-23 |
Vadim Zeitlin | Use __DARWIN__ instead of __WXOSX__ in non-GUI code. |
tree | commitdiff |
2012-07-23 |
Vadim Zeitlin | Fix compilation of wxOSX event loop without wxUSE_EVENT... |
tree | commitdiff |
2012-07-23 |
Vadim Zeitlin | Handle accelerators earlier in keyboard processing... |
tree | commitdiff |
2012-07-23 |
Vadim Zeitlin | Fix crash on wxWebViewWebKit window destruction. |
tree | commitdiff |
2012-07-23 |
Vadim Zeitlin | Add missing wxSTDCALL to fix wxWebView compilation... |
tree | commitdiff |
2012-07-23 |
Vadim Zeitlin | Don't change client size of TLW when centering it in... |
tree | commitdiff |
2012-07-23 |
Stefan Csomor | fixing capture problem for mouse moved events, fixes... |
tree | commitdiff |
2012-07-21 |
Stefan Csomor | turning off undo for setter, otherwise memory gets... |
tree | commitdiff |
2012-07-20 |
Václav Slavík | Call Realize() later in XRC toolbar handler (patch... |
tree | commitdiff |
2012-07-20 |
Vadim Zeitlin | Use both URL-specific and plain text formats in wxGTK... |
tree | commitdiff |
2012-07-20 |
Vadim Zeitlin | Use proper format in wxGTK clipboard selection handler. |
tree | commitdiff |
2012-07-20 |
Vadim Zeitlin | Use text/uri-list instead of x-moz-url in wxGTK wxURLDa... |
tree | commitdiff |
2012-07-20 |
Vadim Zeitlin | Don't use delayed destruction for sockets in other... |
tree | commitdiff |
2012-07-20 |
Paul Cornett | simplify mouse button handling code |
tree | commitdiff |
2012-07-19 |
Paul Cornett | improve appearance of themed borders |
tree | commitdiff |
2012-07-18 |
Julian Smart | Reverted format changes since 2.9 works differently |
tree | commitdiff |
2012-07-18 |
Julian Smart | String formatting fixes |
tree | commitdiff |
2012-07-18 |
Julian Smart | String formatting fix |
tree | commitdiff |
2012-07-16 |
Stefan Csomor | adapting order to preference |
tree | commitdiff |
2012-07-16 |
Stefan Csomor | correct handling of order of preference of formats |
tree | commitdiff |
2012-07-15 |
Stefan Csomor | removing workaround for listbox, finishing drop target... |
tree | commitdiff |
2012-07-15 |
Julian Smart | A better panel label font size on Mac |
tree | commitdiff |
2012-07-15 |
Julian Smart | Added continuation bullet style for supporting multiple... |
tree | commitdiff |
2012-07-15 |
Paul Cornett | simplify ifdefs, deferred show and _NET_FRAME_EXTENTS... |
tree | commitdiff |
2012-07-14 |
Vadim Zeitlin | Refactor wxMSW helper functions to allow reuse in wxGTK. |
tree | commitdiff |
2012-07-14 |
Vadim Zeitlin | Add support for CURRENCY and SCODE to MSW OLE helpers. |
tree | commitdiff |
2012-07-14 |
Vadim Zeitlin | Minor fixes to wxGTK3 with Broadway backend build. |
tree | commitdiff |
2012-07-14 |
Paul Cornett | fix creation of wxBitmapComboBox with GTK3 |
tree | commitdiff |
2012-07-13 |
Vadim Zeitlin | Allow building wxGTK3 with Broadway backend. |
tree | commitdiff |
2012-07-13 |
Julian Smart | Fix for caret positioning bug when selecting content |
tree | commitdiff |
2012-07-13 |
Paul Cornett | avoid creating and immediately destroying a wxGraphicsC... |
tree | commitdiff |
2012-07-13 |
Julian Smart | Fixed wxRichTextCtrl caret test case |
tree | commitdiff |
2012-07-13 |
Vadim Zeitlin | Rename wxFileSystemWatcherBase::DoAdd() to AddAny(... |
tree | commitdiff |
2012-07-13 |
Vadim Zeitlin | Add possibility to hide and show again wxRibbonBar... |
tree | commitdiff |
2012-07-13 |
Vadim Zeitlin | Add the root and all the files in wxFileSystemWatcherBa... |
tree | commitdiff |
2012-07-13 |
Stefan Csomor | always use calibrated colors, fixes #14482 |
tree | commitdiff |
2012-07-12 |
Vadim Zeitlin | Fix bogus asserts in Unix wxFileSystemWatcher for remov... |
tree | commitdiff |
2012-07-12 |
Vadim Zeitlin | Fix item data access in wxDataViewListCtrl. |
tree | commitdiff |
2012-07-11 |
Paul Cornett | fix some more improper widget casts |
tree | commitdiff |
2012-07-11 |
Paul Cornett | Use GTK_IS_ENTRY() to determine if widget is a GtkEntry. |
tree | commitdiff |
2012-07-11 |
Vadim Zeitlin | Ensure that names of saved XPMs are valid C identifiers. |
tree | commitdiff |
2012-07-11 |
Vadim Zeitlin | Fix bug with using invalid date in wxMSW wxCalendarCtrl. |
tree | commitdiff |
2012-07-11 |
Vadim Zeitlin | Activate OLE ActiveX controls before requesting their... |
tree | commitdiff |
2012-07-11 |
Vadim Zeitlin | Fix compilation of newly added msw/evtloopconsole.cpp... |
tree | commitdiff |
2012-07-11 |
Paul Cornett | remove code in SetFont which modifies font for no appar... |
tree | commitdiff |
2012-07-11 |
Paul Cornett | Avoid creating and immediately destroying a wxGraphicsC... |
tree | commitdiff |
2012-07-10 |
Vadim Zeitlin | Forbid setting hints for multi-line text controls. |
tree | commitdiff |
2012-07-10 |
Vadim Zeitlin | Use the same console event loop in wxBase and wxCore... |
tree | commitdiff |
2012-07-10 |
Paul Cornett | remove DoSetSize override, unneeded after r72001 |
tree | commitdiff |
2012-07-10 |
Paul Cornett | remove STOCKITEM_26 macro, unneeded after r72001 |
tree | commitdiff |
2012-07-10 |
Paul Cornett | no real changes, just remove unnecessary indentation... |
tree | commitdiff |
2012-07-10 |
Paul Cornett | update minimum GTK2 version requirement to 2.6 |
tree | commitdiff |
2012-07-08 |
Julian Smart | Fix for scroll position being changed when partial... |
tree | commitdiff |
next |