2011-07-25 |
Steve Lamerton | Merge in from trunk r67662 to r64801 |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Steve Lamerton | Fix warnings in the MSW IE backend. |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Steve Lamerton | We no longer need to veto the new window event in the... |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Steve Lamerton | Link to urlmon from wxWeb to fix the compilation errors... |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Steve Lamerton | Rename GetHref to GetURL in wxWebNavigationEvent, this... |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Steve Lamerton | Add support for EVT_WEB_VIEW_NEWWINDOW to the OSX WebKi... |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Steve Lamerton | Clarify what GetTarget actually returns in wxWebNavigat... |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Steve Lamerton | Update handling and documentation for new window events... |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Steve Lamerton | Remove some now unused history variables. |
commit | commitdiff | tree | snapshot |
2011-07-24 |
Vadim Zeitlin | No changes, just remove unnecessary wxPickerBase::OnSize(). |
commit | commitdiff | tree | snapshot |
2011-07-24 |
Vadim Zeitlin | Exclude windows not accepting keyboard focus from GTK... |
commit | commitdiff | tree | snapshot |
2011-07-24 |
Vadim Zeitlin | Replace wxControlContainer-related macros with wxNaviga... |
commit | commitdiff | tree | snapshot |
2011-07-24 |
Vadim Zeitlin | Don't give focus to wxSearchButton when using keyboard... |
commit | commitdiff | tree | snapshot |
2011-07-24 |
Vadim Zeitlin | Use wxNavigationEnabled<> for keyboard navigation in... |
commit | commitdiff | tree | snapshot |
2011-07-24 |
Vadim Zeitlin | Add wxNavigationEnabled<> helper for implementing TAB... |
commit | commitdiff | tree | snapshot |
2011-07-24 |
Vadim Zeitlin | Ignore WM_CLOSE generated by wxMSW edit control when... |
commit | commitdiff | tree | snapshot |
2011-07-23 |
Vadim Zeitlin | Mention that pages can't be added to wxBookCtrl more... |
commit | commitdiff | tree | snapshot |
2011-07-23 |
Vadim Zeitlin | Don't try to pop from an empty stack in wxGDIPlusContex... |
commit | commitdiff | tree | snapshot |
2011-07-23 |
Vadim Zeitlin | Remove mentions of wxCommandEvent from wxThreadEvent... |
commit | commitdiff | tree | snapshot |
2011-07-23 |
Vadim Zeitlin | Don't create an unnecessary extra button in wxMSW wxPro... |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Vadim Zeitlin | Set wxDidCreatePaintDC to true even if we reused a... |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Vadim Zeitlin | Increased the version to 2.9.3. |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Vadim Zeitlin | Update the files changed by the version number incremen... |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Vadim Zeitlin | Added customizable wxDocManager::OnMRUFileNotExist... |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Vadim Zeitlin | Several corrections to wxDocManager fields documentation. |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Vadim Zeitlin | Save and restore file history in docview sample. |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Vadim Zeitlin | Allow passing the error value to wxStreamBase::Reset(). |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Julian Smart | Fixed Replace() to use the passed range instead of... |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Vadim Zeitlin | Don't pass spin text control messages processed at... |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Vadim Zeitlin | Refactor wxWindow::MSWHandleMessage() out from MSWWindo... |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Steve Lamerton | Implement basic support for virtual file systems for... |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Steve Lamerton | Replace define for OLECMDID_OPTICAL_ZOOM with an enum... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Vadim Zeitlin | Fix double deletion bug in wxGTK wxDVC dnd code. |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Vadim Zeitlin | Fix the alignment used by custom wxDVC renderers in... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Vadim Zeitlin | Send wxEVT_COMMAND_DATAVIEW_COLUMN_SORTED for generic... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Vadim Zeitlin | Fix drawing of expander columns not at 0 position in... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Vadim Zeitlin | Correct test for maximal row index in generic wxDataVie... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Vadim Zeitlin | Never restore focus to hidden child. |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Vadim Zeitlin | Allow marking wxTreeBook nodes to expand initially... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Vadim Zeitlin | Make wxEnhMetaFileDC ctor from wxDC explicit. |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Vadim Zeitlin | Fix parsing of negated long options in wxCmdLineParser. |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Vadim Zeitlin | Reset negatable switches correctly in wxCmdLineParser... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Julian Smart | No longer ignores first-line indent if no left indent... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Vadim Zeitlin | Don't use template member function in drawing sample... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Stefan Csomor | fixes redraw problems under OSX, see #13345 |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Vadim Zeitlin | Fix harmless gcc warning about uninitialized mask in... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Vadim Zeitlin | Refresh the old current row when right clicking in... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Vadim Zeitlin | Add wxDataViewEvent::IsEditCancelled() and support... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Vadim Zeitlin | Fix deleting columns in wxGridStringTable with custom... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Vadim Zeitlin | Allow saving the drawing sample canvas to a file or... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Vadim Zeitlin | Added wxGCDC(wxEnhMetaFileDC) ctor too. |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Vadim Zeitlin | Fix keyboard navigation in wxGrid with hidden columns. |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Stefan Csomor | doing WakeUp in osx_carbon differently for the main... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Stefan Csomor | make sure we can issue a WakeUp call that really trigge... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Stefan Csomor | fixing width/height (were negative) thanks to Werner... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Vadim Zeitlin | Fix memory leak in wxPanel::SetBackgroundBirmap() in... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Steve Lamerton | Make callback names consistent |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Steve Lamerton | Use the newer and recommended callback for handling... |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Julian Smart | VC++ 6 fixes |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Julian Smart | Added makefile from Steven |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Václav Slavík | Add support for column header images to wxListCtrl... |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Václav Slavík | Fix wxListCtrlXmlHandler so that it accepts icon with... |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Václav Slavík | Fix wxXmlResourceHandler::GetImageList() to use specifi... |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Václav Slavík | Add check to prevent creation of element wxXmlNodes... |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Stefan Csomor | proper guard for bitmap constructors |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Stefan Csomor | fixing typo |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Vadim Zeitlin | Implement wxRegion::Equal() for wxOSX. |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Vadim Zeitlin | Ensure we don't modify a shared object in wxOSX wxRegio... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Vadim Zeitlin | No real changes, just use AllocExclusive() in wxOSX... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Steve Lamerton | Remove some code that shouldn't be in the interface... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Steve Lamerton | Send correct navigation events when using SetPage on... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Steve Lamerton | Add RunScript and implement on all backends. Document... |
commit | commitdiff | tree | snapshot |
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 |
next |