2011-04-02 |
Vadim Zeitlin | Disable wxUSE_STD_CONTAINERS by default for MSVC6. |
commit | commitdiff | tree | snapshot |
2011-04-02 |
Paul Cornett | make sure value label updates even if handle position... |
commit | commitdiff | tree | snapshot |
2011-04-02 |
Paul Cornett | need to override DoGetBestClientSize() to get correct... |
commit | commitdiff | tree | snapshot |
2011-04-02 |
Paul Cornett | fix overwrite of upper left part of parent window with... |
commit | commitdiff | tree | snapshot |
2011-04-02 |
Vadim Zeitlin | No real changes, just some more minor cleanup in wxSVGF... |
commit | commitdiff | tree | snapshot |
2011-04-02 |
Vadim Zeitlin | Remove wxSVG_DEBUG from wxSVGFileDC. |
commit | commitdiff | tree | snapshot |
2011-04-02 |
Vadim Zeitlin | Clean up of string operations in wxSVGFileDC code. |
commit | commitdiff | tree | snapshot |
2011-04-02 |
Vadim Zeitlin | Add support for alpha channel in colours in wxSVGFileDC. |
commit | commitdiff | tree | snapshot |
2011-04-02 |
Vadim Zeitlin | No changes, just merge some strings in wxSVGFileDC. |
commit | commitdiff | tree | snapshot |
2011-04-02 |
Vadim Zeitlin | Use wxPENSTYLE_XXX and wxBRUSHSTYLE_XXX instead of... |
commit | commitdiff | tree | snapshot |
2011-04-01 |
Paul Cornett | build fix for GTK1 after r67299 |
commit | commitdiff | tree | snapshot |
2011-03-31 |
Jaakko Salli | Added wxComboPopup::DestroyPopup(), which responsibilit... |
commit | commitdiff | tree | snapshot |
2011-03-31 |
Julian Smart | Buffer size calculation correction |
commit | commitdiff | tree | snapshot |
2011-03-31 |
Jouk Jansen | Update configuration for OpenVMS |
commit | commitdiff | tree | snapshot |
2011-03-31 |
Vadim Zeitlin | Compilation fix for wxUSE_STL==1 build after r67356. |
commit | commitdiff | tree | snapshot |
2011-03-31 |
Vadim Zeitlin | Implement wxGraphicsContext::GetSize() for Cairo. |
commit | commitdiff | tree | snapshot |
2011-03-31 |
Vadim Zeitlin | Tentative compilation fix for wxMSW with MinGW after... |
commit | commitdiff | tree | snapshot |
2011-03-31 |
Vadim Zeitlin | Add wx/msw/panel.h to the list of wxMSW headers in... |
commit | commitdiff | tree | snapshot |
2011-03-31 |
Vadim Zeitlin | Fix alpha handling in CSS syntax in wxColour in non... |
commit | commitdiff | tree | snapshot |
2011-03-31 |
Vadim Zeitlin | Fix HMENU to wxMenu translation in wxMSW code. |
commit | commitdiff | tree | snapshot |
2011-03-31 |
Vadim Zeitlin | Document unexpected wxWindowDisabler taskbar UI in... |
commit | commitdiff | tree | snapshot |
2011-03-31 |
Vadim Zeitlin | Correct wxGraphicsContext::StrokeLines(n, points) docum... |
commit | commitdiff | tree | snapshot |
2011-03-30 |
Vadim Zeitlin | Remove REMOVE_UNUSED_ARG option from setup.h files. |
commit | commitdiff | tree | snapshot |
2011-03-30 |
Vadim Zeitlin | Add support for elements preceding the document node... |
commit | commitdiff | tree | snapshot |
2011-03-30 |
Vadim Zeitlin | Fix memory leaks in wxXml unit test. |
commit | commitdiff | tree | snapshot |
2011-03-30 |
Vadim Zeitlin | Always update internally stored AUI floating frame... |
commit | commitdiff | tree | snapshot |
2011-03-30 |
Vadim Zeitlin | Add wxUSE_STD_CONTAINERS and turn it on by default. |
commit | commitdiff | tree | snapshot |
2011-03-30 |
Vadim Zeitlin | Fix XTI compilation in STL build. |
commit | commitdiff | tree | snapshot |
2011-03-30 |
Paul Cornett | build fix for older GTK2 |
commit | commitdiff | tree | snapshot |
2011-03-30 |
Paul Cornett | convert assertdlg_gtk to C++ |
commit | commitdiff | tree | snapshot |
2011-03-30 |
Paul Cornett | prepare to convert file to C++ |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Stefan Csomor | fix clang warning (? having two different operand types) |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Paul Cornett | must use deprecated function for gtk2 |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Paul Cornett | don't crash on error |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Paul Cornett | build fix |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Paul Cornett | fix typo |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Paul Cornett | GTK_WIDGET_SENSITIVE should have been converted to... |
commit | commitdiff | tree | snapshot |
2011-03-28 |
Václav Slavík | wxDataViewChoiceRenderer's editor control should have... |
commit | commitdiff | tree | snapshot |
2011-03-28 |
Paul Cornett | avoid deprecated functions and direct struct access |
commit | commitdiff | tree | snapshot |
2011-03-27 |
Paul Cornett | yet more avoiding direct struct access |
commit | commitdiff | tree | snapshot |
2011-03-27 |
Paul Cornett | add more functions we will need |
commit | commitdiff | tree | snapshot |
2011-03-27 |
Jaakko Salli | Instead of just deleting m_popupInterface, call Destroy... |
commit | commitdiff | tree | snapshot |
2011-03-27 |
Václav Slavík | Always use gtk2-compat.h definitions. |
commit | commitdiff | tree | snapshot |
2011-03-27 |
Václav Slavík | Renamed wx/gtk/private/compat.h to gtk2-compat.h. |
commit | commitdiff | tree | snapshot |
2011-03-27 |
Paul Cornett | more avoiding direct struct access |
commit | commitdiff | tree | snapshot |
2011-03-27 |
Paul Cornett | remove unused mouse event and redundant checks |
commit | commitdiff | tree | snapshot |
2011-03-27 |
Paul Cornett | a few changes for gtk3, avoiding direct struct access |
commit | commitdiff | tree | snapshot |
2011-03-26 |
Václav Slavík | Compilation fix for r67312: add explicit cast to GtkSta... |
commit | commitdiff | tree | snapshot |
2011-03-26 |
Václav Slavík | Use accessor functions instead of deprecated GTK+ macros. |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Julian Smart | Fix for image saving speedup |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Václav Slavík | Don't use deprecated gtk_widget_ref(). |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Václav Slavík | Revert r67137. |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Paul Cornett | fix tool item enter/leave notify, fixes #13083 |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Vadim Zeitlin | Set m_inheritBgCol flag in wxPanel with a background... |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Julian Smart | Speeded up image saving to XML (WriteHex). |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Paul Cornett | move deprecated GtkTooltips forward declaration to... |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Paul Cornett | clean up wxGTK tooltip code |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Dimitri Schoolwerth | Fixed buffer overflow when saving certain images in... |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Václav Slavík | Only react to clicks on the checkbox in wxDataViewToggl... |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Vadim Zeitlin | Add WXK_CONTROL_A..WXK_CONTROL_Z constants. |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Vadim Zeitlin | Prevent event generation in wxGtkCalendarCtrl::SetDate(). |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Vadim Zeitlin | Use correct month in the date picker page of the widget... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Václav Slavík | Fix <object_ref> processing to respect overridden attri... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Stefan Csomor | wiring notifications |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Vadim Zeitlin | Add wxUSE_THREADS checks around wxMSW functions dealing... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Vadim Zeitlin | Don't consider fully opaque bitmaps as having alpha... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Vadim Zeitlin | Add wxText{Input,Output}Stream::Get{Input,Output}Stream... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Vadim Zeitlin | Post size events to the event handler and not window... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Vadim Zeitlin | Use disabled version of normal bitmap for disabled... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Stefan Csomor | first version of osx_cocoa implementation |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Stefan Csomor | only remove from parent if not content view, fixes... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Vadim Zeitlin | Correctly align background brush when erasing owner... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Dimitri Schoolwerth | Fixed various typos. |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Bryan Petty | Extensive documentation typo patch (closes #13063). |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Dimitri Schoolwerth | No code changes, removed tabs from source file. |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Jouk Jansen | Update OpenVMS makefiles for WXMARKUP |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Jaakko Salli | To have better support for themed and custom background... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Jaakko Salli | In wxComboCtrlBase::DrawButton(), let the button backgr... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Jaakko Salli | Added entry for recent wxComboCtrl background rendering... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Stefan Csomor | fixes #13064 |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Stefan Csomor | fixes #12579 |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Vadim Zeitlin | Fix wxMSW build without PCH after recent wxPanel changes. |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Vadim Zeitlin | Allow using milliseconds in wxLog timestamp. |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Vadim Zeitlin | Added a simple example of semi-transparent window to... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Vadim Zeitlin | Remove keyboard-related code from the erase sample. |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Vadim Zeitlin | Don't draw the mysterious black rectangle in the erase... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Dimitri Schoolwerth | Made some TIFF reading adjustments. |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Vadim Zeitlin | Fix test for wxHAS_GENERIC_PANEL for PCH-less build. |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Stefan Csomor | spinctrl on mac is generic, so the peer is a userpane... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Jaakko Salli | Added wxComboCtrlBase::m_hasTcBgCol. Re-using base... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Jaakko Salli | Redone (generic) wxComboCtrl background painting and... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Dimitri Schoolwerth | No changes, synchronised source names that appear comme... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Vadim Zeitlin | Add wxPanel::SetBackgroundBitmap(). |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Vadim Zeitlin | Deprecate old style wxPanel ctor taking separate coordi... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Vadim Zeitlin | Split wxPanel in wxPanelBase and platform-specific... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Vadim Zeitlin | No changes, just refactor wxMSW background brush methods. |
commit | commitdiff | tree | snapshot |
2011-03-19 |
Vadim Zeitlin | Fix wxRegKey::GetKeyInfo() output parameters in 64... |
commit | commitdiff | tree | snapshot |
2011-03-19 |
Vadim Zeitlin | Slightly improve wxMouseCaptureLostEvent documentation. |
commit | commitdiff | tree | snapshot |
2011-03-19 |
Vadim Zeitlin | Document wxPopupTransientWindow. |
commit | commitdiff | tree | snapshot |
2011-03-19 |
Stefan Csomor | going private with userpane info |
commit | commitdiff | tree | snapshot |
next |