2004-11-07 |
Ryan Norton | [ 1057587 ] MacOSX build fails with --disable-gauge... |
blob | commitdiff | raw |
2004-10-17 |
Stefan Csomor | guard against m_peer = NULL in Show() |
blob | commitdiff | raw | diff to current |
2004-10-16 |
Vadim Zeitlin | call AddChild() when the control is already reallly... |
blob | commitdiff | raw | diff to current |
2004-09-29 |
Václav Slavík | changes to make wxWindow::FindFocus work as expected... |
blob | commitdiff | raw | diff to current |
2004-09-26 |
Stefan Csomor | dependency fix for clipping |
blob | commitdiff | raw | diff to current |
2004-09-23 |
Ryan Norton | unused variable warning fix - move unused stuff to... |
blob | commitdiff | raw | diff to current |
2004-09-18 |
Vadim Zeitlin | fixed crash when closing window that contains STC ... |
blob | commitdiff | raw | diff to current |
2004-09-03 |
Robin Dunn | Check for m_peer != NULL in Freeze and Thaw |
blob | commitdiff | raw | diff to current |
2004-08-29 |
Stefan Csomor | fixing retval for SetFont |
blob | commitdiff | raw | diff to current |
2004-08-29 |
Stefan Csomor | focus and border refreshes etc corrected |
blob | commitdiff | raw | diff to current |
2004-08-23 |
Stefan Csomor | avoiding a OS-Level set focus for a control that alread... |
blob | commitdiff | raw | diff to current |
2004-08-08 |
Stefan Csomor | wrong method call, we need to add the second update... |
blob | commitdiff | raw | diff to current |
2004-08-07 |
Stefan Csomor | blind fix for trails of border after resize operations |
blob | commitdiff | raw | diff to current |
2004-08-07 |
Julian Smart | Need to include scrolwin.h |
blob | commitdiff | raw | diff to current |
2004-08-07 |
Stefan Csomor | moving focus rect overlap problems to the vis region... |
blob | commitdiff | raw | diff to current |
2004-08-07 |
Stefan Csomor | drawing the border based on the native control's border... |
blob | commitdiff | raw | diff to current |
2004-08-06 |
Stefan Csomor | correcting border drawing for clientareaorigin in noteb... |
blob | commitdiff | raw | diff to current |
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 |
next |