2012-07-24 |
Vadim Zeitlin | Refactor: extract GtkScrolledWindow creation from wxWin... |
commit | commitdiff | tree | snapshot |
2012-07-24 |
Vadim Zeitlin | Allow passing the URL to open to webview sample on... |
commit | commitdiff | tree | snapshot |
2012-07-24 |
Vadim Zeitlin | No real changes, just avoid overloaded virtual wxWebVie... |
commit | commitdiff | tree | snapshot |
2012-07-24 |
Robin Dunn | Install the wx/gtk/dc.h header file. |
commit | commitdiff | tree | snapshot |
2012-07-24 |
Stefan Csomor | avoid deprecated API, fixes #13727 |
commit | commitdiff | tree | snapshot |
2012-07-24 |
Stefan Csomor | guard against not-yet-existing font, fixes #14516 |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Vadim Zeitlin | Don't constantly reload comctl32.dll in wxTreeCtrl... |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Vadim Zeitlin | Fix wxMSW wxStaticBox compilation when wxUSE_UXTHEME==0. |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Vadim Zeitlin | Fix wxMSW wxTextEntry compilation in wxUSE_DYNLIB_CLASS... |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Vadim Zeitlin | Fix wxUSE_IFILEDIALOG definition in wxUSE_DYNLIB_CLASS... |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Vadim Zeitlin | Fix wxWindow::MSWShowWithEffect() compilation with... |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Vadim Zeitlin | Use __DARWIN__ instead of __WXOSX__ in non-GUI code. |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Vadim Zeitlin | Fix --enable-webview_xxx options names in configure. |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Vadim Zeitlin | Define wxGUIAppTraits for wxGTK/Windows port. |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Vadim Zeitlin | Fix compilation of wxOSX event loop without wxUSE_EVENT... |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Vadim Zeitlin | Handle accelerators earlier in keyboard processing... |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Vadim Zeitlin | Use wxGTK platform-specific files in wxAdv under OS X. |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Vadim Zeitlin | Fix assert in webview sample when viewing pages without... |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Vadim Zeitlin | Fix crash on wxWebViewWebKit window destruction. |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Vadim Zeitlin | Add missing wxSTDCALL to fix wxWebView compilation... |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Vadim Zeitlin | Document wxGTK limitation for accelerators involving... |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Vadim Zeitlin | Don't change client size of TLW when centering it in... |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Stefan Csomor | fixing capture problem for mouse moved events, fixes... |
commit | commitdiff | tree | snapshot |
2012-07-22 |
Václav Slavík | Fix typo introduced in r72167. |
commit | commitdiff | tree | snapshot |
2012-07-22 |
Václav Slavík | Document wxWindow::Close() return value. |
commit | commitdiff | tree | snapshot |
2012-07-21 |
Stefan Csomor | turning off undo for setter, otherwise memory gets... |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Václav Slavík | Call Realize() later in XRC toolbar handler (patch... |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Vadim Zeitlin | No changes, just fix some typos in comments. |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Vadim Zeitlin | Remove unnecessary configure options from wxOSX install... |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Vadim Zeitlin | Use both URL-specific and plain text formats in wxGTK... |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Vadim Zeitlin | Use proper format in wxGTK clipboard selection handler. |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Vadim Zeitlin | Use text/uri-list instead of x-moz-url in wxGTK wxURLDa... |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Vadim Zeitlin | Don't use delayed destruction for sockets in other... |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Paul Cornett | simplify mouse button handling code |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Robin Dunn | I think the "specific to PostScript" methods have been... |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Paul Cornett | improve appearance of themed borders |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Robin Dunn | Interface fixes for Phoenix |
commit | commitdiff | tree | snapshot |
2012-07-18 |
Julian Smart | Reverted format changes since 2.9 works differently |
commit | commitdiff | tree | snapshot |
2012-07-18 |
Julian Smart | String formatting fixes |
commit | commitdiff | tree | snapshot |
2012-07-18 |
Julian Smart | String formatting fix |
commit | commitdiff | tree | snapshot |
2012-07-16 |
Stefan Csomor | adapting order to preference |
commit | commitdiff | tree | snapshot |
2012-07-16 |
Stefan Csomor | correct handling of order of preference of formats |
commit | commitdiff | tree | snapshot |
2012-07-15 |
Stefan Csomor | removing workaround for listbox, finishing drop target... |
commit | commitdiff | tree | snapshot |
2012-07-15 |
Julian Smart | A better panel label font size on Mac |
commit | commitdiff | tree | snapshot |
2012-07-15 |
Julian Smart | Added continuation bullet style for supporting multiple... |
commit | commitdiff | tree | snapshot |
2012-07-15 |
Paul Cornett | simplify ifdefs, deferred show and _NET_FRAME_EXTENTS... |
commit | commitdiff | tree | snapshot |
2012-07-14 |
Robin Dunn | Add wxSHOW_EFFECT_MAX |
commit | commitdiff | tree | snapshot |
2012-07-14 |
Robin Dunn | Add missing Calc[Un]ScrolledPosition overloads taking... |
commit | commitdiff | tree | snapshot |
2012-07-14 |
Robin Dunn | Add missing wxEVT_COMMAND_TEXT_ENTER |
commit | commitdiff | tree | snapshot |
2012-07-14 |
Robin Dunn | Add missing styles |
commit | commitdiff | tree | snapshot |
2012-07-14 |
Vadim Zeitlin | Add documentation for CURRENCY and SCODE wxVariant... |
commit | commitdiff | tree | snapshot |
2012-07-14 |
Vadim Zeitlin | Refactor wxMSW helper functions to allow reuse in wxGTK. |
commit | commitdiff | tree | snapshot |
2012-07-14 |
Vadim Zeitlin | Add support for CURRENCY and SCODE to MSW OLE helpers. |
commit | commitdiff | tree | snapshot |
2012-07-14 |
Vadim Zeitlin | Disable the recently added wxFileSystemWatcher unit... |
commit | commitdiff | tree | snapshot |
2012-07-14 |
Vadim Zeitlin | Minor fixes to wxGTK3 with Broadway backend build. |
commit | commitdiff | tree | snapshot |
2012-07-14 |
Paul Cornett | fix creation of wxBitmapComboBox with GTK3 |
commit | commitdiff | tree | snapshot |
2012-07-13 |
Vadim Zeitlin | Allow building wxGTK3 with Broadway backend. |
commit | commitdiff | tree | snapshot |
2012-07-13 |
Julian Smart | Fix for caret positioning bug when selecting content |
commit | commitdiff | tree | snapshot |
2012-07-13 |
Paul Cornett | avoid creating and immediately destroying a wxGraphicsC... |
commit | commitdiff | tree | snapshot |
2012-07-13 |
Julian Smart | Fixed wxRichTextCtrl caret test case |
commit | commitdiff | tree | snapshot |
2012-07-13 |
Vadim Zeitlin | Rename wxFileSystemWatcherBase::DoAdd() to AddAny(... |
commit | commitdiff | tree | snapshot |
2012-07-13 |
Vadim Zeitlin | Add possibility to hide and show again wxRibbonBar... |
commit | commitdiff | tree | snapshot |
2012-07-13 |
Vadim Zeitlin | Generate tags for ribbon headers and sources too. |
commit | commitdiff | tree | snapshot |
2012-07-13 |
Vadim Zeitlin | Test calling wxFileSystemWatcher::{Add,Remove}Tree(). |
commit | commitdiff | tree | snapshot |
2012-07-13 |
Vadim Zeitlin | Properly use RemoveTree() in fswatcher sample. |
commit | commitdiff | tree | snapshot |
2012-07-13 |
Vadim Zeitlin | Add the root and all the files in wxFileSystemWatcherBa... |
commit | commitdiff | tree | snapshot |
2012-07-13 |
Stefan Csomor | always use calibrated colors, fixes #14482 |
commit | commitdiff | tree | snapshot |
2012-07-12 |
Robin Dunn | Interface fix for Phoenix. |
commit | commitdiff | tree | snapshot |
2012-07-12 |
Vadim Zeitlin | Fix bogus asserts in Unix wxFileSystemWatcher for remov... |
commit | commitdiff | tree | snapshot |
2012-07-12 |
Vadim Zeitlin | Fix item data access in wxDataViewListCtrl. |
commit | commitdiff | tree | snapshot |
2012-07-12 |
Vadim Zeitlin | Added more items to the release check list. |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Vadim Zeitlin | No changes, just remove TABs from configure.in. |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Robin Dunn | Just like dependency tracking don't disable precompiled... |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Paul Cornett | fix some more improper widget casts |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Paul Cornett | Use GTK_IS_ENTRY() to determine if widget is a GtkEntry. |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Vadim Zeitlin | Revert "Temporarily disable the failing wxRichTextCtrl... |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Vadim Zeitlin | Allow saving images under a different name in the image... |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Vadim Zeitlin | Ensure that names of saved XPMs are valid C identifiers. |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Vadim Zeitlin | Fix bug with using invalid date in wxMSW wxCalendarCtrl. |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Vadim Zeitlin | Activate OLE ActiveX controls before requesting their... |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Vadim Zeitlin | Change the format of the documentation archives for... |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Vadim Zeitlin | Fix compilation of newly added msw/evtloopconsole.cpp... |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Paul Cornett | fake paint events don't work with wxGTK3 either |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Paul Cornett | remove code in SetFont which modifies font for no appar... |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Paul Cornett | Avoid creating and immediately destroying a wxGraphicsC... |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Robin Dunn | Interface fixes for Phoenix. |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Robin Dunn | Add missing wxFRAME_SHAPED |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Vadim Zeitlin | Fix wxNativeContainerWindowId definition for wxGTK... |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Vadim Zeitlin | Forbid setting hints for multi-line text controls. |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Vadim Zeitlin | Fix German translation for "Shift+" keyboard accelerato... |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Vadim Zeitlin | Use the same console event loop in wxBase and wxCore... |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Vadim Zeitlin | Increase version to 2.9.5. |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Vadim Zeitlin | Fix unit tests compilation in STL build. |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Paul Cornett | remove DoSetSize override, unneeded after r72001 |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Paul Cornett | remove STOCKITEM_26 macro, unneeded after r72001 |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Paul Cornett | no real changes, just remove unnecessary indentation... |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Paul Cornett | update minimum GTK2 version requirement to 2.6 |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Vadim Zeitlin | Give the newly added wxGTK trunk STL builder a unique... |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Vadim Zeitlin | Add a wxGTK STL buildbot build on brandt32 slave. |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Robin Dunn | Make a couple virtuals protected so they can be overridden. |
commit | commitdiff | tree | snapshot |
next |