2011-06-16 |
Vadim Zeitlin | Make wxUIActionSimulator mouse move events marginally... |
tree | commitdiff |
2011-06-16 |
Vadim Zeitlin | Use symbolic WAIT_FAILED constant instead of raw -1. |
tree | commitdiff |
2011-06-16 |
Vadim Zeitlin | Round the values in wxDC coordinate calculations. |
tree | commitdiff |
2011-06-16 |
Vadim Zeitlin | Round font sizes in AdjustToSymbolicSize() instead... |
tree | commitdiff |
2011-06-16 |
Jouk Jansen | add src/gtk/anybutton.cpp to OpenVMS makefile |
tree | commitdiff |
2011-06-16 |
Robin Dunn | Use wxAnyButton's DoGetBestSize for toggle buttons |
tree | commitdiff |
2011-06-15 |
Vadim Zeitlin | Generic wxHyperlinkCtrl appearance and behaviour improv... |
tree | commitdiff |
2011-06-15 |
Vadim Zeitlin | Don't crash in wxOSX wxTextEntry if the window wasn... |
tree | commitdiff |
2011-06-15 |
Vadim Zeitlin | Fall back to the valid normal bitmap if no state-specif... |
tree | commitdiff |
2011-06-15 |
Vadim Zeitlin | Fix crash when creating and quickly destroying a wxTLW... |
tree | commitdiff |
2011-06-15 |
Julian Smart | Caret dropout fix |
tree | commitdiff |
2011-06-14 |
Robin Dunn | wxButtonBase::GetDefaultSize is declared but not implem... |
tree | commitdiff |
2011-06-14 |
Vadim Zeitlin | Refactor wxButton and wxToggleButton to derive from... |
tree | commitdiff |
2011-06-11 |
Vadim Zeitlin | Implement wxDataViewCtrl::SetRowHeight() for wxGTK. |
tree | commitdiff |
2011-06-09 |
Stefan Csomor | adding implementation for osx |
tree | commitdiff |
2011-06-09 |
Stefan Csomor | adding placeholders for interpolation setting |
tree | commitdiff |
2011-06-09 |
Stefan Csomor | fixing two warnings |
tree | commitdiff |
2011-06-09 |
Stefan Csomor | fixing memory leak |
tree | commitdiff |
2011-06-09 |
Stefan Csomor | inner layout support |
tree | commitdiff |
2011-06-09 |
Stefan Csomor | adapting ownership semantics to cocoa convention |
tree | commitdiff |
2011-06-09 |
Stefan Csomor | init pattern |
tree | commitdiff |
2011-06-09 |
Stefan Csomor | better ownership handling |
tree | commitdiff |
2011-06-09 |
Stefan Csomor | guard against nullptr |
tree | commitdiff |
2011-06-09 |
Stefan Csomor | using common colorspace method |
tree | commitdiff |
2011-06-09 |
Stefan Csomor | add member for sheetdialog |
tree | commitdiff |
2011-06-09 |
Stefan Csomor | better retain/release semantics |
tree | commitdiff |
2011-06-08 |
Stefan Csomor | adapting to init pattern |
tree | commitdiff |
2011-06-08 |
Stefan Csomor | adding fallback |
tree | commitdiff |
2011-06-08 |
Stefan Csomor | newstate already set |
tree | commitdiff |
2011-06-08 |
Stefan Csomor | adding fallback |
tree | commitdiff |
2011-06-08 |
Stefan Csomor | making intention clearer by explicit parentheses |
tree | commitdiff |
2011-06-08 |
Stefan Csomor | fixing uninit vars warning and memory errors |
tree | commitdiff |
2011-06-08 |
Stefan Csomor | adapting to init pattern |
tree | commitdiff |
2011-06-08 |
Stefan Csomor | adapting to init pattern |
tree | commitdiff |
2011-06-07 |
Vadim Zeitlin | Add wxDataViewCtrl::SetRowHeight() and provide its... |
tree | commitdiff |
2011-06-07 |
Vadim Zeitlin | Update status bar fields widths from WM_SIZE handler. |
tree | commitdiff |
2011-06-07 |
Vadim Zeitlin | Handle colours with alpha channel correctly in wxSVGFileDC. |
tree | commitdiff |
2011-06-07 |
Paul Cornett | avoid direct struct access for GTK3 |
tree | commitdiff |
2011-06-06 |
Stefan Csomor | using higher abstraction to allow for optimized impleme... |
tree | commitdiff |
2011-06-06 |
Stefan Csomor | speeding up rectangle drawing by using specific methods... |
tree | commitdiff |
2011-06-06 |
Stefan Csomor | 10.4 compatibility |
tree | commitdiff |
2011-06-06 |
Stefan Csomor | reverting to idle handling |
tree | commitdiff |
2011-06-06 |
Stefan Csomor | turning off unconditional usage of filter-delegate... |
tree | commitdiff |
2011-06-06 |
Stefan Csomor | supporting nested window disablers on the same window |
tree | commitdiff |
2011-06-06 |
Stefan Csomor | supporting native background color on wxWindow descenda... |
tree | commitdiff |
2011-06-05 |
Stefan Csomor | supporting native background on nonownedwindow, see... |
tree | commitdiff |
2011-06-05 |
Stefan Csomor | adding another assert for tracking modalSession problems |
tree | commitdiff |
2011-06-03 |
Julian Smart | Removed erroneous second reference to status bar height |
tree | commitdiff |
2011-06-03 |
Stefan Csomor | allowing more system keys in fullscreen mode, properly... |
tree | commitdiff |
2011-06-02 |
Stefan Csomor | first implementation for state on custom renderer,... |
tree | commitdiff |
2011-06-02 |
Stefan Csomor | fixes #12867 |
tree | commitdiff |
2011-06-02 |
Stefan Csomor | reactivate commented out method |
tree | commitdiff |
2011-06-02 |
Stefan Csomor | cleanup |
tree | commitdiff |
2011-06-01 |
Stefan Csomor | first stab at supporting custom renderers |
tree | commitdiff |
2011-05-31 |
Robin Dunn | Virtualize StartEditor and add implementations for... |
tree | commitdiff |
2011-05-31 |
Robin Dunn | Build fixes for using Cairo on MSW. |
tree | commitdiff |
2011-05-31 |
Paul Cornett | fix memory leak in wxScreenDC, fixes #13249 |
tree | commitdiff |
2011-05-31 |
Stefan Csomor | making sure |
tree | commitdiff |
2011-05-27 |
Dimitri Schoolwerth | Fixed saving GIFs on big-endian architectures. |
tree | commitdiff |
2011-05-27 |
Vadim Zeitlin | Use #ifdef, not #if, to check for __WXGTK26__ symbol. |
tree | commitdiff |
2011-05-25 |
Stefan Csomor | using systemui for full screen to allow modal dialogs |
tree | commitdiff |
2011-05-24 |
Vadim Zeitlin | Correct the picker button best size computation. |
tree | commitdiff |
2011-05-24 |
Stefan Csomor | guard against NULL textctrl, fixes #13247 |
tree | commitdiff |
2011-05-20 |
Dimitri Schoolwerth | Fixed wxMessageBox with only an OK button returning... |
tree | commitdiff |
2011-05-20 |
Vadim Zeitlin | Avoid conversion from wxString to wxChar* and back... |
tree | commitdiff |
2011-05-20 |
Jaakko Salli | Allow wxPGProperty::IsChildSelected() to work recursively |
tree | commitdiff |
2011-05-19 |
Vadim Zeitlin | Make picker control at least as high as the associated... |
tree | commitdiff |
2011-05-18 |
Stefan Csomor | making sure clip (device coordinages) is applied before... |
tree | commitdiff |
2011-05-17 |
Vadim Zeitlin | Don't construct invalid wxDateTime in GTK calendar... |
tree | commitdiff |
2011-05-17 |
Vadim Zeitlin | Fix client to screen translation in wxWindowMSW::PopupM... |
tree | commitdiff |
2011-05-16 |
Vadim Zeitlin | Ensure that we never return negative client size. |
tree | commitdiff |
2011-05-16 |
Vadim Zeitlin | No changes, just refactor the code in MSW wxGetOsDescri... |
tree | commitdiff |
2011-05-16 |
Vadim Zeitlin | Recognize Windows 7 and Server 2008 versions in wxGetOs... |
tree | commitdiff |
2011-05-15 |
Vadim Zeitlin | Allow dragging floating AUI frames by the gripper. |
tree | commitdiff |
2011-05-14 |
Vadim Zeitlin | Fix small error in floating AUI frames client size... |
tree | commitdiff |
2011-05-14 |
Vadim Zeitlin | Fix restoring of wxAuiManager::m_has_maximized when... |
tree | commitdiff |
2011-05-14 |
Vadim Zeitlin | Correct the drawing of check tools with a drop down... |
tree | commitdiff |
2011-05-14 |
Vadim Zeitlin | Reset the checked state of the first radio item in... |
tree | commitdiff |
2011-05-14 |
Vadim Zeitlin | Check for NULL pane window in wxAuiManager. |
tree | commitdiff |
2011-05-14 |
Vadim Zeitlin | Improve checking for the landing point when docking... |
tree | commitdiff |
2011-05-14 |
Vadim Zeitlin | Draw wxAuiToolbar button text even if it has no bitmap. |
tree | commitdiff |
2011-05-14 |
Vadim Zeitlin | Take the AUI floating title bar height into account... |
tree | commitdiff |
2011-05-14 |
Vadim Zeitlin | Cancel dragging in wxAuiNotebook on capture loss. |
tree | commitdiff |
2011-05-13 |
Vadim Zeitlin | Make wxListCtrl sort function take wxIntPtr, not long... |
tree | commitdiff |
2011-05-13 |
Dimitri Schoolwerth | Fixed wxUSE_STD_DEFAULT==0 compilation. |
tree | commitdiff |
2011-05-11 |
Julian Smart | Use more appropriate border style |
tree | commitdiff |
2011-05-11 |
Stefan Csomor | separating observers for default mode (outer 'normal... |
tree | commitdiff |
2011-05-10 |
Vadim Zeitlin | Fix inserting radio menu items in wxGTK too. |
tree | commitdiff |
2011-05-10 |
Vadim Zeitlin | Rewrote wxMSW radio menu items code to support not... |
tree | commitdiff |
2011-05-09 |
Jaakko Salli | Fixed a bug: Disabling a property didn't work properly... |
tree | commitdiff |
2011-05-05 |
Dimitri Schoolwerth | Fixed failing to load ANI, BMP, and ICO images from... |
tree | commitdiff |
2011-05-05 |
Robin Dunn | When we're using GDI+, the DC might have transforms... |
tree | commitdiff |
2011-05-03 |
Vadim Zeitlin | Implement watching directory correctly in MSW wxFileSys... |
tree | commitdiff |
2011-05-03 |
Vadim Zeitlin | Don't watch directories recursively in wxMSW wxFileSyst... |
tree | commitdiff |
2011-05-03 |
Vadim Zeitlin | Fix wxFileSystemWatcher::Remove() in wxMSW. |
tree | commitdiff |
2011-05-03 |
Vadim Zeitlin | Fix assert when creating wxBitmapButton without a valid... |
tree | commitdiff |
2011-05-03 |
Stefan Csomor | removing old codewarrior files |
tree | commitdiff |
2011-05-03 |
Dimitri Schoolwerth | Replaced Ok() occurrences with IsOk() throughout trunk. |
tree | commitdiff |
2011-05-03 |
Dimitri Schoolwerth | Restored wxNotebook::HitTest for wxOSX-Carbon. |
tree | commitdiff |
2011-05-03 |
Vadim Zeitlin | Don't crash on startup of console programs in monolithi... |
tree | commitdiff |
next |