2003-09-15 |
Julian Smart | WinCE bitmap patch from Johannes Schindelin <Johannes... |
tree | commitdiff |
2003-09-14 |
Vadim Zeitlin | implemented wxDateTime::ParseDateTime() (patch 779794) |
tree | commitdiff |
2003-09-14 |
Vadim Zeitlin | adjust m_current when inserting items in the control... |
tree | commitdiff |
2003-09-14 |
Vadim Zeitlin | fix for calculating the header window height (patch... |
tree | commitdiff |
2003-09-14 |
Vadim Zeitlin | align the items correctly with wxLC_ALIGN_TOP |
tree | commitdiff |
2003-09-14 |
Vadim Zeitlin | added support for wxLC_ALIGN_LEFT/TOP |
tree | commitdiff |
2003-09-14 |
Vadim Zeitlin | account for the scrollbars in GetViewRect() |
tree | commitdiff |
2003-09-14 |
Julian Smart | Changed version to 2.5.1 |
tree | commitdiff |
2003-09-14 |
Vadim Zeitlin | disabled (conditionally) separating static line; improv... |
tree | commitdiff |
2003-09-14 |
Vadim Zeitlin | removed the fudge from GetViewRect(), it isn't needed |
tree | commitdiff |
2003-09-14 |
Vadim Zeitlin | GePageRect() should use the full list size while OnSize... |
tree | commitdiff |
2003-09-14 |
Stefan Csomor | removal of pc-mac charset conversion for wxMac |
tree | commitdiff |
2003-09-14 |
Vadim Zeitlin | use child->Destroy() instead of delete child in Destroy... |
tree | commitdiff |
2003-09-14 |
Vadim Zeitlin | compilation fix after last check in |
tree | commitdiff |
2003-09-14 |
Vadim Zeitlin | fixed GetItemSpacing() inconsistency by deprecating... |
tree | commitdiff |
2003-09-14 |
Vadim Zeitlin | use newly added GetViewRect() instead of trying to... |
tree | commitdiff |
2003-09-14 |
Vadim Zeitlin | added wxListCtrl::GetViewRect() |
tree | commitdiff |
2003-09-14 |
Vadim Zeitlin | attempt to fix another occurence of WS_EX_CONTROLPARENT... |
tree | commitdiff |
2003-09-13 |
Stefan Csomor | target_carbon added |
tree | commitdiff |
2003-09-13 |
Stefan Csomor | faster portsetting backpatched |
tree | commitdiff |
2003-09-13 |
Stefan Csomor | classic fixes |
tree | commitdiff |
2003-09-13 |
Mattia Barbon | wxUniversal STL-ification. |
tree | commitdiff |
2003-09-13 |
Gilles Depeyrot | use SYMROOT instead of DERIVED_SOURCES_DIR |
tree | commitdiff |
2003-09-13 |
Robin Dunn | Move more stuff into base for wxMac so that two level... |
tree | commitdiff |
2003-09-12 |
Robin Dunn | The unknown control container should always have the... |
tree | commitdiff |
2003-09-12 |
Gilles Depeyrot | external Shell Script file to copy setup.h for ProjectB... |
tree | commitdiff |
2003-09-12 |
Julian Smart | Applied patch [ 804570 ] hidden function in src/msw... |
tree | commitdiff |
2003-09-12 |
Julian Smart | Applied patch [ 805147 ] GDI objects are not deselected... |
tree | commitdiff |
2003-09-12 |
Stefan Csomor | fixing normal font for mac, unicode corrections |
tree | commitdiff |
2003-09-11 |
Mattia Barbon | Added, documented and used wxGridCellChoiceEditor |
tree | commitdiff |
2003-09-11 |
Mattia Barbon | No real changes, just refactoring. |
tree | commitdiff |
2003-09-11 |
Mattia Barbon | wxX11 STL-ification. |
tree | commitdiff |
2003-09-11 |
Mattia Barbon | Cygwin compilation fix. |
tree | commitdiff |
2003-09-11 |
Mattia Barbon | Compilation fix. |
tree | commitdiff |
2003-09-11 |
Stefan Csomor | disabling anti-aliasing in carbon builds running under... |
tree | commitdiff |
2003-09-11 |
Stefan Csomor | moved setting of internal vars in order to avoid proble... |
tree | commitdiff |
2003-09-11 |
Vadim Zeitlin | fix for C99-compatible vsnprintf() |
tree | commitdiff |
2003-09-11 |
Stefan Csomor | focus setting must be possible even when not shown yet |
tree | commitdiff |
2003-09-11 |
Robert Roebling | Filter out triple click events entirely. |
tree | commitdiff |
2003-09-11 |
Stefan Csomor | mouse events added, menu id 0 safety check |
tree | commitdiff |
2003-09-11 |
Stefan Csomor | reminder added |
tree | commitdiff |
2003-09-11 |
Stefan Csomor | new carbon implementation (unicode support) |
tree | commitdiff |
2003-09-11 |
Stefan Csomor | mouse event handling extended |
tree | commitdiff |
2003-09-11 |
Mattia Barbon | Compilation fix for wxUSE_STL==1. |
tree | commitdiff |
2003-09-11 |
Julian Smart | Applied patch [ 800183 ] wxFlexGridSizer::RemoveGrowabl... |
tree | commitdiff |
2003-09-11 |
Julian Smart | Applied patch [ 803473 ] wxListCtrl header height bugfix |
tree | commitdiff |
2003-09-11 |
Stefan Csomor | corrected hit-testing for mac |
tree | commitdiff |
2003-09-11 |
Julian Smart | Applied patch [ 800784 ] Fixes ::wxDirSelector style... |
tree | commitdiff |
2003-09-11 |
Julian Smart | Applied patch [ 771772 ] Crashes when setting icon... |
tree | commitdiff |
2003-09-11 |
Julian Smart | Applied patch [ 778625 ] wxSVGFileDC and UNICODE build |
tree | commitdiff |
2003-09-11 |
Julian Smart | Applied patch [ 791847 ] Missing translation in filedlg.cpp |
tree | commitdiff |
2003-09-11 |
Julian Smart | Applied [ 798206 ] WinCE time.cpp |
tree | commitdiff |
2003-09-10 |
Mattia Barbon | More warning fixes from ABX. |
tree | commitdiff |
2003-09-10 |
Gilles Depeyrot | modified shell script to copy setup0.h into DerivedSour... |
tree | commitdiff |
2003-09-10 |
Václav Slavík | check for m_parentAsWindow!=NULL |
tree | commitdiff |
2003-09-10 |
Vadim Zeitlin | reverted previous fix for virtual list control with... |
tree | commitdiff |
2003-09-10 |
Robert Roebling | Test if G_threads already are initialized. |
tree | commitdiff |
2003-09-10 |
Vadim Zeitlin | attempts to fix virtual list control with Unicode and... |
tree | commitdiff |
2003-09-10 |
Vadim Zeitlin | documented that wxHSCROLL disables wrapping; added... |
tree | commitdiff |
2003-09-10 |
David Elliott | Changed wxWindow::Create to wxControl because wxNoteboo... |
tree | commitdiff |
2003-09-10 |
Vadim Zeitlin | fixed a 'variable could be used uninitialized' warning |
tree | commitdiff |
2003-09-10 |
Vadim Zeitlin | added a TODO: clean up WinCE mess/horror |
tree | commitdiff |
2003-09-10 |
Stefan Csomor | switching off tight borders to have it look properly... |
tree | commitdiff |
2003-09-10 |
Stefan Csomor | ghost button fix (was calling another baseclass create) |
tree | commitdiff |
2003-09-09 |
Robert Roebling | 64-bit patch |
tree | commitdiff |
2003-09-09 |
Vadim Zeitlin | use GetTraits(), not m_traits, in OnAssert() |
tree | commitdiff |
2003-09-09 |
Robert Roebling | Upported a number of patches to HEAD. |
tree | commitdiff |
2003-09-09 |
Václav Slavík | applied Otto Wyss' patch to extend wxHelpController... |
tree | commitdiff |
2003-09-09 |
Stefan Csomor | const ptr fix |
tree | commitdiff |
2003-09-09 |
Stefan Csomor | crashes fixed, trying to remove erradic redraws when... |
tree | commitdiff |
2003-09-09 |
Stefan Csomor | wxID_PREFERENCES added |
tree | commitdiff |
2003-09-09 |
Stefan Csomor | implementation changes to closer follow MSW, crashes... |
tree | commitdiff |
2003-09-09 |
Stefan Csomor | initial creation invisible |
tree | commitdiff |
2003-09-09 |
Stefan Csomor | trying to avoid redraw problems at wrong places |
tree | commitdiff |
2003-09-09 |
Stefan Csomor | fixing Update, attempt to speed redrawing by making... |
tree | commitdiff |
2003-09-09 |
Stefan Csomor | when memory dumps out debug info, lookups can go wrong... |
tree | commitdiff |
2003-09-09 |
Robert Roebling | Applied patch for better sizing of bitmap buttons. |
tree | commitdiff |
2003-09-09 |
Robert Roebling | Applied patch for better pattern support. |
tree | commitdiff |
2003-09-08 |
David Elliott | Implement NSMenuValidation protocol for the wxNSMenuIte... |
tree | commitdiff |
2003-09-08 |
David Elliott | Remove wxASSERT(!m_windowKey) and wxASSERT(!m_windowMai... |
tree | commitdiff |
2003-09-08 |
David Elliott | Use wxStripMenuCodes |
tree | commitdiff |
2003-09-08 |
David Elliott | Implement wxSpinButton (except up/down events) |
tree | commitdiff |
2003-09-08 |
David Elliott | Provide target/action mechanism for subclasses to use |
tree | commitdiff |
2003-09-08 |
David Elliott | When using a non-subclassed NSControl, use a new wxNonC... |
tree | commitdiff |
2003-09-08 |
David Elliott | Implement (sort-of) non-client wxWindowDC |
tree | commitdiff |
2003-09-08 |
David Elliott | Added virtual GetNonClientNSView() |
tree | commitdiff |
2003-09-08 |
David Elliott | * Added NSWindowStyleForWxStyle static method |
tree | commitdiff |
2003-09-07 |
Stefan Neis | Initialize PM subsystem in every thread, to enable... |
tree | commitdiff |
2003-09-06 |
Stefan Neis | Unified with Unix version. |
tree | commitdiff |
2003-09-06 |
David Elliott | Use an NSImageView instead of an NSView (nothing works... |
tree | commitdiff |
2003-09-06 |
David Elliott | Use an NSSlider instead of an NSView (nothing works... |
tree | commitdiff |
2003-09-06 |
Stefan Neis | Use function table instead of direct references to... |
tree | commitdiff |
2003-09-06 |
David Elliott | Implement wxChoice including sorting and client data |
tree | commitdiff |
2003-09-05 |
David Elliott | Implement wxGauge |
tree | commitdiff |
2003-09-05 |
David Elliott | Implement wxApp::Yield |
tree | commitdiff |
2003-09-05 |
David Elliott | Implement the hashmap for NSMenu |
tree | commitdiff |
2003-09-05 |
David Elliott | Added ability to observe NSMenu notifications |
tree | commitdiff |
2003-09-05 |
Stefan Csomor | selection for DeleteAllPages corrected, images scaleing... |
tree | commitdiff |
2003-09-05 |
Stefan Csomor | commented section removed |
tree | commitdiff |
2003-09-05 |
Stefan Csomor | todo added |
tree | commitdiff |
next |