2011-07-15 |
Steve Lamerton | Add ClearSelection for msw ie and gtk webkit, with... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Steve Lamerton | Fix all the unit tests for gtk, they now all pass on... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Steve Lamerton | Add unit tests for zoom functions |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Steve Lamerton | Yield after control creation to allow it to load the... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Steve Lamerton | Update web units tests so that they compile after api... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Steve Lamerton | Fix compiler warnings in the IE backend. |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Steve Lamerton | Update the web sample to allow choosing between differe... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Steve Lamerton | Implement CanSetZoomType correctly for the IE backend. |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Steve Lamerton | Overhaul IE zoom functions to support both text and... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Steve Lamerton | Add GetPageText to MSW IE and to GTK WebKit. Add stub... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Steve Lamerton | Rename GetSelectedHTML to GetSelectedSource, this bring... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Václav Slavík | Better sizing in wxDataViewSpinRenderer and wxDataViewC... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Vadim Zeitlin | Use native hint wxTextCtrl support in wxSearchCtrl. |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Vadim Zeitlin | Centre wxSlider value correctly when wxSL_MIN_MAX_LABEL... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Vadim Zeitlin | Document wxEnhMetaFileDC-related wxGraphics functions. |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Steve Lamerton | Update selection unit test to test GetSelectedHTML. |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Vadim Zeitlin | Fix showing slider label in wxMSW when wxSL_MIN_MAX_LAB... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Vadim Zeitlin | No real changes, just make some wxSlider members local... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Vadim Zeitlin | Fix and improve documentation of wxT_2() macro. |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Vadim Zeitlin | Don't handle "Return" key as "TAB" even when the defaul... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Steve Lamerton | Implement GetSelectedHTML for the ie and gtk webkit... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Vadim Zeitlin | Copy recently added wxGenericValidator fields in Copy(). |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Steve Lamerton | Fix various gtk webkit warnings. |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Steve Lamerton | Tidy up the ie backend a little, make sure all com... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Steve Lamerton | Fix warnings in the ie backend. |
commit | commitdiff | tree | snapshot |
2011-07-10 |
Steve Lamerton | Add support for retrieving the currently selected text... |
commit | commitdiff | tree | snapshot |
2011-07-10 |
Stefan Csomor | support multi-line labels, add different native styles... |
commit | commitdiff | tree | snapshot |
2011-07-10 |
Vadim Zeitlin | Use the correct event handler in wxMenuBase::UpdateUI(). |
commit | commitdiff | tree | snapshot |
2011-07-09 |
Vadim Zeitlin | Support float, double and file name values in wxGeneric... |
commit | commitdiff | tree | snapshot |
2011-07-09 |
Vadim Zeitlin | No changes, just use NULL instead of 0 for pointers. |
commit | commitdiff | tree | snapshot |
2011-07-09 |
Vadim Zeitlin | Generate events for two auxiliary mouse buttons in... |
commit | commitdiff | tree | snapshot |
2011-07-09 |
Vadim Zeitlin | Mention that wxNotebook page must be removed before... |
commit | commitdiff | tree | snapshot |
2011-07-09 |
Vadim Zeitlin | Check for GTK window parent, not wx one, when reparenting. |
commit | commitdiff | tree | snapshot |
2011-07-09 |
Vadim Zeitlin | Refresh the generic wxDataViewCtrl header if it was... |
commit | commitdiff | tree | snapshot |
2011-07-09 |
Vadim Zeitlin | Show extra mouse buttons and wheel state in the text... |
commit | commitdiff | tree | snapshot |
2011-07-09 |
Vadim Zeitlin | Don't duplicate wxImage::ConvertToDisabled() in wxAUI... |
commit | commitdiff | tree | snapshot |
2011-07-09 |
Vadim Zeitlin | Output something from the console sample even if it... |
commit | commitdiff | tree | snapshot |
2011-07-09 |
Vadim Zeitlin | Immediately update MSW cursor when ::SetCursor(wxNullCu... |
commit | commitdiff | tree | snapshot |
2011-07-09 |
Vadim Zeitlin | Fix wxMSW wxSlider best size calculation and label... |
commit | commitdiff | tree | snapshot |
2011-07-09 |
Vadim Zeitlin | Make coordinates transformations in wxDC really maximal... |
commit | commitdiff | tree | snapshot |
2011-07-09 |
John Chain | Added Robin Dunn's explanation on the relationship... |
commit | commitdiff | tree | snapshot |
2011-07-09 |
Steve Lamerton | Add start of selection api, support for HasSelection... |
commit | commitdiff | tree | snapshot |
2011-07-09 |
Stefan Csomor | avoid scrolling to cleared-non existing- data, reload... |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Steve Lamerton | Add the ability to enable / disable and check for the... |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Steve Lamerton | Factor out url loading logic into a separate function... |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Steve Lamerton | Add tests for the back and forward history lists. |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Steve Lamerton | Add unit tests for history clearing and enabling /... |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Steve Lamerton | Add tests for url and history support |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Steve Lamerton | Add tests for the page title |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Steve Lamerton | Add scaffolding for wxWebView unit tests. |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Vadim Zeitlin | Add wxDCImpl::MSWApplyGDIPlusTransform() to formalize... |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Vadim Zeitlin | Make wxGCDC::GetGraphicsContext() const. |
commit | commitdiff | tree | snapshot |
2011-07-06 |
Stefan Csomor | allow NULL parent menu |
commit | commitdiff | tree | snapshot |
2011-07-06 |
Steve Lamerton | Implement cut / copy / paste in osx webkit and fix... |
commit | commitdiff | tree | snapshot |
2011-07-06 |
Steve Lamerton | Add some more missing stubs to the osx webkit backend. |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Steve Lamerton | Add stubs to osx webkit backend to allow compilation. |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Steve Lamerton | Simplify backend enum naming, we do not need separate... |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Steve Lamerton | Remove comment about a new frame api as this is now... |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Steve Lamerton | Bring osx class naming into line with the other ports. |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Steve Lamerton | Remove out of date osx defines. |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Steve Lamerton | Add osx configure support for wxWebView. |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Chris Elliott | for 2.9.2 |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Vadim Zeitlin | Improve the description of the available files in readme. |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Vadim Zeitlin | Remove the note about wxUSE_STD_CONTAINERS. |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Vadim Zeitlin | Fix crash when getting or setting wxComboBox value... |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Steve Lamerton | Factor logic that returns an IHTMLDocument2 into a... |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Steve Lamerton | Filter out subframes from the ie backend history and... |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Vadim Zeitlin | Fix event types in wxMouseEvent::Aux1DClick() and Aux1D... |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Vadim Zeitlin | Fix warnings about implicit double to int conversions... |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Vadim Zeitlin | Fix harmless warning about double to long long conversion. |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Vadim Zeitlin | Suppress some harmless warnings about unused parameters... |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Vadim Zeitlin | Also accept VT_R4 (float) VARIANTs in wxMSW OLE code. |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Steve Lamerton | Add a note to the documentation about the emulation... |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Vadim Zeitlin | Fix crash in wxDataViewProgressRenderer in non-Unicode... |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Vadim Zeitlin | Add wxUSE_UNICODE guard around wxDF_UNICODETEXT in... |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Steve Lamerton | Add web documentation category. |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Steve Lamerton | Get the page title from the IHtmlDocument rather than... |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Steve Lamerton | Overhaul the wxWebView documentation. Split the documen... |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Steve Lamerton | Implement undo and redo for the ie and gtk webkit backe... |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Steve Lamerton | Implement clipboard api in gtk. |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Steve Lamerton | Add new clipboard api and support for it in the ie... |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Vadim Zeitlin | No real changes, just remove trailing commas from enum. |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Vadim Zeitlin | Add wxCOMPOSITION_INVALID mode and use it to simplify... |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Vadim Zeitlin | Avoid g++ warnings about breaking strict aliasing rules... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Steve Lamerton | Implement extended history api in gtk |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Paul Cornett | Don't cause scroll events for position changes from... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Steve Lamerton | Extend history api using the ie backend to include... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Steve Lamerton | Use shared pointers throughout when managing history... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Steve Lamerton | Add an extra assert in the case of trying to load an... |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Vadim Zeitlin | Mention the EOL issue in readme.txt. |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Steve Lamerton | Add support for the new history functions to the ie... |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Steve Lamerton | Only send a document complete event when the page is... |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Chris Elliott | update docs for windows checkout process 2/2 |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Chris Elliott | update docs for windows checkout process 1/2 |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Vadim Zeitlin | Initialize variable in UTF{16,32} conversion code to... |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Vadim Zeitlin | Work around bogus g++ warnings about possibly missing... |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Vadim Zeitlin | Fix harmless warning about unused variable in isosurf... |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Vadim Zeitlin | Fix warning about hiding a virtual function in propgrid... |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Steve Lamerton | Add basic history api and implement it under gtk. |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Vadim Zeitlin | Change the loop condition to avoid comparing unsigned... |
commit | commitdiff | tree | snapshot |
next |