2006-04-30 |
Włodzimierz Skiba | Warning fixes. |
tree | commitdiff |
2006-04-30 |
Robert Roebling | Applied patch to add n bitmaps at once to an image |
tree | commitdiff |
2006-04-30 |
Robert Roebling | Blindly added wxImageList::replace( int, bitmap,... |
tree | commitdiff |
2006-04-30 |
Robert Roebling | Trying to commit wxDirDialog patch. |
tree | commitdiff |
2006-04-30 |
Włodzimierz Skiba | No more avoiding wxSizer::Fit in wxWinCE builds. |
tree | commitdiff |
2006-04-28 |
Włodzimierz Skiba | Include wx/app.h according to precompiled headers of... |
tree | commitdiff |
2006-04-27 |
Włodzimierz Skiba | Refresh(row) should be RefreshRow(row), otherwise it... |
tree | commitdiff |
2006-04-27 |
Paul Cornett | use stock pens/colors |
tree | commitdiff |
2006-04-26 |
Vadim Zeitlin | fixed unused param warning and code cleanup/simplificat... |
tree | commitdiff |
2006-04-26 |
Robert Roebling | Added wxRenderer method for drawing selection |
tree | commitdiff |
2006-04-26 |
Włodzimierz Skiba | Include wx/log.h according to precompiled headers of... |
tree | commitdiff |
2006-04-26 |
David Surovell | minor cleanup 2 - reformatting |
tree | commitdiff |
2006-04-26 |
Vadim Zeitlin | remove the vertical scrollbar completely if the control... |
tree | commitdiff |
2006-04-26 |
Vadim Zeitlin | don't paint an infinite number of items if the control... |
tree | commitdiff |
2006-04-25 |
Włodzimierz Skiba | Back to previous #include order - wxGTK1 include loop... |
tree | commitdiff |
2006-04-25 |
David Surovell | minor cleanup - reformatting |
tree | commitdiff |
2006-04-25 |
Włodzimierz Skiba | Include wx/intl.h according to precompiled headers... |
tree | commitdiff |
2006-04-25 |
Robert Roebling | Lots of minor visual updates. |
tree | commitdiff |
2006-04-24 |
Robert Roebling | Compile fix |
tree | commitdiff |
2006-04-24 |
Włodzimierz Skiba | wxUSE_NOTEBOOK usage. |
tree | commitdiff |
2006-04-24 |
Robert Roebling | Committed Jaako's renderer patch |
tree | commitdiff |
2006-04-24 |
Robert Roebling | Finished most of the selection/focus handling. |
tree | commitdiff |
2006-04-24 |
Robert Roebling | Lots of selection and focus code. |
tree | commitdiff |
2006-04-24 |
Włodzimierz Skiba | Include wx/string.h according to precompiled headers... |
tree | commitdiff |
2006-04-22 |
Mart Raudsepp | Add #if !WXWIN_COMPATIBILITY_EVENT_TYPES around wxNewEv... |
tree | commitdiff |
2006-04-21 |
Włodzimierz Skiba | Include wx/hash.h according to precompiled headers... |
tree | commitdiff |
2006-04-20 |
David Surovell | fix for prior commit |
tree | commitdiff |
2006-04-20 |
David Surovell | cleanup - reformatting |
tree | commitdiff |
2006-04-20 |
Mart Raudsepp | Typo fixes (precompilatixon) |
tree | commitdiff |
2006-04-20 |
Włodzimierz Skiba | Include wx/list.h according to precompiled headers... |
tree | commitdiff |
2006-04-19 |
David Surovell | cleanup - reformatting |
tree | commitdiff |
2006-04-19 |
Włodzimierz Skiba | Include wx/dynarray.h according to precompiled headers... |
tree | commitdiff |
2006-04-19 |
Robert Roebling | renderer::DrawHeaderButton() seems to need space |
tree | commitdiff |
2006-04-19 |
Robert Roebling | Fix Refresh() problem. |
tree | commitdiff |
2006-04-19 |
Vadim Zeitlin | use wxDC::DrawCheckMark() to draw the checkbox button... |
tree | commitdiff |
2006-04-18 |
Robert Roebling | Added some column width contrl code. |
tree | commitdiff |
2006-04-18 |
Włodzimierz Skiba | Warning fix. |
tree | commitdiff |
2006-04-18 |
Włodzimierz Skiba | Avoid deleting 'const' object. |
tree | commitdiff |
2006-04-18 |
Robert Roebling | Add wxRenderer::DrawCheckButton for use inside |
tree | commitdiff |
2006-04-18 |
Włodzimierz Skiba | wx/wxprec.h already includes wx/defs.h (with other... |
tree | commitdiff |
2006-04-17 |
Vadim Zeitlin | compilation fix for !WX_PRECOMP |
tree | commitdiff |
2006-04-17 |
Vadim Zeitlin | implement Layout() so that sizers work correctly when... |
tree | commitdiff |
2006-04-16 |
Vadim Zeitlin | create stock GDI objects on demand; use const with... |
tree | commitdiff |
2006-04-16 |
Vadim Zeitlin | removed unnecessary (the problem is due to a bug elsewh... |
tree | commitdiff |
2006-04-16 |
Vadim Zeitlin | a tentatively better fix for the problem of patch 14560... |
tree | commitdiff |
2006-04-15 |
Vadim Zeitlin | slight simplification of coords translation code in... |
tree | commitdiff |
2006-04-14 |
Vadim Zeitlin | don't show vertical scrollbar if we don't need it |
tree | commitdiff |
2006-04-14 |
Julian Smart | Spacing tweak |
tree | commitdiff |
2006-04-14 |
Vadim Zeitlin | reverted wxHVScrolledWindow patch (rev 1.19/1.21 of... |
tree | commitdiff |
2006-04-14 |
Julian Smart | Simulated text labels and toggle highlights under buttons |
tree | commitdiff |
2006-04-14 |
Vadim Zeitlin | fixed bug with not taking background colour into accoun... |
tree | commitdiff |
2006-04-14 |
Julian Smart | Implemented Mac-style button toggling within wxButtonTo... |
tree | commitdiff |
2006-04-14 |
Julian Smart | Allow specification of border spacing |
tree | commitdiff |
2006-04-14 |
Václav Slavík | don't show the I-beam cursor over text in wxHtmlListBox |
tree | commitdiff |
2006-04-14 |
Julian Smart | wxButtonToolBar only useful on Mac right now |
tree | commitdiff |
2006-04-14 |
Julian Smart | Steps towards implementing native-style, non-top-level... |
tree | commitdiff |
2006-04-13 |
Václav Slavík | 1. added abstract interface to wxHtmlWindow for use... |
tree | commitdiff |
2006-04-13 |
Włodzimierz Skiba | All book controls shares wxBK_* flags [bug #1469980]. |
tree | commitdiff |
2006-04-13 |
Julian Smart | Compile fix |
tree | commitdiff |
2006-04-13 |
Julian Smart | On screens with restricted space, it's useful to be... |
tree | commitdiff |
2006-04-09 |
Robin Dunn | Use CmdDown in mouse events instead of ControlDown... |
tree | commitdiff |
2006-04-08 |
Robin Dunn | Added missing not operator that was preventing the... |
tree | commitdiff |
2006-04-07 |
David Surovell | cleanup - added whitespace around operators, some blank... |
tree | commitdiff |
2006-04-06 |
Vadim Zeitlin | GetBoundingRect() is supposed to return the logical... |
tree | commitdiff |
2006-04-03 |
David Surovell | minor cleanup - reformatting |
tree | commitdiff |
2006-03-31 |
David Surovell | simplify KeywordSearch; cleanup and reformat |
tree | commitdiff |
2006-03-31 |
Włodzimierz Skiba | Removed every usage of obsolete wxTLW flags. 2.6 compat... |
tree | commitdiff |
2006-03-30 |
Jamie Gadd | Include compatibility guard for int GetItemSpacing... |
tree | commitdiff |
2006-03-30 |
Robert Roebling | Fix previous crashes when scrolling generic version |
tree | commitdiff |
2006-03-30 |
Robert Roebling | Fix wxListCtrl in-place editing (to not crash |
tree | commitdiff |
2006-03-30 |
Włodzimierz Skiba | Better backward compatibility and deprecation markup... |
tree | commitdiff |
2006-03-29 |
Vadim Zeitlin | don't return void values |
tree | commitdiff |
2006-03-28 |
Włodzimierz Skiba | Make wxPASSWORD and wxPROCESS_ENTER really deprecated. |
tree | commitdiff |
2006-03-28 |
Robert Roebling | Apply wxListCtrl patch which fixes some crashes |
tree | commitdiff |
2006-03-27 |
Vadim Zeitlin | use wxLaunchDefaultBrowser by default if no browser... |
tree | commitdiff |
2006-03-27 |
Vadim Zeitlin | renamed m_MapFile into m_helpDir because this is what... |
tree | commitdiff |
2006-03-27 |
Vadim Zeitlin | rewrote wxExtHelpController loading code to use wxFileN... |
tree | commitdiff |
2006-03-27 |
Włodzimierz Skiba | Source and warning cleaning after enabling wxUSE_DATAVI... |
tree | commitdiff |
2006-03-27 |
Włodzimierz Skiba | Final and global PRIOR/NEXT change: keep consistency... |
tree | commitdiff |
2006-03-27 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2006-03-27 |
Vadim Zeitlin | translate tips which appear inside _() in wxFileTipProvider |
tree | commitdiff |
2006-03-24 |
Włodzimierz Skiba | Back to unsigned int count in wxTreeCtrl. |
tree | commitdiff |
2006-03-24 |
Włodzimierz Skiba | Fixed missing usage of x during Layout. |
tree | commitdiff |
2006-03-24 |
Robin Dunn | Make WXK*PRIOR and WXK*NEXT be aliases for WXK*PAGEUP... |
tree | commitdiff |
2006-03-23 |
Julian Smart | Fixes/makefiles for building data view control on Windows |
tree | commitdiff |
2006-03-23 |
Robert Roebling | Take into account cell's own size, not only the |
tree | commitdiff |
2006-03-23 |
Robert Roebling | Implement basic MVC logic (change an item in one |
tree | commitdiff |
2006-03-23 |
Robert Roebling | Make generic wxDataViewCtrl draw its contents. |
tree | commitdiff |
2006-03-23 |
Włodzimierz Skiba | Warning fix. |
tree | commitdiff |
2006-03-22 |
Robert Roebling | Setup notifiers from datamodel to generic |
tree | commitdiff |
2006-03-22 |
Robert Roebling | In the generic version of wxDataViewCtrl, all |
tree | commitdiff |
2006-03-21 |
Robert Roebling | Added windowing and scrolling logic to generic |
tree | commitdiff |
2006-03-21 |
Julian Smart | Fixed a crash when deleting the last timer |
tree | commitdiff |
2006-03-20 |
Robert Roebling | Further compilation fixes. |
tree | commitdiff |
2006-03-20 |
Robert Roebling | Added (yet unfunctional) skeleton files fir |
tree | commitdiff |
2006-03-17 |
Vadim Zeitlin | don't use toupper() with non-ASCII key codes |
tree | commitdiff |
2006-03-13 |
Julian Smart | If we processed a command event, return true, or we... |
tree | commitdiff |
2006-03-12 |
Vadim Zeitlin | don't set cursor coords to (0, 0) which could be invali... |
tree | commitdiff |
2006-03-11 |
Julian Smart | Applied patch [ 1436761 ] wxGrid: Can't enable cell... |
tree | commitdiff |
2006-03-10 |
Robin Dunn | Applied Patch #1424869: Implement wxListCtrl::SetItemCo... |
tree | commitdiff |
next |