2010-04-06 |
Francesco Montorsi | fix typos introduced by error in r63870 (see #10673) |
tree | commitdiff |
2010-04-06 |
Vadim Zeitlin | Add wxTextEntryBase::ForwardEnableTextChangedEvents(). |
tree | commitdiff |
2010-04-06 |
Vadim Zeitlin | Fix text text changed events sending in OS X combo... |
tree | commitdiff |
2010-04-06 |
Vadim Zeitlin | Move SendTextUpdatedEvent() down to wxTextEntryBase... |
tree | commitdiff |
2010-04-06 |
Vadim Zeitlin | Remove duplicated GetTextPeer() definitions from derive... |
tree | commitdiff |
2010-04-06 |
Stefan Csomor | adding clipboard events, fixes #11906 |
tree | commitdiff |
2010-04-06 |
Vadim Zeitlin | Add support for IEC and SI size units to wxFileName... |
tree | commitdiff |
2010-04-06 |
Vadim Zeitlin | Add default constructor to wxGraphicsGradientStop. |
tree | commitdiff |
2010-04-06 |
Vadim Zeitlin | Correct check for MSVC version in wxUSE_GRAPHICS_CONTEX... |
tree | commitdiff |
2010-04-06 |
Vadim Zeitlin | Correct checks for gradient stop position. |
tree | commitdiff |
2010-04-05 |
Václav Slavík | Fix text input and completion in wxComboCtrl and wxOwne... |
tree | commitdiff |
2010-04-05 |
Vadim Zeitlin | Add support for gradient stops to wxGraphicsContext. |
tree | commitdiff |
2010-04-05 |
Vadim Zeitlin | Add wxTransparentColour global pseudo-variable. |
tree | commitdiff |
2010-04-04 |
Jaakko Salli | Resolve GCC's 'type-punned pointer will break strict... |
tree | commitdiff |
2010-04-03 |
Vadim Zeitlin | Correct compilation breakage of r63832. |
tree | commitdiff |
2010-04-02 |
Vadim Zeitlin | Allow using wxGraphicsContext with MinGW if gdiplus... |
tree | commitdiff |
2010-04-02 |
Stefan Csomor | simplifying modal event loop handling |
tree | commitdiff |
2010-03-30 |
Francesco Montorsi | Committing modified version of jwiesemann's patch ... |
tree | commitdiff |
2010-03-30 |
Paul Cornett | Remove unnecessary declarations. |
tree | commitdiff |
2010-03-30 |
Jouk Jansen | correcting typo in commit 63803 |
tree | commitdiff |
2010-03-30 |
Jouk Jansen | Defining wxCOMPILE_TIME_ASSERT for OpenVMS |
tree | commitdiff |
2010-03-30 |
Robin Dunn | Apply patch (plus some additional changes) upgrading... |
tree | commitdiff |
2010-03-29 |
Vadim Zeitlin | Fix compilation breakage in r63783. |
tree | commitdiff |
2010-03-29 |
Vadim Zeitlin | Add wxUSE_FSWATCHER dependency on wxUSE_THREADS for... |
tree | commitdiff |
2010-03-29 |
Jaakko Salli | For better support of wxValidators, invoke wxValidator... |
tree | commitdiff |
2010-03-29 |
Václav Slavík | Use fixed screen DPI of 96 when printing HTML. |
tree | commitdiff |
2010-03-29 |
Paul Cornett | build fix for IRIX |
tree | commitdiff |
2010-03-29 |
Paul Cornett | Reverse hierarchy of wxPizza GdkWindows |
tree | commitdiff |
2010-03-28 |
Vadim Zeitlin | Implement wxMask copy ctor for wxGTK. |
tree | commitdiff |
2010-03-28 |
Francesco Montorsi | no real changes: just a small optimization on wxStaticT... |
tree | commitdiff |
2010-03-25 |
Vadim Zeitlin | Fix compilation of wx/debug.h when it's the first wx... |
tree | commitdiff |
2010-03-25 |
Vadim Zeitlin | Allow overriding print preview frame creation in docview. |
tree | commitdiff |
2010-03-23 |
Paul Cornett | better fix for #11803, don't set iconized state for... |
tree | commitdiff |
2010-03-23 |
Paul Cornett | ignore iconized state when computing client size for... |
tree | commitdiff |
2010-03-23 |
Vadim Zeitlin | Implement wxDocument::Revert() and show its use in... |
tree | commitdiff |
2010-03-22 |
Jaakko Salli | Fixed RefreshRect() call in wxPropertyGrid::DrawItems... |
tree | commitdiff |
2010-03-22 |
Vadim Zeitlin | Add wxUSE_UIACTIONSIMULATOR and turn it off by default. |
tree | commitdiff |
2010-03-21 |
Francesco Montorsi | reorder GetLabel(), GetLabelText(), SetLabel() and... |
tree | commitdiff |
2010-03-21 |
Vadim Zeitlin | Add initial selection parameter to wxGetSingleChoice... |
tree | commitdiff |
2010-03-20 |
Jaakko Salli | Make wxPGVFBFlags an unsigned char define instead of... |
tree | commitdiff |
2010-03-20 |
Vadim Zeitlin | Add wxMessageDialog::GetEffectiveIcon() and use it... |
tree | commitdiff |
2010-03-20 |
Vadim Zeitlin | Rename wxWindow::GetMainWindow() to X11GetMainWindow... |
tree | commitdiff |
2010-03-20 |
Vadim Zeitlin | Always include sys/time.h and sys/select.h from selectd... |
tree | commitdiff |
2010-03-17 |
Jaakko Salli | Use explicit wxPGPropertyFlags enum type with wxPGPrope... |
tree | commitdiff |
2010-03-17 |
Stefan Csomor | adding proper removal of observer for stacked event... |
tree | commitdiff |
2010-03-17 |
Stefan Csomor | streamlining OSX event support third step, using platfo... |
tree | commitdiff |
2010-03-16 |
Vadim Zeitlin | Add white outline to bulls eye cursor used under MSW. |
tree | commitdiff |
2010-03-16 |
Vadim Zeitlin | Initialize picker style in native GTK file/dir pickers. |
tree | commitdiff |
2010-03-15 |
Stefan Csomor | streamlining OSX event support second step, moving... |
tree | commitdiff |
2010-03-15 |
Stefan Csomor | streamlining OSX event support first step, see #11805... |
tree | commitdiff |
2010-03-09 |
Vadim Zeitlin | Use _UNICODE instead of UNICODE in wx/msw/winundef.h. |
tree | commitdiff |
2010-03-08 |
Vadim Zeitlin | Use correct style for the dialog shown by generic file... |
tree | commitdiff |
2010-03-08 |
Václav Slavík | Fix wxTlsValue<> memory leaks. |
tree | commitdiff |
2010-03-06 |
Kevin Ollivier | Adding wxUIActionSimulator, a class for programmaticall... |
tree | commitdiff |
2010-03-06 |
Kevin Ollivier | A call to wxPopupWindow::Show shouldn't automatically... |
tree | commitdiff |
2010-03-06 |
Vadim Zeitlin | Don't store header height in generic wxListCtrl member... |
tree | commitdiff |
2010-03-05 |
Vadim Zeitlin | Implement wxBookCtrlBase::CalcSizeFromPage() in the... |
tree | commitdiff |
2010-03-05 |
Vadim Zeitlin | No changes, just remove redundant GetControllerSize... |
tree | commitdiff |
2010-03-03 |
Stefan Csomor | make sure ShowEvent doesn't get triggered to early... |
tree | commitdiff |
2010-03-03 |
Vadim Zeitlin | Allow using version-specific vc prefix in msvc/wx/setup.h. |
tree | commitdiff |
2010-03-03 |
Vadim Zeitlin | Use correct directory names in msvc/wx/setup.h for... |
tree | commitdiff |
2010-03-01 |
Robin Dunn | Invalidate best size when the bitmap or bitmap position... |
tree | commitdiff |
2010-02-28 |
Vadim Zeitlin | Make it possible to use wxCharBuffer during program... |
tree | commitdiff |
2010-02-28 |
Vadim Zeitlin | Compilation fixes for wide char functions under IRIX... |
tree | commitdiff |
2010-02-28 |
Vadim Zeitlin | Always declare wxCStrData::As[W]Char() as being inline. |
tree | commitdiff |
2010-02-28 |
Vadim Zeitlin | Rearrange functions order so that they are effectively... |
tree | commitdiff |
2010-02-28 |
Vadim Zeitlin | Include the real iostream header and not just iosfwd... |
tree | commitdiff |
2010-02-27 |
Kevin Ollivier | Override CanFocus because the wxWindow level test will... |
tree | commitdiff |
2010-02-26 |
Jaakko Salli | Must clear property selection in wxPGProperty::SetChoic... |
tree | commitdiff |
2010-02-25 |
Vadim Zeitlin | Use wxGetInstance() instead of wxhInstance in wxMSW... |
tree | commitdiff |
2010-02-25 |
Vadim Zeitlin | Include wx/defs.h from all our public headers, includin... |
tree | commitdiff |
2010-02-25 |
Vadim Zeitlin | Fix multiple bugs in non-ownerdrawn wxListBox after... |
tree | commitdiff |
2010-02-25 |
Vadim Zeitlin | Compilation fixes in wxHTML for wxUSE_CONFIG==0. |
tree | commitdiff |
2010-02-22 |
Jaakko Salli | Property removal and deletion done from wxPropertyGrid... |
tree | commitdiff |
2010-02-22 |
Kevin Ollivier | Cocoa text fields and views have their own context... |
tree | commitdiff |
2010-02-19 |
Kevin Ollivier | Disable sending of events by OS X Combobox during progr... |
tree | commitdiff |
2010-02-16 |
Jaakko Salli | Fixed auto-resizing behavior when double-clicking a... |
tree | commitdiff |
2010-02-16 |
Jaakko Salli | Added wxPropertyGridInterface::GetColumnProportion() |
tree | commitdiff |
2010-02-15 |
Robin Dunn | Apply new patch fixing problem of IsRunning always... |
tree | commitdiff |
2010-02-14 |
Jaakko Salli | Added wxPropertyGridInterface::SetColumnProportion... |
tree | commitdiff |
2010-02-13 |
Kevin Ollivier | Basic support for tooltips under OS X Cocoa. |
tree | commitdiff |
2010-02-12 |
Vadim Zeitlin | Fix compilation of wx/scopeguard.h with g++ -fno-except... |
tree | commitdiff |
2010-02-12 |
Vadim Zeitlin | Remove wxHAS_NAMESPACES and gcc 2.95 checks. |
tree | commitdiff |
2010-02-10 |
Jaakko Salli | Removed most of the propgrid '#ifndef SWIG' pre-compile... |
tree | commitdiff |
2010-02-10 |
Vadim Zeitlin | Move wxPosixPermissions definition from wx/file.h to... |
tree | commitdiff |
2010-02-08 |
Robin Dunn | Allow more than one timer with the same ID. Closes... |
tree | commitdiff |
2010-02-08 |
Vadim Zeitlin | Add support for showing "elevation" icon in wxMSW buttons. |
tree | commitdiff |
2010-02-08 |
Stefan Csomor | adding carbon event missing in 10.4 headers |
tree | commitdiff |
2010-02-06 |
Kevin Ollivier | Get wxSearchCtrl text events working, and share the... |
tree | commitdiff |
2010-02-06 |
Kevin Ollivier | Add an accessor to get the current drop source from... |
tree | commitdiff |
2010-02-04 |
Vadim Zeitlin | Extract wxSTOCK_WITHOUT_ELLIPSIS from wxSTOCK_FOR_BUTTON. |
tree | commitdiff |
2010-02-04 |
Vadim Zeitlin | Make wxDataObjectComposite::GetObject() public. |
tree | commitdiff |
2010-01-31 |
Jaakko Salli | Added nominal wxPG_PROP_READONLY support for editor... |
tree | commitdiff |
2010-01-31 |
Stefan Csomor | supporting clipboard command shortcuts on osx_cocoa... |
tree | commitdiff |
2010-01-29 |
Vadim Zeitlin | Disable wxUSE_FSWATCHER under Unix if neither inotify... |
tree | commitdiff |
2010-01-28 |
Vadim Zeitlin | Disable wxUSE_OWNER_DRAWN for wxUniv to fix the build. |
tree | commitdiff |
2010-01-28 |
Kevin Ollivier | Get ShowWindowModal behavior working under OS X Cocoa... |
tree | commitdiff |
2010-01-26 |
Jaakko Salli | wxPGProperty::GetHintText() function body was missing... |
tree | commitdiff |
2010-01-26 |
Jaakko Salli | Fixed wxPGGlobalVars export declaration |
tree | commitdiff |
2010-01-26 |
Vadim Zeitlin | Add wxTreeCtrl::SelectChildren() method. |
tree | commitdiff |
next |