2011-09-11 |
Steve Lamerton | Update setup files |
tree | commitdiff |
2011-09-10 |
Steve Lamerton | Merge the new wxWebView classes from the SOC2011_WEBVIE... |
tree | commitdiff |
2011-09-10 |
Steve Lamerton | Merge in from trunk r68684 - r69046 |
tree | commitdiff |
2011-08-27 |
Vadim Zeitlin | Add new wxTreeListCtrl class. |
tree | commitdiff |
2011-08-22 |
Vadim Zeitlin | Harmonize wxDataViewCtrl::GetSelection() behaviour... |
tree | commitdiff |
2011-08-22 |
Vadim Zeitlin | Don't export Objective C interfaces in non-x86_64 builds. |
tree | commitdiff |
2011-08-22 |
Vadim Zeitlin | Add new wxBannerWindow class. |
tree | commitdiff |
2011-08-21 |
Vadim Zeitlin | No changes, just use symbolic NO_IMAGE constant instead... |
tree | commitdiff |
2011-08-19 |
Steve Lamerton | Rename web library to webview. |
tree | commitdiff |
2011-08-18 |
Steve Lamerton | Remove a couple of unused forward declarations. |
tree | commitdiff |
2011-08-17 |
Steve Lamerton | Return true by default under OSX WebKit. |
tree | commitdiff |
2011-08-17 |
Steve Lamerton | Rename LoadUrl to LoadURL. This corrects the capitalisa... |
tree | commitdiff |
2011-08-17 |
Steve Lamerton | Const correct the wxWebView api. |
tree | commitdiff |
2011-08-15 |
Steve Lamerton | Rename wxWebHistoryItem to wxWebViewHistoryItem. |
tree | commitdiff |
2011-08-14 |
Steve Lamerton | Rename wxWebFileHandler to wxWebViewArchiveHandler... |
tree | commitdiff |
2011-08-13 |
Steve Lamerton | Merge in from trunk r68626 - r68683 |
tree | commitdiff |
2011-08-11 |
Steve Lamerton | Add support for custom scheme handling and virtual... |
tree | commitdiff |
2011-08-11 |
Stefan Csomor | fixing osx_cocoa, there's a reason m_peer is private... |
tree | commitdiff |
2011-08-10 |
Steve Lamerton | Merge in from trunk r64802 - r68625 |
tree | commitdiff |
2011-08-09 |
Dimitri Schoolwerth | Added NSApplicationDelegate's openFiles for wxOSX-Cocoa. |
tree | commitdiff |
2011-08-08 |
Steve Lamerton | Use shared pointers to hold wxWebHandlers throughout. |
tree | commitdiff |
2011-08-06 |
Steve Lamerton | Implement GetSelectedSource for the OSX WebKit backend. |
tree | commitdiff |
2011-08-06 |
Steve Lamerton | Implement SelectAll for OSX WebKit. |
tree | commitdiff |
2011-08-06 |
Steve Lamerton | Implement GetPageText for the OSX WebKit implementation. |
tree | commitdiff |
2011-08-06 |
Steve Lamerton | Implement ClearSelection for the OSX WebKit backend. |
tree | commitdiff |
2011-08-05 |
Vadim Zeitlin | Implement wxFileType::GetOpenCommand() in wxOSX. |
tree | commitdiff |
2011-08-05 |
Steve Lamerton | Remove redundant InternalLoadURL method. |
tree | commitdiff |
2011-08-05 |
Steve Lamerton | Remove SetPageTitle and GetPageTitle and make GetCurren... |
tree | commitdiff |
2011-08-05 |
Steve Lamerton | Implement GetBackwardHistory, GetForwardHistory and... |
tree | commitdiff |
2011-08-05 |
Steve Lamerton | Add a WebHistory to the OSX WebKit backend and implemen... |
tree | commitdiff |
2011-08-05 |
Steve Lamerton | Remove now unused GetSelection from the OSX WebKit... |
tree | commitdiff |
2011-08-05 |
Steve Lamerton | Add undo / redo support to OSX WebKit. |
tree | commitdiff |
2011-08-04 |
Vadim Zeitlin | Add support for wxHELP button to wxMessageDialog. |
tree | commitdiff |
2011-08-02 |
Steve Lamerton | Implement HasSelection for the OSX WebKit backend. |
tree | commitdiff |
2011-08-02 |
Steve Lamerton | Add EnableHistory support to the OSX WebKit backend. |
tree | commitdiff |
2011-08-01 |
Steve Lamerton | Fix warnings for the OSX WebKit backend. |
tree | commitdiff |
2011-08-01 |
Steve Lamerton | Fix compilation for OSX backend. |
tree | commitdiff |
2011-08-01 |
Steve Lamerton | Add missing lines to setup.h.in. This properly fixes... |
tree | commitdiff |
2011-07-31 |
Steve Lamerton | Split wxWebHistoryItem headers out into separate files... |
tree | commitdiff |
2011-07-30 |
Steve Lamerton | Overhaul wxWebHandler naming to try and make it consist... |
tree | commitdiff |
2011-07-30 |
Vadim Zeitlin | Get rid of ugly wxCONTROL_ITEMCONTAINER_CLIENTDATAOBJEC... |
tree | commitdiff |
2011-07-30 |
Vadim Zeitlin | Resolve ambiguity between GetClientXXX() methods in... |
tree | commitdiff |
2011-07-28 |
Steve Lamerton | Tidy up the include guards for the various wxWebView... |
tree | commitdiff |
2011-07-28 |
Steve Lamerton | Move the wxWebFileProtocolHandler from the IE backend... |
tree | commitdiff |
2011-07-26 |
Steve Lamerton | Add a couple of missing forward declarations. |
tree | commitdiff |
2011-07-26 |
Steve Lamerton | Fix compilation errors under OSX. |
tree | commitdiff |
2011-07-25 |
Steve Lamerton | Merge in from trunk r67662 to r64801 |
tree | commitdiff |
2011-07-24 |
Vadim Zeitlin | Replace wxControlContainer-related macros with wxNaviga... |
tree | commitdiff |
2011-07-22 |
Vadim Zeitlin | Increased the version to 2.9.3. |
tree | commitdiff |
2011-07-19 |
Stefan Csomor | doing WakeUp in osx_carbon differently for the main... |
tree | commitdiff |
2011-07-19 |
Stefan Csomor | make sure we can issue a WakeUp call that really trigge... |
tree | commitdiff |
2011-07-16 |
Stefan Csomor | proper guard for bitmap constructors |
tree | commitdiff |
2011-07-15 |
Steve Lamerton | Add RunScript and implement on all backends. Document... |
tree | commitdiff |
2011-07-15 |
Steve Lamerton | Add ClearSelection for msw ie and gtk webkit, with... |
tree | commitdiff |
2011-07-13 |
Steve Lamerton | Add GetPageText to MSW IE and to GTK WebKit. Add stub... |
tree | commitdiff |
2011-07-13 |
Steve Lamerton | Rename GetSelectedHTML to GetSelectedSource, this bring... |
tree | commitdiff |
2011-07-11 |
Steve Lamerton | Implement GetSelectedHTML for the ie and gtk webkit... |
tree | commitdiff |
2011-07-10 |
Steve Lamerton | Add support for retrieving the currently selected text... |
tree | commitdiff |
2011-07-09 |
Steve Lamerton | Add start of selection api, support for HasSelection... |
tree | commitdiff |
2011-07-08 |
Steve Lamerton | Add the ability to enable / disable and check for the... |
tree | commitdiff |
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 | 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-06-16 |
Robin Dunn | Use wxAnyButton's DoGetBestSize for toggle buttons |
tree | commitdiff |
2011-06-14 |
Vadim Zeitlin | Refactor wxButton and wxToggleButton to derive from... |
tree | commitdiff |
2011-06-09 |
Stefan Csomor | add member for sheetdialog |
tree | commitdiff |
2011-06-06 |
Stefan Csomor | supporting nested window disablers on the same window |
tree | commitdiff |
2011-05-31 |
Robin Dunn | Virtualize StartEditor and add implementations for... |
tree | commitdiff |
2011-05-16 |
Steve Lamerton | Rename source files for consistency |
tree | commitdiff |
2011-05-13 |
Vadim Zeitlin | Don't use the standard containers by default. |
tree | commitdiff |
2011-05-11 |
Stefan Csomor | separating observers for default mode (outer 'normal... |
tree | commitdiff |
2011-05-06 |
Steve Lamerton | Use correct reload flags on all platforms to avoid... |
tree | commitdiff |
2011-05-06 |
Steve Lamerton | Add the correct dll export macros |
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-04-25 |
Dimitri Schoolwerth | Fixed filename in wxOSX-Cocoa's file dialog using exten... |
tree | commitdiff |
2011-04-23 |
Vadim Zeitlin | Add wxDC::SetTransformMatrix() and related methods... |
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-17 |
Vadim Zeitlin | Implement auto-completion support for wxTextEntry in... |
tree | commitdiff |
2011-04-15 |
Dimitri Schoolwerth | Replaced C++ comments with C ones in C files. |
tree | commitdiff |
2011-04-09 |
Stefan Csomor | fixing configure builds for iphone |
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-03-30 |
Vadim Zeitlin | Remove REMOVE_UNUSED_ARG option from setup.h files. |
tree | commitdiff |
2011-03-30 |
Vadim Zeitlin | Add wxUSE_STD_CONTAINERS and turn it on by default. |
tree | commitdiff |
2011-03-22 |
Dimitri Schoolwerth | Fixed various typos. |
tree | commitdiff |
2011-03-20 |
Dimitri Schoolwerth | No changes, synchronised source names that appear comme... |
tree | commitdiff |
2011-03-19 |
Stefan Csomor | going private with userpane info |
tree | commitdiff |
2011-03-18 |
Stefan Csomor | moving userpane attribute into implementation |
tree | commitdiff |
2011-03-18 |
Dimitri Schoolwerth | Set svn properties on various files throughout the... |
tree | commitdiff |
2011-03-18 |
Stefan Csomor | going private for m_peer to give a foundation for bette... |
tree | commitdiff |
2011-03-16 |
Stefan Csomor | calling explicit base class constructor from copy const... |
tree | commitdiff |
2011-03-15 |
Stefan Csomor | fixing iphone build |
tree | commitdiff |
2011-03-07 |
Stefan Csomor | window level support |
tree | commitdiff |
2011-03-05 |
Stefan Csomor | support wxWindowDisabler on osx_cocoa |
tree | commitdiff |
2011-03-02 |
Vadim Zeitlin | Add missing wxUSE_MARKUP checks in wxOSX code. |
tree | commitdiff |
2011-02-28 |
Stefan Csomor | adding hour constant to carbon build |
tree | commitdiff |
next |