2011-07-28 |
Steve Lamerton | Initial implementation of wxWebProtocolHandler and... |
tree | commitdiff |
2011-07-26 |
Steve Lamerton | Very basic implementation of IInternetProtocolInfo... |
tree | commitdiff |
2011-07-25 |
Steve Lamerton | Merge in from trunk r67662 to r64801 |
tree | commitdiff |
2011-07-25 |
Steve Lamerton | Fix warnings in the MSW IE backend. |
tree | commitdiff |
2011-07-25 |
Steve Lamerton | Link to urlmon from wxWeb to fix the compilation errors... |
tree | commitdiff |
2011-07-25 |
Steve Lamerton | Update handling and documentation for new window events... |
tree | commitdiff |
2011-07-25 |
Steve Lamerton | Remove some now unused history variables. |
tree | commitdiff |
2011-07-24 |
Vadim Zeitlin | Ignore WM_CLOSE generated by wxMSW edit control when... |
tree | commitdiff |
2011-07-23 |
Vadim Zeitlin | Don't try to pop from an empty stack in wxGDIPlusContex... |
tree | commitdiff |
2011-07-23 |
Vadim Zeitlin | Don't create an unnecessary extra button in wxMSW wxPro... |
tree | commitdiff |
2011-07-22 |
Vadim Zeitlin | Set wxDidCreatePaintDC to true even if we reused a... |
tree | commitdiff |
2011-07-22 |
Vadim Zeitlin | Don't pass spin text control messages processed at... |
tree | commitdiff |
2011-07-22 |
Vadim Zeitlin | Refactor wxWindow::MSWHandleMessage() out from MSWWindo... |
tree | commitdiff |
2011-07-22 |
Steve Lamerton | Implement basic support for virtual file systems for... |
tree | commitdiff |
2011-07-18 |
Vadim Zeitlin | Fix memory leak in wxPanel::SetBackgroundBirmap() in... |
tree | commitdiff |
2011-07-16 |
Julian Smart | VC++ 6 fixes |
tree | commitdiff |
2011-07-15 |
Steve Lamerton | Send correct navigation events when using SetPage on... |
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-14 |
Steve Lamerton | Fix compiler warnings in the IE backend. |
tree | commitdiff |
2011-07-14 |
Steve Lamerton | Implement CanSetZoomType correctly for the IE backend. |
tree | commitdiff |
2011-07-14 |
Steve Lamerton | Overhaul IE zoom functions to support both text and... |
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-12 |
Vadim Zeitlin | Centre wxSlider value correctly when wxSL_MIN_MAX_LABEL... |
tree | commitdiff |
2011-07-11 |
Vadim Zeitlin | Fix showing slider label in wxMSW when wxSL_MIN_MAX_LAB... |
tree | commitdiff |
2011-07-11 |
Vadim Zeitlin | No real changes, just make some wxSlider members local... |
tree | commitdiff |
2011-07-11 |
Vadim Zeitlin | Don't handle "Return" key as "TAB" even when the defaul... |
tree | commitdiff |
2011-07-11 |
Steve Lamerton | Implement GetSelectedHTML for the ie and gtk webkit... |
tree | commitdiff |
2011-07-11 |
Steve Lamerton | Tidy up the ie backend a little, make sure all com... |
tree | commitdiff |
2011-07-11 |
Steve Lamerton | Fix warnings in the ie backend. |
tree | commitdiff |
2011-07-10 |
Steve Lamerton | Add support for retrieving the currently selected text... |
tree | commitdiff |
2011-07-09 |
Vadim Zeitlin | Immediately update MSW cursor when ::SetCursor(wxNullCu... |
tree | commitdiff |
2011-07-09 |
Vadim Zeitlin | Fix wxMSW wxSlider best size calculation and label... |
tree | commitdiff |
2011-07-09 |
Vadim Zeitlin | Make coordinates transformations in wxDC really maximal... |
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-07 |
Vadim Zeitlin | Add wxDCImpl::MSWApplyGDIPlusTransform() to formalize... |
tree | commitdiff |
2011-07-04 |
Steve Lamerton | Factor logic that returns an IHTMLDocument2 into a... |
tree | commitdiff |
2011-07-04 |
Steve Lamerton | Filter out subframes from the ie backend history and... |
tree | commitdiff |
2011-07-04 |
Vadim Zeitlin | Fix harmless warning about double to long long conversion. |
tree | commitdiff |
2011-07-04 |
Vadim Zeitlin | Also accept VT_R4 (float) VARIANTs in wxMSW OLE code. |
tree | commitdiff |
2011-07-02 |
Steve Lamerton | Get the page title from the IHtmlDocument rather than... |
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 | Add new clipboard api and support for it in the ie... |
tree | commitdiff |
2011-07-02 |
Vadim Zeitlin | Avoid g++ warnings about breaking strict aliasing rules... |
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-07-01 |
Steve Lamerton | Add an extra assert in the case of trying to load an... |
tree | commitdiff |
2011-06-30 |
Steve Lamerton | Add support for the new history functions to the ie... |
tree | commitdiff |
2011-06-30 |
Steve Lamerton | Only send a document complete event when the page is... |
tree | commitdiff |
2011-06-29 |
Vadim Zeitlin | Fix two harmless gcc warnings about missing initializers. |
tree | commitdiff |
2011-06-29 |
Steve Lamerton | Add support for loading a url in the constructor to... |
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-22 |
Vadim Zeitlin | Fix bug with out of range date in wxMSW wxDatePickerCtr... |
tree | commitdiff |
2011-06-19 |
Vadim Zeitlin | Fix bug when setting an out of range date in wxMSW... |
tree | commitdiff |
2011-06-19 |
Vadim Zeitlin | Suppress harmless gcc warnings about enum elements... |
tree | commitdiff |
2011-06-17 |
Vadim Zeitlin | Fix g++ warnings about initialized variables being... |
tree | commitdiff |
2011-06-17 |
Vadim Zeitlin | Use GdipStringFormatCachedGenericTypographic hack for... |
tree | commitdiff |
2011-06-17 |
Vadim Zeitlin | Avoid problems with conflicting UINT16 definitions... |
tree | commitdiff |
2011-06-16 |
Vadim Zeitlin | Suppress various harmless warnings in MinGW build with... |
tree | commitdiff |
2011-06-16 |
Vadim Zeitlin | Make wxUIActionSimulator mouse move events marginally... |
tree | commitdiff |
2011-06-16 |
Vadim Zeitlin | Use symbolic WAIT_FAILED constant instead of raw -1. |
tree | commitdiff |
2011-06-16 |
Vadim Zeitlin | Round the values in wxDC coordinate calculations. |
tree | commitdiff |
2011-06-15 |
Vadim Zeitlin | Fall back to the valid normal bitmap if no state-specif... |
tree | commitdiff |
2011-06-14 |
Vadim Zeitlin | Refactor wxButton and wxToggleButton to derive from... |
tree | commitdiff |
2011-06-09 |
Stefan Csomor | adding placeholders for interpolation setting |
tree | commitdiff |
2011-06-07 |
Vadim Zeitlin | Update status bar fields widths from WM_SIZE handler. |
tree | commitdiff |
2011-05-26 |
Steve Lamerton | Add a new event type for new window creation, document... |
tree | commitdiff |
2011-05-20 |
Dimitri Schoolwerth | Fixed wxMessageBox with only an OK button returning... |
tree | commitdiff |
2011-05-19 |
Steve Lamerton | Block new frames being created in wxWebViewIE, bringing... |
tree | commitdiff |
2011-05-18 |
Steve Lamerton | Update wxWebViewIE::Reload so that reloading without... |
tree | commitdiff |
2011-05-17 |
Vadim Zeitlin | Fix client to screen translation in wxWindowMSW::PopupM... |
tree | commitdiff |
2011-05-16 |
Steve Lamerton | Rename source files for consistency |
tree | commitdiff |
2011-05-16 |
Vadim Zeitlin | Ensure that we never return negative client size. |
tree | commitdiff |
2011-05-16 |
Vadim Zeitlin | No changes, just refactor the code in MSW wxGetOsDescri... |
tree | commitdiff |
2011-05-16 |
Vadim Zeitlin | Recognize Windows 7 and Server 2008 versions in wxGetOs... |
tree | commitdiff |
2011-05-13 |
Vadim Zeitlin | Make wxListCtrl sort function take wxIntPtr, not long... |
tree | commitdiff |
2011-05-10 |
Vadim Zeitlin | Rewrote wxMSW radio menu items code to support not... |
tree | commitdiff |
2011-05-06 |
Steve Lamerton | Enable IE backend in msw builds unconditionally until... |
tree | commitdiff |
2011-05-05 |
Robin Dunn | When we're using GDI+, the DC might have transforms... |
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-03 |
Vadim Zeitlin | Implement watching directory correctly in MSW wxFileSys... |
tree | commitdiff |
2011-05-03 |
Vadim Zeitlin | Don't watch directories recursively in wxMSW wxFileSyst... |
tree | commitdiff |
2011-05-03 |
Vadim Zeitlin | Fix wxFileSystemWatcher::Remove() in wxMSW. |
tree | commitdiff |
2011-05-03 |
Vadim Zeitlin | Fix assert when creating wxBitmapButton without a valid... |
tree | commitdiff |
2011-05-03 |
Dimitri Schoolwerth | Replaced Ok() occurrences with IsOk() throughout trunk. |
tree | commitdiff |
2011-04-26 |
Vadim Zeitlin | Change VIEWPORT_EXTENT constant in wxMSW wxDC code... |
tree | commitdiff |
2011-04-26 |
Vadim Zeitlin | Avoid rounding errors in wxMSW wxDC scaling code. |
tree | commitdiff |
2011-04-26 |
Vadim Zeitlin | Remove apparently erroneous -1 from DrawBitmap() in... |
tree | commitdiff |
2011-04-26 |
Vadim Zeitlin | Ensure that message boxes with only "OK" can be closed... |
tree | commitdiff |
2011-04-23 |
Vadim Zeitlin | Change wxNotebook selection before sending page changed... |
tree | commitdiff |
2011-04-23 |
Vadim Zeitlin | Add wxDC::SetTransformMatrix() and related methods... |
tree | commitdiff |
2011-04-23 |
Vadim Zeitlin | Set event object correctly for the generated wxSizeEvents. |
tree | commitdiff |
2011-04-22 |
Václav Slavík | Compilation fix for DEFINE_GUID uses. |
tree | commitdiff |
2011-04-21 |
Vadim Zeitlin | Define ACO_AUTOAPPEND for MinGW/Cygwin. |
tree | commitdiff |
2011-04-21 |
Vadim Zeitlin | Use "wx" prefix for the GUIDs we (re)define in wxMSW... |
tree | commitdiff |
next |