2004-08-06 |
Stefan Csomor | correcting border drawing for clientareaorigin in noteb... |
blob | commitdiff | raw |
2004-08-06 |
Stefan Csomor | corrected positioning of focus rect in hierarchies... |
blob | commitdiff | raw | diff to current |
2004-08-06 |
Stefan Csomor | moving stacking event handlers and event ref to central... |
blob | commitdiff | raw | diff to current |
2004-08-06 |
Stefan Csomor | switch to draw borders from the parent window, as we... |
blob | commitdiff | raw | diff to current |
2004-08-05 |
Stefan Csomor | corrected GetPosition and extended erasing to include... |
blob | commitdiff | raw | diff to current |
2004-08-04 |
Stefan Csomor | fixing memleak, correcting huge background erase area |
blob | commitdiff | raw | diff to current |
2004-08-04 |
Stefan Csomor | redraw fixes |
blob | commitdiff | raw | diff to current |
2004-08-04 |
Stefan Csomor | corrected scroll rect position |
blob | commitdiff | raw | diff to current |
2004-08-03 |
Stefan Csomor | refresh had to offset the region by borders |
blob | commitdiff | raw | diff to current |
2004-07-29 |
David Elliott | Removed unused event table entries |
blob | commitdiff | raw | diff to current |
2004-07-28 |
Stefan Csomor | trying to get coordinates of native controls and wx... |
blob | commitdiff | raw | diff to current |
2004-07-20 |
Stefan Csomor | background handling |
blob | commitdiff | raw | diff to current |
2004-07-20 |
Stefan Csomor | for built-in dialogs, there is no m_peer instance,... |
blob | commitdiff | raw | diff to current |
2004-07-20 |
Stefan Csomor | explicit scrollbar style flags needed |
blob | commitdiff | raw | diff to current |
2004-07-13 |
Stefan Csomor | carbon cfm fixes |
blob | commitdiff | raw | diff to current |
2004-07-12 |
Vadim Zeitlin | fixed unused variable warnings |
blob | commitdiff | raw | diff to current |
2004-07-12 |
Stefan Csomor | add implementation fallback for not yet instantiated... |
blob | commitdiff | raw | diff to current |
2004-07-11 |
Stefan Csomor | combobox and textctrl fixes |
blob | commitdiff | raw | diff to current |
2004-07-11 |
Stefan Csomor | further separating implementation |
blob | commitdiff | raw | diff to current |
2004-07-03 |
Stefan Csomor | SetFont implementation moved to peer |
blob | commitdiff | raw | diff to current |
2004-06-28 |
Kevin Ollivier | Fixing crash due to referencing a NULL m_font. |
blob | commitdiff | raw | diff to current |
2004-06-25 |
Stefan Csomor | colors are only set if non-black, otherwise Enable... |
blob | commitdiff | raw | diff to current |
2004-06-25 |
Stefan Csomor | cursor handling fix |
blob | commitdiff | raw | diff to current |
2004-06-17 |
Robin Dunn | Use GetBackgroundColour so it will revert to the default if |
blob | commitdiff | raw | diff to current |
2004-06-14 |
Robin Dunn | Check if MacGetTopLevelWindow returns NULL before using... |
blob | commitdiff | raw | diff to current |
2004-06-04 |
Stefan Csomor | introduction of m_peer |
blob | commitdiff | raw | diff to current |
2004-06-03 |
Václav Slavík | use current mouse position as default position in wxWin... |
blob | commitdiff | raw | diff to current |
2004-06-01 |
Stefan Csomor | we have to be able to tell whether a control can be... |
blob | commitdiff | raw | diff to current |
2004-05-31 |
Stefan Csomor | LocalToGlobal/GlobalToLocal Conversions with Carbon API |
blob | commitdiff | raw | diff to current |
2004-05-29 |
Stefan Csomor | moving constructors to .cpp |
blob | commitdiff | raw | diff to current |
2004-05-27 |
Stefan Csomor | scrolling code committed |
blob | commitdiff | raw | diff to current |
2004-05-24 |
Stefan Csomor | overseeing the obvious, there is already a perfect... |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Stefan Csomor | removing unnecessary invalidation in Update, adding... |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Stefan Csomor | Composite Window implementations for ::Update and ... |
blob | commitdiff | raw | diff to current |
2004-05-20 |
Stefan Csomor | factoring common code out |
blob | commitdiff | raw | diff to current |
2004-05-15 |
Robin Dunn | A little cleanup |
blob | commitdiff | raw | diff to current |
2004-05-13 |
Stefan Csomor | unicode fix |
blob | commitdiff | raw | diff to current |
2004-05-13 |
Dimitri Schoolwerth | added missing includes required for CW8 Carbon compilation |
blob | commitdiff | raw | diff to current |
2004-05-11 |
Kevin Ollivier | Restore proper set and kill focus handling for user... |
blob | commitdiff | raw | diff to current |
2004-05-08 |
Julian Smart | Added missing textctrl.h include |
blob | commitdiff | raw | diff to current |
2004-05-08 |
Stefan Csomor | connecting the currently focused text control to the... |
blob | commitdiff | raw | diff to current |
2004-05-07 |
Robin Dunn | SetInitialBestSize changes for wxMac |
blob | commitdiff | raw | diff to current |
2004-05-01 |
Stefan Csomor | replacing OSX only carbon calls by classic ones for... |
blob | commitdiff | raw | diff to current |
2004-04-28 |
Stefan Csomor | fallback for non implemented structure region call |
blob | commitdiff | raw | diff to current |
2004-04-24 |
Stefan Csomor | gcc warnings |
blob | commitdiff | raw | diff to current |
2004-04-21 |
Stefan Csomor | implemented Lower and Raise for OSX |
blob | commitdiff | raw | diff to current |
2004-04-13 |
Stefan Csomor | switching to native focus handling |
blob | commitdiff | raw | diff to current |
2004-04-10 |
Mattia Barbon | Compilation fix. |
blob | commitdiff | raw | diff to current |
2004-04-05 |
Stefan Csomor | added recursive invalidation after a Thaw command |
blob | commitdiff | raw | diff to current |
2004-04-03 |
Stefan Csomor | concentrating content and structure region calculations |
blob | commitdiff | raw | diff to current |
2004-04-02 |
Julian Smart | Allow app to call SetWindowVariant before creation... |
blob | commitdiff | raw | diff to current |
2004-04-02 |
Stefan Csomor | adding QDSwapPort for performance reasons |
blob | commitdiff | raw | diff to current |
2004-04-01 |
Stefan Csomor | supporting events also for root control (needed for... |
blob | commitdiff | raw | diff to current |
2004-04-01 |
Stefan Csomor | added adjustOrigin parameter to bounds calculation... |
blob | commitdiff | raw | diff to current |
2004-04-01 |
Stefan Csomor | cast corrected |
blob | commitdiff | raw | diff to current |
2004-03-31 |
Stefan Csomor | corrected Refresh (client coordinates) |
blob | commitdiff | raw | diff to current |
2004-03-31 |
Stefan Csomor | refresh on move changed |
blob | commitdiff | raw | diff to current |
2004-03-31 |
Stefan Csomor | reverting drawing code |
blob | commitdiff | raw | diff to current |
2004-03-30 |
Julian Smart | Compile fixes for 10.2 headers |
blob | commitdiff | raw | diff to current |
2004-03-30 |
Stefan Csomor | since we are not getting the kEventDraw messages for... |
blob | commitdiff | raw | diff to current |
2004-03-30 |
Stefan Csomor | commented that redraw workaround as it was causing... |
blob | commitdiff | raw | diff to current |
2004-03-29 |
Stefan Csomor | attempt to work around SDK specific problems |
blob | commitdiff | raw | diff to current |
2004-03-29 |
Stefan Csomor | BestSize is ok for built-ins |
blob | commitdiff | raw | diff to current |
2004-03-29 |
Stefan Csomor | Update Region is not always correct, we use the visible... |
blob | commitdiff | raw | diff to current |
2004-03-29 |
Stefan Csomor | SetSize with all -1 was returning too soon in some... |
blob | commitdiff | raw | diff to current |
2004-03-29 |
Stefan Csomor | cleanup in toplevel activation, and switching to native... |
blob | commitdiff | raw | diff to current |
2004-03-29 |
Stefan Csomor | added hilite change notification |
blob | commitdiff | raw | diff to current |
2004-03-29 |
Stefan Csomor | added new notifications to be added, corrected DoGetBes... |
blob | commitdiff | raw | diff to current |
2004-03-29 |
Stefan Csomor | correct include for OSX only |
blob | commitdiff | raw | diff to current |
2004-03-28 |
Stefan Csomor | added native alignement support |
blob | commitdiff | raw | diff to current |
2004-03-28 |
Stefan Csomor | background drawing uncommented again |
blob | commitdiff | raw | diff to current |
2004-03-28 |
Stefan Csomor | mouse handling fixed, skipping if we have no native... |
blob | commitdiff | raw | diff to current |
2004-03-28 |
Stefan Csomor | extending calculation of visible region |
blob | commitdiff | raw | diff to current |
2004-03-27 |
Stefan Csomor | moving GUI function to proper place |
blob | commitdiff | raw | diff to current |
2004-03-27 |
Stefan Csomor | new control based view architecture |
blob | commitdiff | raw | diff to current |
2004-02-10 |
Stefan Csomor | because some sash code draws whether the window is... |
blob | commitdiff | raw | diff to current |
2004-02-08 |
Stefan Csomor | scroll of subwindow confined to rect param |
blob | commitdiff | raw | diff to current |
2004-02-08 |
Stefan Csomor | don't let MacIsReallyShown climb over toplevel windows... |
blob | commitdiff | raw | diff to current |
2004-02-06 |
Stefan Csomor | correcting a missing redraw area on certain resize... |
blob | commitdiff | raw | diff to current |
2004-02-06 |
Stefan Csomor | reverting part of Kevin O's patch, due to incompatibili... |
blob | commitdiff | raw | diff to current |
2004-02-05 |
Robin Dunn | Don't send the wxWindowCreateEvent immediately |
blob | commitdiff | raw | diff to current |
2004-01-25 |
Stefan Csomor | rendering adjustments for OSX |
blob | commitdiff | raw | diff to current |
2004-01-16 |
Robin Dunn | Send window create events |
blob | commitdiff | raw | diff to current |
2003-10-30 |
Vadim Zeitlin | removed calls to wxWindowBase::InitBase(), it is called... |
blob | commitdiff | raw | diff to current |
2003-09-24 |
Vadim Zeitlin | made wxNO_FULL_REPAINT_ON_RESIZE default, added wxFULL_... |
blob | commitdiff | raw | diff to current |
2003-09-15 |
Vadim Zeitlin | call RemoveChild() in ~wxWindowBase instead of doing... |
blob | commitdiff | raw | diff to current |
2003-09-09 |
Stefan Csomor | fixing Update, attempt to speed redrawing by making... |
blob | commitdiff | raw | diff to current |
2003-08-30 |
Stefan Csomor | made Update be window local (before was updating the... |
blob | commitdiff | raw | diff to current |
2003-08-17 |
Václav Slavík | removed WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2 |
blob | commitdiff | raw | diff to current |
2003-08-13 |
Vadim Zeitlin | renamed wxWindow::Clear() to ClearBackground() (fixes... |
blob | commitdiff | raw | diff to current |
2003-07-09 |
Julian Smart | - Moved wxApp::SendIdleEvents and wxApp::ProcessIdle... |
blob | commitdiff | raw | diff to current |
2003-07-07 |
Julian Smart | Added wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATE... |
blob | commitdiff | raw | diff to current |
2003-07-04 |
Stefan Csomor | trying to avoid unneccessary redraws by not invalidatin... |
blob | commitdiff | raw | diff to current |
2003-06-13 |
Vadim Zeitlin | send wxEVT_SCROLLWIN_THUMBRELEASE events |
blob | commitdiff | raw | diff to current |
2003-05-09 |
Stefan Csomor | reintroduced m_isBeingDeleted |
blob | commitdiff | raw | diff to current |
2003-04-30 |
Stefan Csomor | removing unused flags |
blob | commitdiff | raw | diff to current |
2003-04-19 |
Gilles Depeyrot | removed superfluous casts |
blob | commitdiff | raw | diff to current |
2003-04-15 |
Stefan Csomor | Skipping Right_down event if generated context menu... |
blob | commitdiff | raw | diff to current |
next |