2012-02-15 |
Vadim Zeitlin | Document wxFTP::TransferMode enum in the correct scope. |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Vadim Zeitlin | Document wxGB{Position,Size}::operator!=(), remove... |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Vadim Zeitlin | Remove documentation of non-existent wxFontMapper:... |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Vadim Zeitlin | Document Mac-only wxFileName methods as being Mac-only. |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Vadim Zeitlin | Document wxFileType::MessageParameters class. |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Vadim Zeitlin | Fix wrong type of wild card parameter in wxFileCtrl... |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Vadim Zeitlin | Make wxDragImage ctors taking hot spot point really... |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Vadim Zeitlin | Document wxDocManager::CreatePreviewFrame() as being... |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Vadim Zeitlin | Don't document private event handlers in doc/view frame... |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Vadim Zeitlin | Mention __WIN64__ in the preprocessor defines documenta... |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Vadim Zeitlin | Remove the mention of non-existing wxPrintf_l() from... |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Stefan Csomor | adding missing initializer to raw_control, fixes #13963 |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Stefan Csomor | adapting comparison to raw_control, see #13963 |
commit | commitdiff | tree | snapshot |
2012-02-12 |
Vadim Zeitlin | Don't document deprecated wxComboCtrl::SetValueWithEvent(). |
commit | commitdiff | tree | snapshot |
2012-02-12 |
Vadim Zeitlin | Implement wxDV_ROW_LINES for generic wxDataViewCtrl. |
commit | commitdiff | tree | snapshot |
2012-02-12 |
Vadim Zeitlin | Don't use deprecated wxDataViewCtrl::StartEditor()... |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Robin Dunn | remove some wxPython-only methods that were accidentall... |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Paul Cornett | remove wxGraphicsContext dependency for transparent... |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Vadim Zeitlin | Document wxDateTime::GregorianAdoption enum and TimeZon... |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Vadim Zeitlin | Fix "wxEmptyStr" typo in wxChoicebook and wxToolbook... |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Vadim Zeitlin | Implement wxBG_STYLE_TRANSPARENT support for wxGTK. |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Vadim Zeitlin | Update marks in non-current months shown in wxMSW wxCal... |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Vadim Zeitlin | Set marks used in wxMSW wxCalendarCtrl unconditionally. |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Vadim Zeitlin | Also add wxNativeFontInfo::SetStrikethrough() stub... |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Vadim Zeitlin | Added a test for wxUSE_DATAOBJ to wxDFB which doesn... |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Vadim Zeitlin | Fix compilation ofr ports without native font info... |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Vadim Zeitlin | Add stubs for wxNativeFontInfo::{Get,Set}Strikethrough... |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Robin Dunn | Don't include the terminating NUL |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Vadim Zeitlin | Fix wxHash{Set,Map} compilation with g++ 4.7 in C+... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Vadim Zeitlin | Document MSW-only wxEVT_MOVING event. |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Vadim Zeitlin | Fix typo in wxSlider XRC format documentation. |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Vadim Zeitlin | Fix wrong signature of wxBitmap(bits) ctor in the docum... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Vadim Zeitlin | Restrict button size restrictions documentation to... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Vadim Zeitlin | Document that wxStandardPaths::GetUserConfigDir() doesn... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Vadim Zeitlin | Use wxSTC_INVALID_POSITION in wxStyledTextCtrl document... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Vadim Zeitlin | Document wxAUI_NB_MIDDLE_CLICK_CLOSE. |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Robin Dunn | Interface fixes changing fiction into truth. |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Robin Dunn | Following the theory that something lame is better... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Robin Dunn | Add an empty implementation of the OSXGenerateEvent... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Robin Dunn | Don't assume that XCode is in /Developer. Use "xcode... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Robin Dunn | use buf.length() instead of strlen() |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Robin Dunn | Add length parameter to AddTextRaw and AppendTextRaw... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Vadim Zeitlin | Avoid CRT deprecation warnings for MSVC build using... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Vadim Zeitlin | Rebake all project files to reflect MSVC deprecation... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Stefan Csomor | forwarding mouse moved events to the view under the... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Vadim Zeitlin | Fix wxAboutDialogInfo::GetName() return type in the... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Vadim Zeitlin | Fix infinite loop in wxHtmlEasyPrinting page break... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Vadim Zeitlin | No real changes, just pass const wxArrayInt to wxHtmlCe... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Jouk Jansen | Update setup for OpenVMS to make wxX11 work again |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Vadim Zeitlin | Return NULL from wxAuiNotebook::GetCurrentPage() if... |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Vadim Zeitlin | Fix typo in an event type constant in wxTreeListCtrl... |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Vadim Zeitlin | Fix handling of positional parameters in wxPrintf(... |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Stefan Neis | Reverted bogus fix for bogus bug report #13402. |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Stefan Neis | Mark unused parameter as such, fixes #13402. |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Paul Cornett | remove code ifdef-ed on __X__, it is never defined... |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Vadim Zeitlin | Don't set PAGESETUPDLG::hDevNames and hDevMode when... |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Vadim Zeitlin | Fix huge performance problem in wxStdInputStream when... |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Vadim Zeitlin | Take void** client data in wxSingleChoiceDialog ctor... |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Vadim Zeitlin | Preserve focus when window is minimized and restored... |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Vadim Zeitlin | Ensure that the progress dialog parent is activated... |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Vadim Zeitlin | No changes, just implement Raise() in wxTopLevelWindow... |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Vadim Zeitlin | Fix initial state of radio toolbar tools in wxGTK. |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Vadim Zeitlin | Never refresh controls from EVT_PAINT handler in wxProp... |
commit | commitdiff | tree | snapshot |
2012-02-04 |
Vadim Zeitlin | Fix the URL generated by Doxygen @sampledir macro. |
commit | commitdiff | tree | snapshot |
2012-02-04 |
Vadim Zeitlin | Document wxNO_3D as being obsolete. |
commit | commitdiff | tree | snapshot |
2012-02-03 |
Vadim Zeitlin | Fix typo in EVT_TREE_END_LABEL_EDIT documentation. |
commit | commitdiff | tree | snapshot |
2012-02-03 |
Vadim Zeitlin | Check string length correctly in wxFileSystem::URLToFil... |
commit | commitdiff | tree | snapshot |
2012-02-03 |
Vadim Zeitlin | Enable callbacks for wxFileSystemWatcher FD under OS X. |
commit | commitdiff | tree | snapshot |
2012-02-03 |
Vadim Zeitlin | Fix speed regression in wxFileHistory::AddFileToHistory(). |
commit | commitdiff | tree | snapshot |
2012-02-03 |
Vadim Zeitlin | Turkish translations update from Kaya Zeren. |
commit | commitdiff | tree | snapshot |
2012-02-03 |
Vadim Zeitlin | Fix the type of global font constants in the documentation. |
commit | commitdiff | tree | snapshot |
2012-02-03 |
Vadim Zeitlin | Fix bug with mouse wheel scrolling wxStyledTextCtrl... |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Steve Lamerton | Disable navigation sounds in wxWebViewIE. This brings... |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Vadim Zeitlin | Fix initial wxRadioBox buttons positions in wxMSW. |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Vadim Zeitlin | Add wxFontDialog ctor not taking wxFontData to wxOSX. |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Vadim Zeitlin | Fix wxDataViewCtrl::GetItemRect() signature in wxOSX... |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Stefan Csomor | should not bring to front upon focussing |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Vadim Zeitlin | Remove duplicate wxPoint2DInt operator declarations. |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Vadim Zeitlin | Set the file name for temporary wxFFile objects. |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Vadim Zeitlin | Document wxFFile::GetName(). |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Paul Cornett | remove virtual override that just calls base |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Paul Cornett | implement wxGetMousePosition without using X-specific... |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Stefan Csomor | guarding Update() on OSX not to be issued faster than... |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Stefan Csomor | revert to using Update() |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Stefan Csomor | reenabling an Update where necessary |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Vadim Zeitlin | Fix wxHTTP::SetPostBuffer() compilation in ANSI build. |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Vadim Zeitlin | Don't document wxVector<>::reverse_iterator. |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Vadim Zeitlin | Remove dummy Lithuanian translations. |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Paul Cornett | handle theme change which changes window border width |
commit | commitdiff | tree | snapshot |
2012-01-30 |
Stefan Csomor | attempt to isolate which Update() calls are necessary... |
commit | commitdiff | tree | snapshot |
2012-01-30 |
Stefan Csomor | always setting the event object to the menu, see #1595 |
commit | commitdiff | tree | snapshot |
2012-01-30 |
Stefan Csomor | fixing the routing of UpdateUI to the window by just... |
commit | commitdiff | tree | snapshot |
2012-01-29 |
Paul Cornett | move SetPangoAttrsForFont to wxFont, should have been... |
commit | commitdiff | tree | snapshot |
2012-01-29 |
Paul Cornett | use GTKSetPangoAttrs in wxCairoContext |
commit | commitdiff | tree | snapshot |
2012-01-29 |
Paul Cornett | move Pango underline workaround into wxFont::GTKSetPang... |
commit | commitdiff | tree | snapshot |
2012-01-29 |
Paul Cornett | move SetPangoAttrsForFont to wxFont |
commit | commitdiff | tree | snapshot |
2012-01-28 |
Stefan Csomor | use translatable strings as format template for menu... |
commit | commitdiff | tree | snapshot |
2012-01-28 |
Stefan Csomor | adding OSX to the platforms which do the ui update... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Julian Smart | Added further API for intercepting deletion and content... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Stefan Csomor | structure code to Cocoa's possibilities, allows tool... |
commit | commitdiff | tree | snapshot |
next |