2004-09-30 |
Václav Slavík | moved wxWindow::GetBestSize implementation into DoGetBe... |
tree | commitdiff |
2004-09-29 |
Vadim Zeitlin | more 64 bit correctness fixes |
tree | commitdiff |
2004-09-28 |
Ryan Norton | remove unfinished impl |
tree | commitdiff |
2004-09-27 |
Ryan Norton | generic (will comment on list later about was does... |
tree | commitdiff |
2004-09-26 |
Stefan Csomor | clipping for wxMac cleaned up |
tree | commitdiff |
2004-09-16 |
Vadim Zeitlin | smoother time estimation updates in wxProgressDialog... |
tree | commitdiff |
2004-09-14 |
Vadim Zeitlin | allow to use any window, not just wxFrame, as wxLogFram... |
tree | commitdiff |
2004-09-09 |
Włodzimierz Skiba | Correct positioning of the entry text dialog. |
tree | commitdiff |
2004-09-03 |
Robin Dunn | Since it is documented, changed GetOrCreateCellAttr... |
tree | commitdiff |
2004-08-25 |
Robin Dunn | Patch from Jed Burgess that optionally allows the grid... |
tree | commitdiff |
2004-08-25 |
Robin Dunn | give the generic tree and list controls a DoGetBestSize |
tree | commitdiff |
2004-07-25 |
Vadim Zeitlin | update the caret bitmap size in EVT_SIZE (patch 990361) |
tree | commitdiff |
2004-07-22 |
Václav Slavík | use sizers instead of constraints in wxProgressDialog... |
tree | commitdiff |
2004-07-20 |
Włodzimierz Skiba | wxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord. |
tree | commitdiff |
2004-06-30 |
Robin Dunn | Layout fixes due to measuring with the wrong font.... |
tree | commitdiff |
2004-06-23 |
Václav Slavík | no need to update default colours and refresh if syscol... |
tree | commitdiff |
2004-06-19 |
Václav Slavík | don't explicitly set font and bg colour |
tree | commitdiff |
2004-06-17 |
Włodzimierz Skiba | Separation of wxUSE_FILEDLG and wxUSE_DIRDLG in generic... |
tree | commitdiff |
2004-06-17 |
Włodzimierz Skiba | Code cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi... |
tree | commitdiff |
2004-06-16 |
Václav Slavík | WXDLLEXPORT correction |
tree | commitdiff |
2004-06-15 |
Włodzimierz Skiba | wxParseWildcard added instead of methods hidden under... |
tree | commitdiff |
2004-06-13 |
Julian Smart | Added event table macros to wxGrid that take window... |
tree | commitdiff |
2004-06-12 |
Dimitri Schoolwerth | removed SetAutoLayout(true) calls when a corresponding... |
tree | commitdiff |
2004-06-04 |
Václav Slavík | cleared junk |
tree | commitdiff |
2004-05-23 |
Julian Smart | Use old licence name |
tree | commitdiff |
2004-05-23 |
Julian Smart | Name and version changes |
tree | commitdiff |
2004-05-10 |
Robin Dunn | Avoid duplicated definition errors for wxLongToLongHash... |
tree | commitdiff |
2004-05-06 |
Robin Dunn | Use wxVisualAttributes (partially #if'd out until teste... |
tree | commitdiff |
2004-04-20 |
Vadim Zeitlin | made Update() virtual |
tree | commitdiff |
2004-04-16 |
Vadim Zeitlin | GetChildrenCount() should be const |
tree | commitdiff |
2004-04-13 |
David Elliott | Added wxRegionGeneric and wxRegionIteratorGeneric using... |
tree | commitdiff |
2004-04-07 |
Robin Dunn | wxStatusBarGeneric::DoGetBestSize |
tree | commitdiff |
2004-03-30 |
Vadim Zeitlin | implemented Freeze/Thaw() (patch 922156) |
tree | commitdiff |
2004-03-28 |
Vadim Zeitlin | removed Win16 code (patch 905241), last version with... |
tree | commitdiff |
2004-03-25 |
Julian Smart | Added UpdateSize to wxSplitterWindow, to allow an app |
tree | commitdiff |
2004-03-07 |
Julian Smart | Improved wxTreeCtrl tooltip processing performance... |
tree | commitdiff |
2004-03-05 |
Robin Dunn | Changed CanApplyParentThemeBackground to ApplyParentThe... |
tree | commitdiff |
2004-03-04 |
Robin Dunn | Delay checking for the requested sash position until... |
tree | commitdiff |
2004-03-04 |
Robin Dunn | Added CanApplyParentThemeBackground and use it in wxMSW's |
tree | commitdiff |
2004-03-01 |
Robert Roebling | Applied patch for generic file dialog Show() |
tree | commitdiff |
2004-02-29 |
Vadim Zeitlin | renamed start parameter of wxDC::DrawPolyPolygon()... |
tree | commitdiff |
2004-02-29 |
Vadim Zeitlin | use HasFlag() and InXXX() instead of explicit flag... |
tree | commitdiff |
2004-02-29 |
Mattia Barbon | Added wxRTTI information to wxNumberEntryDialog. |
tree | commitdiff |
2004-02-25 |
Julian Smart | Applied patch [ 903619 ] Win64 and Itanium support |
tree | commitdiff |
2004-02-16 |
Robert Roebling | Added better visual feedback for tree control |
tree | commitdiff |
2004-02-10 |
Vadim Zeitlin | allow generating PS on an output stream and not only... |
tree | commitdiff |
2004-02-10 |
Vadim Zeitlin | use static_cast<> in event table macros for type safety... |
tree | commitdiff |
2004-02-10 |
Vadim Zeitlin | implemented SelectItem(item, bool); UnselectItem()... |
tree | commitdiff |
2004-02-07 |
Vadim Zeitlin | added wxDC::DrawPolyPolygon() (patch 882189) |
tree | commitdiff |
2004-02-07 |
Vadim Zeitlin | made wxNumberEntryDialog public; extracted it and wxGet... |
tree | commitdiff |
2004-02-07 |
Vadim Zeitlin | fix for memory leaks (patch 885242) |
tree | commitdiff |
2004-01-31 |
Mattia Barbon | Added some missing STL-like wxArray/wxArrayString... |
tree | commitdiff |
2004-01-22 |
David Elliott | Unicode build fixes |
tree | commitdiff |
2004-01-19 |
Julian Smart | Added back constructor implementations |
tree | commitdiff |
2004-01-15 |
Julian Smart | Reverted patch [ 832096 ] Final separation for GUI... |
tree | commitdiff |
2004-01-11 |
Julian Smart | Applied patch [ 832096 ] Final separation for GUI and... |
tree | commitdiff |
2003-12-11 |
Julian Smart | Applied [ 827600 ] wxCalendarCtrl missing public |
tree | commitdiff |
2003-11-06 |
David Elliott | Replaced all occurences of id with winid for Objective... |
tree | commitdiff |
2003-11-02 |
Mattia Barbon | Updated not to use deprecated wxList methods. |
tree | commitdiff |
2003-10-27 |
David Elliott | Changed all symbols with the name "id" to "winid" to... |
tree | commitdiff |
2003-10-27 |
David Elliott | Changed all symbols with the name "id" to "winid" to... |
tree | commitdiff |
2003-10-27 |
David Elliott | Changed all symbols with the name "id" to "timerid... |
tree | commitdiff |
2003-10-16 |
Vadim Zeitlin | added ShouldInheritColours() |
tree | commitdiff |
2003-09-19 |
Vadim Zeitlin | (blind) compilation fix after recent KeywordSearch... |
tree | commitdiff |
2003-09-18 |
Julian Smart | Applied patch [ 808050 ] fixes for WXUNIVERSAL and... |
tree | commitdiff |
2003-09-14 |
Vadim Zeitlin | fixed GetItemSpacing() inconsistency by deprecating... |
tree | commitdiff |
2003-09-14 |
Vadim Zeitlin | added wxListCtrl::GetViewRect() |
tree | commitdiff |
2003-09-11 |
Mattia Barbon | Added, documented and used wxGridCellChoiceEditor |
tree | commitdiff |
2003-09-11 |
Julian Smart | Applied patch [ 803473 ] wxListCtrl header height bugfix |
tree | commitdiff |
2003-08-21 |
Mattia Barbon | Compilation fixes for wxMotif. |
tree | commitdiff |
2003-08-21 |
Stefan Csomor | added support for allocation-creation method |
tree | commitdiff |
2003-08-20 |
Vadim Zeitlin | created wxBookCtrl which will be tje base class for... |
tree | commitdiff |
2003-08-17 |
Václav Slavík | removed WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2 |
tree | commitdiff |
2003-08-13 |
Mattia Barbon | wxMotif STL-ification. |
tree | commitdiff |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
tree | commitdiff |
2003-08-06 |
Vadim Zeitlin | fixed HasButtons() |
tree | commitdiff |
2003-08-05 |
Václav Slavík | compilation fixes for win32 dll+multilib |
tree | commitdiff |
2003-08-03 |
Vadim Zeitlin | don't draw buttons unless we have wxTR_HAS_BUTTONS... |
tree | commitdiff |
2003-08-03 |
Vadim Zeitlin | initialize the image list size in default ctor |
tree | commitdiff |
2003-08-03 |
Vadim Zeitlin | warnings (and some errors) fixes for wxUniv DLL build |
tree | commitdiff |
2003-08-02 |
Václav Slavík | created wxAdvanced library |
tree | commitdiff |
2003-08-01 |
Vadim Zeitlin | 1. added flags to splitter drawing functions and replaced |
tree | commitdiff |
2003-07-22 |
Vadim Zeitlin | more warning fixes |
tree | commitdiff |
2003-07-22 |
Václav Slavík | compilation fixes for Vadim's changes and Borland C++ |
tree | commitdiff |
2003-07-22 |
Vadim Zeitlin | more warning fixes; removed references to wxToolBarBase... |
tree | commitdiff |
2003-07-22 |
Vadim Zeitlin | undisable many warnings for VC++ in defs.h and fixed... |
tree | commitdiff |
2003-07-21 |
Vadim Zeitlin | virtualized splitter drawing; removed/deprecated some... |
tree | commitdiff |
2003-07-20 |
Vadim Zeitlin | added sizers support; allow resizeable wizards (Robert... |
tree | commitdiff |
2003-07-20 |
Vadim Zeitlin | added wxRendererNative to be used by the generic contro... |
tree | commitdiff |
2003-07-20 |
Vadim Zeitlin | fixes for deprecated warnings |
tree | commitdiff |
2003-07-19 |
Mattia Barbon | Fix wx[Sorted]ArrayString::Index when wxUSE_STL=1... |
tree | commitdiff |
2003-07-19 |
Vadim Zeitlin | replaced untyped hash with a typed one; 64 bit fixes... |
tree | commitdiff |
2003-07-19 |
Vadim Zeitlin | extracted common code into a single wxfileDialogBase... |
tree | commitdiff |
2003-07-09 |
Julian Smart | OnIdle -> OnInternalIdle |
tree | commitdiff |
2003-07-08 |
Vadim Zeitlin | Refresh() didn't work as it wasn't passed to subwindows |
tree | commitdiff |
2003-07-08 |
Robert Roebling | Upported mouse click detection change for wxChoice. |
tree | commitdiff |
2003-07-03 |
Mattia Barbon | Moved some methods/classes inside COMPATIBILITY_2_4. |
tree | commitdiff |
2003-07-02 |
Vadim Zeitlin | fixes needed for separate DLL build to work |
tree | commitdiff |
2003-06-25 |
Václav Slavík | split log.h into GUI and base parts |
tree | commitdiff |
2003-06-14 |
Vadim Zeitlin | wxFileDialog cleanup, extracted common code to fldlgcmn... |
tree | commitdiff |
next |