2005-03-11 |
Vadim Zeitlin | gave default value of wxID_ANY to id parameter of wxSta... |
tree | commitdiff |
2005-03-09 |
Włodzimierz Skiba | Missing casts to event handling functions. |
tree | commitdiff |
2005-03-08 |
Vadim Zeitlin | init member variables properly (patch 1156088) |
tree | commitdiff |
2005-02-27 |
Vadim Zeitlin | added default ctor and fixed copying of wxFileData... |
tree | commitdiff |
2005-02-27 |
Julian Smart | Fixes |
tree | commitdiff |
2005-02-27 |
Julian Smart | Added GetBitmap, GetIcon to wxImageList |
tree | commitdiff |
2005-02-14 |
Vadim Zeitlin | define wxFooHandler() macros for all wxFooEvents to... |
tree | commitdiff |
2005-02-13 |
Vadim Zeitlin | bug fixes for using wxTransientPopupWindow and wxDP_ALL... |
tree | commitdiff |
2005-02-09 |
Vadim Zeitlin | redraw the grid when it's enabled/disabled |
tree | commitdiff |
2005-02-08 |
Włodzimierz Skiba | Semicolon fixes. |
tree | commitdiff |
2005-02-07 |
Julian Smart | Added validator to generic date picker control |
tree | commitdiff |
2005-02-06 |
Vadim Zeitlin | removed trailing semicolons after DECLARE_DYNAMIC_CLASS... |
tree | commitdiff |
2005-01-30 |
Robert Roebling | Commited SetHilightDropEffect patch. |
tree | commitdiff |
2005-01-21 |
Włodzimierz Skiba | Warning fixes for MinGW. |
tree | commitdiff |
2005-01-21 |
Vadim Zeitlin | more forward declarations (trying to fix bug 1106829) |
tree | commitdiff |
2005-01-21 |
Vadim Zeitlin | renamed generic version to wxDatePickerCtrlGeneric... |
tree | commitdiff |
2005-01-21 |
Vadim Zeitlin | don't include wx/popupwin.h in the header, use forward... |
tree | commitdiff |
2005-01-21 |
Vadim Zeitlin | switched to using wxPopupWindow |
tree | commitdiff |
2005-01-20 |
Vadim Zeitlin | added and implemented for MSW wxDP_SHOWCENTURY flag |
tree | commitdiff |
2005-01-19 |
Vadim Zeitlin | compilation fixes; pruned API |
tree | commitdiff |
2005-01-19 |
Vadim Zeitlin | added generic version of wxDatePickerCtrl from Andres... |
tree | commitdiff |
2005-01-17 |
Włodzimierz Skiba | Common default datetime formats. |
tree | commitdiff |
2005-01-14 |
Włodzimierz Skiba | Common wxListCtrl control name. |
tree | commitdiff |
2005-01-13 |
Włodzimierz Skiba | Common default notebook name. |
tree | commitdiff |
2005-01-12 |
Julian Smart | Made some functions virtual |
tree | commitdiff |
2005-01-11 |
Włodzimierz Skiba | Old API deprecated. Source cleaning. |
tree | commitdiff |
2005-01-07 |
Robert Roebling | Added way to specify in generic tree control |
tree | commitdiff |
2005-01-05 |
Włodzimierz Skiba | Old API clearly deprecated. |
tree | commitdiff |
2005-01-05 |
Włodzimierz Skiba | Removed all duplicated and complicated #ifdefs for... |
tree | commitdiff |
2004-12-31 |
Włodzimierz Skiba | wxDialog::Show is virtual as elsewhere. Native PalmOS... |
tree | commitdiff |
2004-12-30 |
Włodzimierz Skiba | wxPD_CAN_SKIP for skipping parts of progress and reintr... |
tree | commitdiff |
2004-12-16 |
Vadim Zeitlin | added GetBestSize() implementation |
tree | commitdiff |
2004-12-12 |
Vadim Zeitlin | gravity for splitter window (patch 1046105) |
tree | commitdiff |
2004-12-08 |
Włodzimierz Skiba | wxPaletteBase introduction. wxPalette::GetColoursCount... |
tree | commitdiff |
2004-12-06 |
Włodzimierz Skiba | Fix to FIXME removal for dummies ;-) |
tree | commitdiff |
2004-12-05 |
Robert Roebling | Moved the implemtation of the generic and the |
tree | commitdiff |
2004-12-03 |
Włodzimierz Skiba | Fix to FIXME: better nothing than broken comparison. |
tree | commitdiff |
2004-11-24 |
Włodzimierz Skiba | wxUSE_SLIDER=0 fixes. |
tree | commitdiff |
2004-11-24 |
Robert Roebling | Applied patch to stop crashing the tree control |
tree | commitdiff |
2004-11-23 |
Włodzimierz Skiba | Fixes for wxUSE_SPIN... == 0. |
tree | commitdiff |
2004-11-22 |
Julian Smart | Licence correction |
tree | commitdiff |
2004-11-20 |
Robert Roebling | Made wxPageSetupDialog a pimpl implementation. |
tree | commitdiff |
2004-11-18 |
Ryan Norton | get rid of singleCustomColour - its not needed. Cleanu... |
tree | commitdiff |
2004-11-12 |
Václav Slavík | removed unused static variable |
tree | commitdiff |
2004-11-09 |
Kevin Hock | [1001483] Added wxPasswordEntryDialog analagous to... |
tree | commitdiff |
2004-11-06 |
Kevin Hock | Add ability to position and/or center the dialog for... |
tree | commitdiff |
2004-11-03 |
Václav Slavík | made it possible to customize wxGenericDirCtrl, such... |
tree | commitdiff |
2004-11-01 |
Robert Roebling | Added possibility to select a printer reported |
tree | commitdiff |
2004-10-27 |
Robert Roebling | Removed Pango homemade implementation and |
tree | commitdiff |
2004-10-26 |
Robert Roebling | Next phase of Print Factory code. |
tree | commitdiff |
2004-10-18 |
Włodzimierz Skiba | Warning fixes for OpenWatcom. |
tree | commitdiff |
2004-10-17 |
Robert Roebling | Renamed wxPrintNativeData methods to better match |
tree | commitdiff |
2004-10-17 |
Robert Roebling | First step at moving the print (dialog) native |
tree | commitdiff |
2004-10-16 |
Robert Roebling | Began work on print dialogs. Now wxPrintDialog |
tree | commitdiff |
2004-10-15 |
Vadim Zeitlin | implemented SetWildcard() |
tree | commitdiff |
2004-10-14 |
Julian Smart | Added SetScrollLinesX, SetScrollLinesY so apps can... |
tree | commitdiff |
2004-10-13 |
Włodzimierz Skiba | Semicolon fixes according to Vadim's note about being... |
tree | commitdiff |
2004-09-30 |
Vadim Zeitlin | don't deprecate SetItemImage() with 3 parameters; just... |
tree | commitdiff |
2004-09-30 |
Julian Smart | Deprecated SetItemImage with 2 image ids |
tree | commitdiff |
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 |
next |