2004-05-27 |
Stefan Csomor | scrolling code committed |
blob | commitdiff | raw |
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 |
2003-03-27 |
Stefan Csomor | wxMac Unicode support |
blob | commitdiff | raw | diff to current |
2003-03-10 |
Stefan Csomor | submenu preparation in two methods encapsulated |
blob | commitdiff | raw | diff to current |
2003-03-06 |
Stefan Csomor | added OnMouse which will trigger context menu events... |
blob | commitdiff | raw | diff to current |
2003-03-02 |
Stefan Csomor | destroy event support |
blob | commitdiff | raw | diff to current |
2003-02-28 |
Julian Smart | Tidied space and tabs in wxMac files |
blob | commitdiff | raw | diff to current |
2003-02-28 |
Julian Smart | Tidied copyright and date for wxMac files |
blob | commitdiff | raw | diff to current |
2003-02-19 |
Robin Dunn | Send the wxWindowDestroyEvent for all ports |
blob | commitdiff | raw | diff to current |
2003-01-28 |
Stefan Csomor | static box parent warning added |
blob | commitdiff | raw | diff to current |
2003-01-26 |
Julian Smart | Fixed problem with kill focus event getting sent to... |
blob | commitdiff | raw | diff to current |
2003-01-14 |
Gilles Depeyrot | updated source to not use deprecated wxList methods |
blob | commitdiff | raw | diff to current |
2003-01-13 |
Stefan Csomor | cursor cleanup |
blob | commitdiff | raw | diff to current |
2003-01-05 |
Stefan Csomor | region calculation for windows with borders too small |
blob | commitdiff | raw | diff to current |
2003-01-03 |
Stefan Csomor | made static box only a frame region in all calculations... |
blob | commitdiff | raw | diff to current |
2002-12-30 |
Julian Smart | Corrected accidental pointer arithmetic in ClientToScre... |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-08-23 |
Stefan Csomor | make sure we don't keep a focus pointer to a window... |
blob | commitdiff | raw | diff to current |
2002-08-13 |
Stefan Csomor | all controls use 32 bit values now |
blob | commitdiff | raw | diff to current |
2002-08-04 |
Stefan Csomor | added border clipping |
blob | commitdiff | raw | diff to current |
2002-08-03 |
Stefan Csomor | added option for getting visible region w/o children... |
blob | commitdiff | raw | diff to current |
2002-08-02 |
Stefan Csomor | corrected scrolling problems for controls, switched... |
blob | commitdiff | raw | diff to current |
2002-07-06 |
Robin Dunn | Allow wxSTC to have scrollbars |
blob | commitdiff | raw | diff to current |
2002-05-26 |
Stefan Csomor | make sure we are removing ourselves from the focus... |
blob | commitdiff | raw | diff to current |
2002-05-23 |
Robert Roebling | wxButtons no longer leave junk on dialogs when moved. |
blob | commitdiff | raw | diff to current |
2002-05-20 |
Stefan Csomor | changing the focus part code |
blob | commitdiff | raw | diff to current |
2002-05-11 |
Stefan Csomor | native window disposal is moved to deferred delete... |
blob | commitdiff | raw | diff to current |
2002-05-08 |
Stefan Csomor | added spinctrl to be ignored when clicked (otherwise... |
blob | commitdiff | raw | diff to current |
2002-05-07 |
Gilles Depeyrot | corrected warnings when compiling with -Wall -W |
blob | commitdiff | raw | diff to current |
2002-05-05 |
Robert Roebling | Corrected double clicks (always on the same window). |
blob | commitdiff | raw | diff to current |
2002-04-24 |
Stefan Csomor | corrected eventobject setting for mouse events and... |
blob | commitdiff | raw | diff to current |
2002-04-11 |
Stefan Csomor | RemoveChild added for correct disposal of scrollbar |
blob | commitdiff | raw | diff to current |
next |