2011-07-30 |
Steve Lamerton | Add new wxEVT_COMMAND_WEB_VIEW_TITLE_CHANGED event... |
tree | commitdiff |
2011-07-29 |
Steve Lamerton | Add CombineURIs implementation for wxWebFileProtocolHan... |
tree | commitdiff |
2011-07-28 |
Steve Lamerton | Move the wxWebFileProtocolHandler from the IE backend... |
tree | commitdiff |
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-26 |
Steve Lamerton | We always let the user handle new window events so... |
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-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 | Add support for EVT_WEB_VIEW_NEWWINDOW to the OSX WebKi... |
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 | No changes, just remove unnecessary wxPickerBase::OnSize(). |
tree | commitdiff |
2011-07-24 |
Vadim Zeitlin | Exclude windows not accepting keyboard focus from GTK... |
tree | commitdiff |
2011-07-24 |
Vadim Zeitlin | Replace wxControlContainer-related macros with wxNaviga... |
tree | commitdiff |
2011-07-24 |
Vadim Zeitlin | Don't give focus to wxSearchButton when using keyboard... |
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 | Added customizable wxDocManager::OnMRUFileNotExist... |
tree | commitdiff |
2011-07-22 |
Julian Smart | Fixed Replace() to use the passed range instead of... |
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-21 |
Vadim Zeitlin | Fix double deletion bug in wxGTK wxDVC dnd code. |
tree | commitdiff |
2011-07-21 |
Vadim Zeitlin | Fix the alignment used by custom wxDVC renderers in... |
tree | commitdiff |
2011-07-21 |
Vadim Zeitlin | Send wxEVT_COMMAND_DATAVIEW_COLUMN_SORTED for generic... |
tree | commitdiff |
2011-07-21 |
Vadim Zeitlin | Fix drawing of expander columns not at 0 position in... |
tree | commitdiff |
2011-07-21 |
Vadim Zeitlin | Correct test for maximal row index in generic wxDataVie... |
tree | commitdiff |
2011-07-21 |
Vadim Zeitlin | Never restore focus to hidden child. |
tree | commitdiff |
2011-07-21 |
Vadim Zeitlin | Allow marking wxTreeBook nodes to expand initially... |
tree | commitdiff |
2011-07-21 |
Vadim Zeitlin | Fix parsing of negated long options in wxCmdLineParser. |
tree | commitdiff |
2011-07-21 |
Vadim Zeitlin | Reset negatable switches correctly in wxCmdLineParser... |
tree | commitdiff |
2011-07-20 |
Julian Smart | No longer ignores first-line indent if no left indent... |
tree | commitdiff |
2011-07-20 |
Stefan Csomor | fixes redraw problems under OSX, see #13345 |
tree | commitdiff |
2011-07-19 |
Vadim Zeitlin | Fix harmless gcc warning about uninitialized mask in... |
tree | commitdiff |
2011-07-19 |
Vadim Zeitlin | Refresh the old current row when right clicking in... |
tree | commitdiff |
2011-07-19 |
Vadim Zeitlin | Add wxDataViewEvent::IsEditCancelled() and support... |
tree | commitdiff |
2011-07-19 |
Vadim Zeitlin | Fix deleting columns in wxGridStringTable with custom... |
tree | commitdiff |
2011-07-19 |
Vadim Zeitlin | Added wxGCDC(wxEnhMetaFileDC) ctor too. |
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-19 |
Stefan Csomor | fixing width/height (were negative) thanks to Werner... |
tree | commitdiff |
2011-07-18 |
Vadim Zeitlin | Fix memory leak in wxPanel::SetBackgroundBirmap() in... |
tree | commitdiff |
2011-07-18 |
Steve Lamerton | Make callback names consistent |
tree | commitdiff |
2011-07-18 |
Steve Lamerton | Use the newer and recommended callback for handling... |
tree | commitdiff |
2011-07-16 |
Julian Smart | VC++ 6 fixes |
tree | commitdiff |
2011-07-16 |
Václav Slavík | Add support for column header images to wxListCtrl... |
tree | commitdiff |
2011-07-16 |
Václav Slavík | Fix wxListCtrlXmlHandler so that it accepts icon with... |
tree | commitdiff |
2011-07-16 |
Václav Slavík | Fix wxXmlResourceHandler::GetImageList() to use specifi... |
tree | commitdiff |
2011-07-16 |
Václav Slavík | Add check to prevent creation of element wxXmlNodes... |
tree | commitdiff |
2011-07-16 |
Stefan Csomor | fixing typo |
tree | commitdiff |
2011-07-15 |
Vadim Zeitlin | Implement wxRegion::Equal() for wxOSX. |
tree | commitdiff |
2011-07-15 |
Vadim Zeitlin | Ensure we don't modify a shared object in wxOSX wxRegio... |
tree | commitdiff |
2011-07-15 |
Vadim Zeitlin | No real changes, just use AllocExclusive() in wxOSX... |
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-13 |
Václav Slavík | Better sizing in wxDataViewSpinRenderer and wxDataViewC... |
tree | commitdiff |
2011-07-12 |
Vadim Zeitlin | Use native hint wxTextCtrl support in wxSearchCtrl. |
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 |
Vadim Zeitlin | Copy recently added wxGenericValidator fields in Copy(). |
tree | commitdiff |
2011-07-11 |
Steve Lamerton | Fix various gtk webkit warnings. |
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-10 |
Stefan Csomor | support multi-line labels, add different native styles... |
tree | commitdiff |
2011-07-10 |
Vadim Zeitlin | Use the correct event handler in wxMenuBase::UpdateUI(). |
tree | commitdiff |
2011-07-09 |
Vadim Zeitlin | Support float, double and file name values in wxGeneric... |
tree | commitdiff |
2011-07-09 |
Vadim Zeitlin | No changes, just use NULL instead of 0 for pointers. |
tree | commitdiff |
2011-07-09 |
Vadim Zeitlin | Generate events for two auxiliary mouse buttons in... |
tree | commitdiff |
2011-07-09 |
Vadim Zeitlin | Check for GTK window parent, not wx one, when reparenting. |
tree | commitdiff |
2011-07-09 |
Vadim Zeitlin | Refresh the generic wxDataViewCtrl header if it was... |
tree | commitdiff |
2011-07-09 |
Vadim Zeitlin | Don't duplicate wxImage::ConvertToDisabled() in wxAUI... |
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-09 |
Stefan Csomor | avoid scrolling to cleared-non existing- data, reload... |
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-07 |
Vadim Zeitlin | Make wxGCDC::GetGraphicsContext() const. |
tree | commitdiff |
2011-07-06 |
Stefan Csomor | allow NULL parent menu |
tree | commitdiff |
2011-07-06 |
Steve Lamerton | Implement cut / copy / paste in osx webkit and fix... |
tree | commitdiff |
2011-07-05 |
Steve Lamerton | Simplify backend enum naming, we do not need separate... |
tree | commitdiff |
2011-07-05 |
Steve Lamerton | Bring osx class naming into line with the other ports. |
tree | commitdiff |
2011-07-04 |
Vadim Zeitlin | Fix crash when getting or setting wxComboBox value... |
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 |
next |