2012-02-05 |
Paul Cornett | remove code ifdef-ed on __X__, it is never defined... |
tree | commitdiff |
2012-02-05 |
Vadim Zeitlin | Don't set PAGESETUPDLG::hDevNames and hDevMode when... |
tree | commitdiff |
2012-02-05 |
Vadim Zeitlin | Take void** client data in wxSingleChoiceDialog ctor... |
tree | commitdiff |
2012-02-05 |
Vadim Zeitlin | Preserve focus when window is minimized and restored... |
tree | commitdiff |
2012-02-05 |
Vadim Zeitlin | Ensure that the progress dialog parent is activated... |
tree | commitdiff |
2012-02-05 |
Vadim Zeitlin | No changes, just implement Raise() in wxTopLevelWindow... |
tree | commitdiff |
2012-02-05 |
Vadim Zeitlin | Fix initial state of radio toolbar tools in wxGTK. |
tree | commitdiff |
2012-02-05 |
Vadim Zeitlin | Never refresh controls from EVT_PAINT handler in wxProp... |
tree | commitdiff |
2012-02-03 |
Vadim Zeitlin | Check string length correctly in wxFileSystem::URLToFil... |
tree | commitdiff |
2012-02-03 |
Vadim Zeitlin | Enable callbacks for wxFileSystemWatcher FD under OS X. |
tree | commitdiff |
2012-02-03 |
Vadim Zeitlin | Fix speed regression in wxFileHistory::AddFileToHistory(). |
tree | commitdiff |
2012-02-03 |
Vadim Zeitlin | Fix bug with mouse wheel scrolling wxStyledTextCtrl... |
tree | commitdiff |
2012-02-02 |
Steve Lamerton | Disable navigation sounds in wxWebViewIE. This brings... |
tree | commitdiff |
2012-02-02 |
Vadim Zeitlin | Fix initial wxRadioBox buttons positions in wxMSW. |
tree | commitdiff |
2012-02-02 |
Vadim Zeitlin | Add wxFontDialog ctor not taking wxFontData to wxOSX. |
tree | commitdiff |
2012-02-01 |
Stefan Csomor | should not bring to front upon focussing |
tree | commitdiff |
2012-01-31 |
Vadim Zeitlin | Set the file name for temporary wxFFile objects. |
tree | commitdiff |
2012-01-31 |
Paul Cornett | remove virtual override that just calls base |
tree | commitdiff |
2012-01-31 |
Paul Cornett | implement wxGetMousePosition without using X-specific... |
tree | commitdiff |
2012-01-31 |
Stefan Csomor | guarding Update() on OSX not to be issued faster than... |
tree | commitdiff |
2012-01-31 |
Stefan Csomor | revert to using Update() |
tree | commitdiff |
2012-01-31 |
Stefan Csomor | reenabling an Update where necessary |
tree | commitdiff |
2012-01-31 |
Vadim Zeitlin | Fix wxHTTP::SetPostBuffer() compilation in ANSI build. |
tree | commitdiff |
2012-01-31 |
Paul Cornett | handle theme change which changes window border width |
tree | commitdiff |
2012-01-30 |
Stefan Csomor | attempt to isolate which Update() calls are necessary... |
tree | commitdiff |
2012-01-30 |
Stefan Csomor | always setting the event object to the menu, see #1595 |
tree | commitdiff |
2012-01-30 |
Stefan Csomor | fixing the routing of UpdateUI to the window by just... |
tree | commitdiff |
2012-01-29 |
Paul Cornett | move SetPangoAttrsForFont to wxFont, should have been... |
tree | commitdiff |
2012-01-29 |
Paul Cornett | use GTKSetPangoAttrs in wxCairoContext |
tree | commitdiff |
2012-01-29 |
Paul Cornett | move Pango underline workaround into wxFont::GTKSetPang... |
tree | commitdiff |
2012-01-29 |
Paul Cornett | move SetPangoAttrsForFont to wxFont |
tree | commitdiff |
2012-01-28 |
Stefan Csomor | use translatable strings as format template for menu... |
tree | commitdiff |
2012-01-25 |
Julian Smart | Added further API for intercepting deletion and content... |
tree | commitdiff |
2012-01-25 |
Stefan Csomor | structure code to Cocoa's possibilities, allows tool... |
tree | commitdiff |
2012-01-25 |
Vadim Zeitlin | Fix return value of wxMBConvUTF8::FromWChar(). |
tree | commitdiff |
2012-01-25 |
Vadim Zeitlin | Update wxCommandProcessor after saving wxDocument. |
tree | commitdiff |
2012-01-25 |
Vadim Zeitlin | Fix wxCommandProcessor::IsDirty() result after undoing... |
tree | commitdiff |
2012-01-25 |
Vadim Zeitlin | Don't compare invalid iterators in wxCommandProcessor... |
tree | commitdiff |
2012-01-25 |
Vadim Zeitlin | Minor fixes to wxDataViewCtrl::HitTest() in wxGTK. |
tree | commitdiff |
2012-01-25 |
Vadim Zeitlin | Set the initial size of the expanded ribbon panel corre... |
tree | commitdiff |
2012-01-24 |
Vadim Zeitlin | Fix setting frame icon when using non-standard icon... |
tree | commitdiff |
2012-01-24 |
Vadim Zeitlin | Append all items at once during wxChoice creation in... |
tree | commitdiff |
2012-01-24 |
Paul Cornett | add strike-through font support to wxGraphicsContext... |
tree | commitdiff |
2012-01-23 |
Stefan Csomor | adding missing stubs |
tree | commitdiff |
2012-01-23 |
Vadim Zeitlin | Fix wxButtonToolBar compilation after adding new wxFont... |
tree | commitdiff |
2012-01-23 |
Vadim Zeitlin | Add a property to configure file property dialog kind. |
tree | commitdiff |
2012-01-23 |
Vadim Zeitlin | Fix wxTextAttr::m_fontStrikethrough initialization. |
tree | commitdiff |
2012-01-23 |
Vadim Zeitlin | Add support for stricken-through fonts. |
tree | commitdiff |
2012-01-23 |
Vadim Zeitlin | Add wxFont ctor taking a single flags argument instead... |
tree | commitdiff |
2012-01-23 |
Vadim Zeitlin | Fix wxAffineMatrix2D::Translate() to multiply on the... |
tree | commitdiff |
2012-01-23 |
Vadim Zeitlin | Fix incorrect scroll positions used in SetScrollbars(). |
tree | commitdiff |
2012-01-23 |
Vadim Zeitlin | Fix incorrect cast resulting in a warning in wxMSW... |
tree | commitdiff |
2012-01-23 |
Vadim Zeitlin | Avoid warnings about mismatched format string in wxMSW... |
tree | commitdiff |
2012-01-23 |
Stefan Csomor | using existing member |
tree | commitdiff |
2012-01-22 |
Stefan Neis | Fixed typo in variable name, fixing #13872. |
tree | commitdiff |
2012-01-21 |
Vadim Zeitlin | Fix reparenting generic wxSpinCtrl. |
tree | commitdiff |
2012-01-20 |
Vadim Zeitlin | Fix time zone in wxDateTime::UNow(). |
tree | commitdiff |
2012-01-20 |
Vadim Zeitlin | Add error checking when retrieving client data from... |
tree | commitdiff |
2012-01-20 |
Vadim Zeitlin | Check that an error really occurred when getting wxChoi... |
tree | commitdiff |
2012-01-20 |
Vadim Zeitlin | Destroy modeless wxGenericAboutDialog when it is closed. |
tree | commitdiff |
2012-01-20 |
Dimitri Schoolwerth | Removed ellipsis from "About..." occurrences. |
tree | commitdiff |
2012-01-20 |
Vadim Zeitlin | Reset next wxMenu event handler in wxUniv when detachin... |
tree | commitdiff |
2012-01-20 |
Vadim Zeitlin | Try to avoid truncation of the message in wxMSW wxMessa... |
tree | commitdiff |
2012-01-20 |
Vadim Zeitlin | Add SetPostBuffer(wxMemoryBuffer) and SetPostText(... |
tree | commitdiff |
2012-01-19 |
Stefan Csomor | adapting to new raw_control |
tree | commitdiff |
2012-01-19 |
Stefan Csomor | fixing m_axe access indices |
tree | commitdiff |
2012-01-19 |
Stefan Csomor | guard against invalid color ref |
tree | commitdiff |
2012-01-19 |
Stefan Csomor | solving include order problems for stl and xti |
tree | commitdiff |
2012-01-19 |
Stefan Csomor | use better backward compatibility for menu_open, don... |
tree | commitdiff |
2012-01-19 |
Stefan Csomor | guard against invalid color ref |
tree | commitdiff |
2012-01-19 |
Stefan Csomor | solving include order problems for stl and xti |
tree | commitdiff |
2012-01-18 |
Vadim Zeitlin | Skip EVT_RIGHT_UP event in wxHtmlWindow if it wasn... |
tree | commitdiff |
2012-01-18 |
Vadim Zeitlin | Avoid needless second string conversion when adding... |
tree | commitdiff |
2012-01-18 |
Dimitri Schoolwerth | Synchronised svn:eol-style and svn:executable propertie... |
tree | commitdiff |
2012-01-18 |
Dimitri Schoolwerth | merged libpng 1.5.7 to trunk |
tree | commitdiff |
2012-01-18 |
Stefan Csomor | fixing RTTI |
tree | commitdiff |
2012-01-18 |
Vadim Zeitlin | No changes, just minor wxMSW code cleanup: use WinStruct<>. |
tree | commitdiff |
2012-01-17 |
Stefan Csomor | missing commit, see #10269 |
tree | commitdiff |
2012-01-17 |
Julian Smart | Added drawing context to allow 'virtual' (dynamic)... |
tree | commitdiff |
2012-01-17 |
Václav Slavík | Replace wxDataViewCtrl::StartEditor() with EditItem(). |
tree | commitdiff |
2012-01-17 |
Václav Slavík | Removed unused, wrong wxDataViewCtrl code. |
tree | commitdiff |
2012-01-17 |
Václav Slavík | Add wxDataViewCtrl::GetCurrentColumn(). |
tree | commitdiff |
2012-01-17 |
Julian Smart | Support for undoable application of custom properties... |
tree | commitdiff |
2012-01-17 |
Dimitri Schoolwerth | Fixed keyboard navigation in generic tree control. |
tree | commitdiff |
2012-01-16 |
Vadim Zeitlin | Only return the requested data from generic wxListCtrl... |
tree | commitdiff |
2012-01-16 |
Vadim Zeitlin | Set all event fields correctly for drag events in gener... |
tree | commitdiff |
2012-01-15 |
Steve Lamerton | Implement IDocHostUIHandler in wxWebViewIE to improve... |
tree | commitdiff |
2012-01-15 |
Steve Lamerton | Add wxActiveXContainer::QueryClientSiteInterface to... |
tree | commitdiff |
2012-01-15 |
Julian Smart | Added min and max size to box attributes; made property... |
tree | commitdiff |
2012-01-15 |
Václav Slavík | Don't crash if XRC file contains '_' at the end of... |
tree | commitdiff |
2012-01-15 |
Stefan Csomor | native maxlength support, fixes #10269 (for osx_cocoa) |
tree | commitdiff |
2012-01-15 |
Stefan Csomor | removing duplicated method, wiring native maxlength... |
tree | commitdiff |
2012-01-15 |
Vadim Zeitlin | Remove wxMGL port. |
tree | commitdiff |
2012-01-15 |
Vadim Zeitlin | Implement wxMenuBar::EnableTop() for wxMSW and wxGTK. |
tree | commitdiff |
2012-01-15 |
Stefan Csomor | patch applied with thanks, fixes #13865 |
tree | commitdiff |
2012-01-15 |
Vadim Zeitlin | Remove Palm OS port. |
tree | commitdiff |
2012-01-15 |
Vadim Zeitlin | Correct wrong checks for wxUSE_OWNER_DRAWN. |
tree | commitdiff |
2012-01-14 |
Paul Cornett | in addition to key events, also prevent unhandled mouse... |
tree | commitdiff |
2012-01-14 |
Vadim Zeitlin | Fix the size of the font returned from wxTextCtrl:... |
tree | commitdiff |
2012-01-14 |
Vadim Zeitlin | Update wxNotebook selection when user changes the page... |
tree | commitdiff |
next |