2011-07-06 |
Steve Lamerton | Implement cut / copy / paste in osx webkit and fix... |
tree | commitdiff |
2011-07-06 |
Steve Lamerton | Add some more missing stubs to the osx webkit backend. |
tree | commitdiff |
2011-07-05 |
Steve Lamerton | Add stubs to osx webkit backend to allow compilation. |
tree | commitdiff |
2011-07-05 |
Steve Lamerton | Simplify backend enum naming, we do not need separate... |
tree | commitdiff |
2011-07-05 |
Steve Lamerton | Remove comment about a new frame api as this is now... |
tree | commitdiff |
2011-07-05 |
Steve Lamerton | Bring osx class naming into line with the other ports. |
tree | commitdiff |
2011-07-05 |
Steve Lamerton | Remove out of date osx defines. |
tree | commitdiff |
2011-07-04 |
Steve Lamerton | Factor logic that returns an IHTMLDocument2 into a... |
tree | commitdiff |
2011-07-02 |
Steve Lamerton | Implement undo and redo for the ie and gtk webkit backe... |
tree | commitdiff |
2011-07-02 |
Steve Lamerton | Implement clipboard api in gtk. |
tree | commitdiff |
2011-07-02 |
Steve Lamerton | Add new clipboard api and support for it in the ie... |
tree | commitdiff |
2011-07-01 |
Steve Lamerton | Implement extended history api in gtk |
tree | commitdiff |
2011-07-01 |
Steve Lamerton | Extend history api using the ie backend to include... |
tree | commitdiff |
2011-07-01 |
Steve Lamerton | Use shared pointers throughout when managing history... |
tree | commitdiff |
2011-06-30 |
Steve Lamerton | Add support for the new history functions to the ie... |
tree | commitdiff |
2011-06-30 |
Steve Lamerton | Add basic history api and implement it under gtk. |
tree | commitdiff |
2011-06-28 |
Steve Lamerton | Bring gtk class naming into line with the new naming... |
tree | commitdiff |
2011-06-28 |
Steve Lamerton | Update msw files to use the new definitions |
tree | commitdiff |
2011-06-23 |
Steve Lamerton | Fix a number of mingw compile errors. |
tree | commitdiff |
2011-06-14 |
Steve Lamerton | Add wxWebView backend wxUSE_ macros |
tree | commitdiff |
2011-05-26 |
Steve Lamerton | Add a new event type for new window creation, document... |
tree | commitdiff |
2011-05-19 |
Steve Lamerton | Block new frames being created in wxWebViewIE, bringing... |
tree | commitdiff |
2011-05-19 |
Steve Lamerton | Remove defined values from wxWebView enums. We probably... |
tree | commitdiff |
2011-05-19 |
Steve Lamerton | Move wxWebView documentation into a separate interface... |
tree | commitdiff |
2011-05-16 |
Steve Lamerton | Rename source files for consistency |
tree | commitdiff |
2011-05-06 |
Steve Lamerton | Enable IE backend in msw builds unconditionally until... |
tree | commitdiff |
2011-05-06 |
Steve Lamerton | Use correct reload flags on all platforms to avoid... |
tree | commitdiff |
2011-05-06 |
Steve Lamerton | Move msw configuration checking to chkconf.h |
tree | commitdiff |
2011-05-06 |
Steve Lamerton | Add the correct dll export macros |
tree | commitdiff |
2011-05-05 |
Steve Lamerton | Fix compilation under dll builds. Wrap source files... |
tree | commitdiff |
2011-05-05 |
Steve Lamerton | A few more build fixes |
tree | commitdiff |
2011-05-05 |
Steve Lamerton | Various typos fixes and minor build system changes... |
tree | commitdiff |
2011-05-04 |
Steve Lamerton | Set the correct svn properties on the new files. Correc... |
tree | commitdiff |
2011-05-04 |
Steve Lamerton | Application of the most recent wxWebView patch, the... |
tree | commitdiff |
2011-05-01 |
Vadim Zeitlin | Translate various user-visible strings in rich text... |
tree | commitdiff |
2011-04-30 |
Dimitri Schoolwerth | No code changes, fixed some typos. |
tree | commitdiff |
2011-04-28 |
Vadim Zeitlin | Fix wxULongLongNative::ToDouble() compilation with... |
tree | commitdiff |
2011-04-28 |
Vadim Zeitlin | Use correct GTK macro in wx_gtk_widget_get_sensitive(). |
tree | commitdiff |
2011-04-28 |
Vadim Zeitlin | Fix check in assert in wxULongLong::ToULong(). |
tree | commitdiff |
2011-04-28 |
Vadim Zeitlin | Don't specialize std::numeric_limits<> for wxLongLong... |
tree | commitdiff |
2011-04-27 |
Vadim Zeitlin | Fix wxULongLong::ToDouble() for MSVC. |
tree | commitdiff |
2011-04-26 |
Vadim Zeitlin | Allow showing the print preview frame non modally. |
tree | commitdiff |
2011-04-26 |
Vadim Zeitlin | Fix assert when destroying wxDataViewCtrl being edited... |
tree | commitdiff |
2011-04-26 |
Vadim Zeitlin | No changes, just get rid of wxDataViewColumn::GetConstG... |
tree | commitdiff |
2011-04-26 |
Vadim Zeitlin | Specialize std::numeric_limits<> for wxLongLong and... |
tree | commitdiff |
2011-04-25 |
Dimitri Schoolwerth | Fixed filename in wxOSX-Cocoa's file dialog using exten... |
tree | commitdiff |
2011-04-24 |
Václav Slavík | Don't rely on RVO in wxON_BLOCK_EXIT_SET(). |
tree | commitdiff |
2011-04-23 |
Vadim Zeitlin | Add wxDC::SetTransformMatrix() and related methods... |
tree | commitdiff |
2011-04-23 |
Vadim Zeitlin | Set page range in the print preview correctly. |
tree | commitdiff |
2011-04-23 |
Vadim Zeitlin | Make the source files non-executable again. |
tree | commitdiff |
2011-04-22 |
Václav Slavík | Return wxWindow* from wxDataViewCustomRenderer::CreateE... |
tree | commitdiff |
2011-04-22 |
Stefan Csomor | osx 64 bit multilib build needs an explicit export... |
tree | commitdiff |
2011-04-22 |
Stefan Csomor | implementation of HotKey, see #12354 |
tree | commitdiff |
2011-04-21 |
Julian Smart | Added ForceDelayedLayout |
tree | commitdiff |
2011-04-17 |
Vadim Zeitlin | Implement auto-completion support for wxTextEntry in... |
tree | commitdiff |
2011-04-17 |
Vadim Zeitlin | Refactor: extract wxTextCompleterFixed from wxMSW to... |
tree | commitdiff |
2011-04-17 |
Vadim Zeitlin | Add wxAffineMatrix2D and related classes. |
tree | commitdiff |
2011-04-16 |
Vadim Zeitlin | Split wxTextCompleter into a base class and wxTextCompl... |
tree | commitdiff |
2011-04-16 |
Vadim Zeitlin | Added private wxEVT_AFTER_CHAR event for wxMSW implemen... |
tree | commitdiff |
2011-04-16 |
Vadim Zeitlin | Add support for dynamic auto-completion in wxTextEntry. |
tree | commitdiff |
2011-04-16 |
Vadim Zeitlin | Refactor wxTextEntry::AutoComplete() to simply call... |
tree | commitdiff |
2011-04-16 |
Stefan Csomor | support generic flag for pixel offsetting, see #11853 |
tree | commitdiff |
2011-04-15 |
Dimitri Schoolwerth | Replaced C++ comments with C ones in C files. |
tree | commitdiff |
2011-04-15 |
Paul Cornett | workaround for broken window managers which claim to... |
tree | commitdiff |
2011-04-15 |
Jaakko Salli | Removed wxPG_DOUBLE_BUFFER constant. Now all wxPG rende... |
tree | commitdiff |
2011-04-10 |
Vadim Zeitlin | Re-define push_back() in wxSortedArrayString to behave... |
tree | commitdiff |
2011-04-10 |
Vadim Zeitlin | Allow customizing AUI tab colours in wxAuiTabArt. |
tree | commitdiff |
2011-04-09 |
Stefan Csomor | fixing configure builds for iphone |
tree | commitdiff |
2011-04-04 |
Julian Smart | Further commenting |
tree | commitdiff |
2011-04-03 |
Dimitri Schoolwerth | No code changes, fixed various typos. |
tree | commitdiff |
2011-04-02 |
Vadim Zeitlin | Disable wxUSE_STD_CONTAINERS by default for MSVC6. |
tree | commitdiff |
2011-04-02 |
Paul Cornett | need to override DoGetBestClientSize() to get correct... |
tree | commitdiff |
2011-04-01 |
Paul Cornett | build fix for GTK1 after r67299 |
tree | commitdiff |
2011-03-31 |
Jaakko Salli | Added wxComboPopup::DestroyPopup(), which responsibilit... |
tree | commitdiff |
2011-03-31 |
Vadim Zeitlin | Implement wxGraphicsContext::GetSize() for Cairo. |
tree | commitdiff |
2011-03-31 |
Vadim Zeitlin | Fix HMENU to wxMenu translation in wxMSW code. |
tree | commitdiff |
2011-03-30 |
Vadim Zeitlin | Remove REMOVE_UNUSED_ARG option from setup.h files. |
tree | commitdiff |
2011-03-30 |
Vadim Zeitlin | Add support for elements preceding the document node... |
tree | commitdiff |
2011-03-30 |
Vadim Zeitlin | Add wxUSE_STD_CONTAINERS and turn it on by default. |
tree | commitdiff |
2011-03-30 |
Vadim Zeitlin | Fix XTI compilation in STL build. |
tree | commitdiff |
2011-03-30 |
Paul Cornett | convert assertdlg_gtk to C++ |
tree | commitdiff |
2011-03-29 |
Paul Cornett | fix typo |
tree | commitdiff |
2011-03-28 |
Paul Cornett | avoid deprecated functions and direct struct access |
tree | commitdiff |
2011-03-27 |
Paul Cornett | add more functions we will need |
tree | commitdiff |
2011-03-27 |
Václav Slavík | Always use gtk2-compat.h definitions. |
tree | commitdiff |
2011-03-27 |
Václav Slavík | Renamed wx/gtk/private/compat.h to gtk2-compat.h. |
tree | commitdiff |
2011-03-26 |
Václav Slavík | Compilation fix for r67312: add explicit cast to GtkSta... |
tree | commitdiff |
2011-03-26 |
Václav Slavík | Use accessor functions instead of deprecated GTK+ macros. |
tree | commitdiff |
2011-03-23 |
Paul Cornett | move deprecated GtkTooltips forward declaration to... |
tree | commitdiff |
2011-03-23 |
Paul Cornett | clean up wxGTK tooltip code |
tree | commitdiff |
2011-03-23 |
Vadim Zeitlin | Add WXK_CONTROL_A..WXK_CONTROL_Z constants. |
tree | commitdiff |
2011-03-22 |
Vadim Zeitlin | Add wxUSE_THREADS checks around wxMSW functions dealing... |
tree | commitdiff |
2011-03-22 |
Vadim Zeitlin | Add wxText{Input,Output}Stream::Get{Input,Output}Stream... |
tree | commitdiff |
2011-03-22 |
Dimitri Schoolwerth | Fixed various typos. |
tree | commitdiff |
2011-03-22 |
Jaakko Salli | To have better support for themed and custom background... |
tree | commitdiff |
2011-03-20 |
Jaakko Salli | Added wxComboCtrlBase::m_hasTcBgCol. Re-using base... |
tree | commitdiff |
2011-03-20 |
Jaakko Salli | Redone (generic) wxComboCtrl background painting and... |
tree | commitdiff |
2011-03-20 |
Dimitri Schoolwerth | No changes, synchronised source names that appear comme... |
tree | commitdiff |
2011-03-20 |
Vadim Zeitlin | Add wxPanel::SetBackgroundBitmap(). |
tree | commitdiff |
2011-03-20 |
Vadim Zeitlin | Deprecate old style wxPanel ctor taking separate coordi... |
tree | commitdiff |
next |