2009-10-24 |
Vadim Zeitlin | Add wxDataViewListModel base class for list models. |
tree | commitdiff |
2009-10-24 |
Vadim Zeitlin | Create model and column in wxDataViewTreeCtrl::Create... |
tree | commitdiff |
2009-10-24 |
Vadim Zeitlin | No real changes, just make wxDataViewCtrl::Init() priva... |
tree | commitdiff |
2009-10-24 |
Stefan Csomor | support for auto-rotate on iphone |
tree | commitdiff |
2009-10-24 |
Stefan Csomor | switching to explicit flush mode, otherwise clientdc... |
tree | commitdiff |
2009-10-24 |
Vadim Zeitlin | Don't show anything in the cells which should be empty... |
tree | commitdiff |
2009-10-23 |
Vadim Zeitlin | Use virtual functions to convert NSObject to the correc... |
tree | commitdiff |
2009-10-23 |
Vadim Zeitlin | Add wxDataViewModel::ChangeValue() and use it in wxDVC... |
tree | commitdiff |
2009-10-22 |
Vadim Zeitlin | Compilation fix for PCH-less OS X build after wxFSW... |
tree | commitdiff |
2009-10-22 |
Vadim Zeitlin | Refactor wxEventLoopSource-related code. |
tree | commitdiff |
2009-10-22 |
Vadim Zeitlin | Merge SOC2009_FSWATCHER branch into trunk. |
tree | commitdiff |
2009-10-22 |
Vadim Zeitlin | Fix UseUintMax definition used by wxAny for VC6. |
tree | commitdiff |
2009-10-21 |
Jaakko Salli | Move in-cell property expander buttons slightly to... |
tree | commitdiff |
2009-10-17 |
Paul Cornett | derive wxMask from wxMaskBase |
tree | commitdiff |
2009-10-17 |
Vadim Zeitlin | Update column order in MSW native wxHeaderCtrl after... |
tree | commitdiff |
2009-10-17 |
Vadim Zeitlin | Rewrite handling cell value changes in wxOSX/Cocoa... |
tree | commitdiff |
2009-10-17 |
Vadim Zeitlin | No changes, just attempts to make the code more readable. |
tree | commitdiff |
2009-10-17 |
Vadim Zeitlin | Fix crash when editing wxDVC items in place in wxOSX... |
tree | commitdiff |
2009-10-16 |
Vadim Zeitlin | Add ellipsization support to wxDataViewCtrl. |
tree | commitdiff |
2009-10-16 |
Vadim Zeitlin | Rename wxEllipsizeFlags elements to avoid confusion... |
tree | commitdiff |
2009-10-16 |
Vadim Zeitlin | Improve wxCollapsiblePane appearance under OS X. |
tree | commitdiff |
2009-10-16 |
Vadim Zeitlin | Don't use sunken border for the list control in log... |
tree | commitdiff |
2009-10-16 |
Vadim Zeitlin | Make assert in wxMSW wxListCtrl::InsertItem() more... |
tree | commitdiff |
2009-10-16 |
Vadim Zeitlin | Implement icon text column using native GTK renderers... |
tree | commitdiff |
2009-10-15 |
Vadim Zeitlin | Correct cell alignment computation for too small column... |
tree | commitdiff |
2009-10-15 |
Vadim Zeitlin | Use correct colour for selected items in generic wxDVC. |
tree | commitdiff |
2009-10-15 |
Jaakko Salli | Changed 'bool recursively' to 'int flags' argument... |
tree | commitdiff |
2009-10-15 |
Jaakko Salli | Fixed regression: wxPropertyGrid caption selection... |
tree | commitdiff |
2009-10-15 |
Jaakko Salli | Added wxPGCell::SetFont() and GetFont(); Documented... |
tree | commitdiff |
2009-10-14 |
Vadim Zeitlin | Suppress harmless warning about unhandled wxSHOW_EFFECT... |
tree | commitdiff |
2009-10-14 |
Jaakko Salli | Fixed bug: wxPropertyGrid::Thaw() should no longer... |
tree | commitdiff |
2009-10-14 |
Vadim Zeitlin | Fixes to comparison operators for wxDVC classes. |
tree | commitdiff |
2009-10-14 |
Vadim Zeitlin | Fix harmless unused variable warning in wxPropertyGrid... |
tree | commitdiff |
2009-10-13 |
Paul Cornett | Make m_idleMutex an object instead of a pointer. Use... |
tree | commitdiff |
2009-10-12 |
Vadim Zeitlin | Fix conversion from wxColour to NSColor in wxOSX/Cocoa... |
tree | commitdiff |
2009-10-12 |
Vadim Zeitlin | Implement attributes support in generic wxDataViewIconT... |
tree | commitdiff |
2009-10-12 |
Vadim Zeitlin | Make generic wxDataViewProgressRenderer fill the entire... |
tree | commitdiff |
2009-10-12 |
Vadim Zeitlin | Handle cell alignment in the renderer itself in generic... |
tree | commitdiff |
2009-10-12 |
Vadim Zeitlin | Correct bug with items without attributes in wxGTK... |
tree | commitdiff |
2009-10-12 |
Vadim Zeitlin | No real changes, just minor cleanup in wxGTK wxDVC. |
tree | commitdiff |
2009-10-12 |
Vadim Zeitlin | Fix display of items without attributes in Cocoa wxDVC. |
tree | commitdiff |
2009-10-12 |
Vadim Zeitlin | No real changes, just clean up wxCustomRendererObject... |
tree | commitdiff |
2009-10-12 |
Vadim Zeitlin | Use Cocoa methods instead of wx ones in wxDVC font... |
tree | commitdiff |
2009-10-12 |
Vadim Zeitlin | Add support for cell attributes to wxDVC in wxOSX/Cocoa. |
tree | commitdiff |
2009-10-12 |
Vadim Zeitlin | No real changes, just minor cleanup in Cocoa wxDataView... |
tree | commitdiff |
2009-10-12 |
Vadim Zeitlin | Remove wxDataViewTextRendererAttr by merging it with... |
tree | commitdiff |
2009-10-12 |
Jouk Jansen | add more samples to the compile cascade for OpenVMS |
tree | commitdiff |
2009-10-11 |
Jaakko Salli | Have page-specific splitter setup flags in order to... |
tree | commitdiff |
2009-10-11 |
Jaakko Salli | Code cleanup and clarification |
tree | commitdiff |
2009-10-11 |
Jaakko Salli | Fixed post-expand/collapse rendering |
tree | commitdiff |
2009-10-11 |
Jaakko Salli | Fixed wxPropertyGrid empty space rendering |
tree | commitdiff |
2009-10-10 |
Vadim Zeitlin | Compilation fix for STL build. |
tree | commitdiff |
2009-10-10 |
Vadim Zeitlin | Don't use vendor name by default in wxStandardPaths. |
tree | commitdiff |
2009-10-10 |
Julian Smart | Set the initial size |
tree | commitdiff |
2009-10-10 |
Jaakko Salli | Removed intermediate wxPanel from wxPropertyGrid. |
tree | commitdiff |
2009-10-09 |
Stefan Csomor | avoiding deprecated methods in wx code, avoiding for... |
tree | commitdiff |
2009-10-09 |
Vadim Zeitlin | Compilation fix for PCH-less compilation. |
tree | commitdiff |
2009-10-09 |
Vadim Zeitlin | Append default extension before showing file save dialo... |
tree | commitdiff |
2009-10-09 |
Vadim Zeitlin | Don't add default extension in wxDocument::SaveAs(). |
tree | commitdiff |
2009-10-09 |
Vadim Zeitlin | Removed wxFont::Set/GetNoAntiAliasing() implementations. |
tree | commitdiff |
2009-10-09 |
Stefan Csomor | moving bitmapbutton functionality up to button for OSX |
tree | commitdiff |
2009-10-09 |
Julian Smart | Revert a workaround for Windows native border side... |
tree | commitdiff |
2009-10-09 |
Stefan Csomor | removing unneeded file |
tree | commitdiff |
2009-10-08 |
Vadim Zeitlin | No real changes, just fix a syntax error in unused... |
tree | commitdiff |
2009-10-08 |
Vadim Zeitlin | Fix mismatched new/free in generic Region code. |
tree | commitdiff |
2009-10-08 |
Vadim Zeitlin | Also support fonts in wxTextCtrl::GetStyle() in wxGTK. |
tree | commitdiff |
2009-10-08 |
Vadim Zeitlin | Add a WX_APPNAME_DATA_DIR hack for wxStandardPaths... |
tree | commitdiff |
2009-10-08 |
Stefan Csomor | implementing rollover and pressed image for bitmapbutto... |
tree | commitdiff |
2009-10-08 |
Jaakko Salli | Fixed regression: in wxPropertyGrid::PerformValidation... |
tree | commitdiff |
2009-10-08 |
Jouk Jansen | OpenVMS : add compile support for debugrpt sample |
tree | commitdiff |
2009-10-08 |
Stefan Csomor | fixing typo |
tree | commitdiff |
2009-10-08 |
Paul Cornett | remove requested button rather than last one, return... |
tree | commitdiff |
2009-10-08 |
Kevin Ollivier | Make sure all Bakefile formats that use CRLF line feeds... |
tree | commitdiff |
2009-10-07 |
Vadim Zeitlin | Compilation fix for PCH-less in wxInfoBar. |
tree | commitdiff |
2009-10-07 |
Stefan Csomor | fixing gdiplus implementation, see #11282 |
tree | commitdiff |
2009-10-06 |
Jouk Jansen | adding dataview sample to OpenVMS make cascade |
tree | commitdiff |
2009-10-06 |
Jouk Jansen | OpenVMS compile support : adding more samples for wxGTK |
tree | commitdiff |
2009-10-06 |
Vadim Zeitlin | Compilation fix for VC6 in wxInfoBarGeneric code. |
tree | commitdiff |
2009-10-06 |
Jouk Jansen | Adding regex support for wxMOTIF for OpenVMS |
tree | commitdiff |
2009-10-06 |
Stefan Csomor | use better background color |
tree | commitdiff |
2009-10-06 |
Vadim Zeitlin | Create an NSAutoreleasePool in wxMacWakeUp(). |
tree | commitdiff |
2009-10-06 |
Vadim Zeitlin | Ensure that an event loop exists in ShowViewOrWindowWit... |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Refactor initialization code in wxTopLevelWindowMSW... |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Don't use the current size in DoGetBestSize() by default. |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Make wxWindow::ShowWithEffect() synchronous under wxOSX... |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Implement wxWindow::ShowWithEffect() for wxOSX/Cocoa. |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Determine the appropriate show effect automatically... |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Remove the hack with changing the parent background... |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Implement DrawTitleBarBitmap() for OS X using hard... |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Return smaller images for wxART_MENU/BUTTON under OS X. |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Use wxART_BUTTON instead of wxART_MENU for info bar... |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Make info bar buttons smaller. |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Use wxRendererNative::DrawTitleBarBitmap() for info... |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Added wxRendererNative::DrawTitleBarBitmap(). |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Replaced GraphicsHDC from src/msw/renderer.cpp with... |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Refactor wxRendererXP button drawing methods. |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Implement wxRenderer::DrawRadioBitmap() for classic... |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Don't use possibly uninitialized pen in wxMSWDCImpl. |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Ensure that info bar message uses the set font/colours... |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | No real changes, just inline wxSuspendStyleEvents. |
tree | commitdiff |
next |