2002-02-19 |
Robert Roebling | Added test for default action (button normally) |
blob | commitdiff | raw |
2002-02-17 |
Robert Roebling | wxX11: |
blob | commitdiff | raw | diff to current |
2002-02-10 |
Václav Slavík | respect minimal wxTLW size in wxUniv |
blob | commitdiff | raw |
2002-02-08 |
Robert Roebling | More refreshes are deferred to idle time. |
blob | commitdiff | raw | diff to current |
2002-02-04 |
Robert Roebling | Added missing test in wxObject::Ref() for already |
blob | commitdiff | raw | diff to current |
2002-02-04 |
Robert Roebling | Now updating and clearing are done in a delayed fashion. |
blob | commitdiff | raw | diff to current |
2002-02-01 |
Václav Slavík | compilation fix |
blob | commitdiff | raw | diff to current |
2002-01-30 |
Robert Roebling | Added wxRegion::Offset(x,y) |
blob | commitdiff | raw | diff to current |
2002-01-30 |
Robert Roebling | Added various calls to wxWindow::Update() to |
blob | commitdiff | raw | diff to current |
2002-01-30 |
Robert Roebling | New Refresh()/Update() behaviour. As expected, scrolling |
blob | commitdiff | raw | diff to current |
2002-01-30 |
Robert Roebling | Some changes for new Update/Refresh behaviour. This |
blob | commitdiff | raw | diff to current |
2002-01-20 |
Václav Slavík | make sure gs_captureWindow is always set to NULL in... |
blob | commitdiff | raw | diff to current |
2002-01-19 |
Vadim Zeitlin | maintaint the mouse capture stack in all ports, not... |
blob | commitdiff | raw | diff to current |
2002-01-11 |
Vadim Zeitlin | more Sun C++ compiler warning fixes: in particular... |
blob | commitdiff | raw | diff to current |
2002-01-09 |
Vadim Zeitlin | fixes for the compilation warnings with Sun CC: |
blob | commitdiff | raw | diff to current |
2002-01-08 |
Václav Slavík | use the new wxSystemSettings API everywhere |
blob | commitdiff | raw | diff to current |
2001-11-22 |
Robert Roebling | Tries to fix wxListBox focus problems. |
blob | commitdiff | raw | diff to current |
2001-11-21 |
Václav Slavík | wxMouseEvent's coordinates are now relative to client... |
blob | commitdiff | raw | diff to current |
2001-11-17 |
Vadim Zeitlin | compilation fix |
blob | commitdiff | raw | diff to current |
2001-11-16 |
Vadim Zeitlin | wxGTK popup menu positioning fix |
blob | commitdiff | raw | diff to current |
2001-11-09 |
Vadim Zeitlin | removed focus assert |
blob | commitdiff | raw | diff to current |
2001-11-08 |
Robert Roebling | wxListBox mouse events now report coords relative |
blob | commitdiff | raw | diff to current |
2001-10-10 |
Vadim Zeitlin | attempts to process non ASCII key strokes properly |
blob | commitdiff | raw | diff to current |
2001-10-09 |
Vadim Zeitlin | fixed results of strange cvs code merge |
blob | commitdiff | raw | diff to current |
2001-10-09 |
Gilles Depeyrot | added missing close brace |
blob | commitdiff | raw | diff to current |
2001-10-08 |
Václav Slavík | hopefully fixes focus assertion |
blob | commitdiff | raw | diff to current |
2001-10-08 |
Vadim Zeitlin | normalized handling of Ctrl-x key presses and documente... |
blob | commitdiff | raw | diff to current |
2001-10-05 |
Václav Slavík | an (blind) attempt to fix wxGTK frame activation bug |
blob | commitdiff | raw | diff to current |
2001-09-28 |
Václav Slavík | implemented wxActivateEvent properly |
blob | commitdiff | raw | diff to current |
2001-09-28 |
Václav Slavík | fixed client area origin handling in wxGTK |
blob | commitdiff | raw | diff to current |
2001-09-25 |
Vadim Zeitlin | compilation fix |
blob | commitdiff | raw | diff to current |
2001-09-24 |
Vadim Zeitlin | added workaround for GTK+ focus_out bug (and removed... |
blob | commitdiff | raw | diff to current |
2001-09-24 |
Václav Slavík | implemented captured windows stack |
blob | commitdiff | raw | diff to current |
2001-09-19 |
Václav Slavík | fixes to client area origin handling |
blob | commitdiff | raw | diff to current |
2001-09-18 |
Václav Slavík | moved AdjustToClientAreaOrigin to wxWindowBase, needed... |
blob | commitdiff | raw | diff to current |
2001-08-24 |
Vadim Zeitlin | generate wxEVT_ACTIVATE_APP events for wxMSW too |
blob | commitdiff | raw | diff to current |
2001-08-19 |
Robert Roebling | Various changes for simplification of focus event |
blob | commitdiff | raw | diff to current |
2001-08-06 |
Vadim Zeitlin | compilation fix (sorry) |
blob | commitdiff | raw | diff to current |
2001-08-06 |
Vadim Zeitlin | moved knd handling logic from wxPanel to wxControlConta... |
blob | commitdiff | raw | diff to current |
2001-08-02 |
Robin Dunn | Don't send a focus event if the window is a wxTextCtrl... |
blob | commitdiff | raw | diff to current |
2001-07-10 |
Vadim Zeitlin | wxComboBox appearance fixes, looks fine now but doesn... |
blob | commitdiff | raw | diff to current |
2001-07-10 |
Vadim Zeitlin | wxUniv compilation fixes |
blob | commitdiff | raw | diff to current |
2001-07-03 |
Vadim Zeitlin | tons of fixes for wxGTK/Univ - seems to work, more... |
blob | commitdiff | raw | diff to current |
2001-06-26 |
Vadim Zeitlin | first pass of wxUniv merge - nothing works, most parts... |
blob | commitdiff | raw | diff to current |
2001-06-14 |
Robert Roebling | I don't understand the SetIconState code in /src... |
blob | commitdiff | raw | diff to current |
2001-06-11 |
Robert Roebling | Applied wxImage::Scale() patch, |
blob | commitdiff | raw | diff to current |
2001-05-18 |
Robert Roebling | Applied patch for non-Latin keyboards. |
blob | commitdiff | raw | diff to current |
2001-05-17 |
Julian Smart | Implemented OnParentEnable to allow widgets to reset... |
blob | commitdiff | raw | diff to current |
2001-05-16 |
Julian Smart | Made wxWindow::Enable recursive in order to solve colou... |
blob | commitdiff | raw | diff to current |
2001-04-22 |
Robert Roebling | Toplevel windows now send both activate and focus |
blob | commitdiff | raw | diff to current |
2001-04-22 |
Robert Roebling | Applied BMP patch. |
blob | commitdiff | raw | diff to current |
2001-03-26 |
Julian Smart | Added focus in/out handlers for wxTextCtrl |
blob | commitdiff | raw | diff to current |
2001-02-13 |
Julian Smart | More GTK+ 1.3.1 fixes |
blob | commitdiff | raw | diff to current |
2001-02-12 |
Julian Smart | Fix for unsafe use of a global pointer for focus window... |
blob | commitdiff | raw | diff to current |
2001-01-23 |
Robert Roebling | Change required for new event types. |
blob | commitdiff | raw | diff to current |
2000-12-16 |
Robert Roebling | Applied colour patch for better 8-bit support, |
blob | commitdiff | raw | diff to current |
2000-11-26 |
Robert Roebling | Ported stable-tree refresh code to devel tree. |
blob | commitdiff | raw | diff to current |
2000-09-30 |
Vadim Zeitlin | fix from Robert for extra refreshes |
blob | commitdiff | raw | diff to current |
2000-09-15 |
Robert Roebling | Minor corrections to new theme code. |
blob | commitdiff | raw | diff to current |
2000-09-15 |
Julian Smart | Added Set/GetThemeEnabled and used this for determining... |
blob | commitdiff | raw | diff to current |
2000-09-15 |
Robert Roebling | Notebook theme attampt. |
blob | commitdiff | raw | diff to current |
2000-09-14 |
Robert Roebling | Another theme fix. |
blob | commitdiff | raw | diff to current |
2000-09-14 |
Robert Roebling | More theme goodies. |
blob | commitdiff | raw | diff to current |
2000-09-08 |
Julian Smart | Fixed some broken things related to context help, fixed... |
blob | commitdiff | raw | diff to current |
2000-09-07 |
Julian Smart | Got wxHelpContext working, plus wxFindWindowAtPointer... |
blob | commitdiff | raw | diff to current |
2000-09-07 |
Julian Smart | Made wxContextHelp implementation generic and added... |
blob | commitdiff | raw | diff to current |
2000-08-10 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
2000-07-19 |
Ove Kaaven | Make this compile with gtk+ 1.3.1... not sure what... |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-03-20 |
Julian Smart | Fixed problem with CaptureMouse if cursor is null. |
blob | commitdiff | raw | diff to current |
2000-03-19 |
Václav Slavík | fixed KeySym handling ((keysym & 0xF000) != 0 instead... |
blob | commitdiff | raw | diff to current |
2000-03-16 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
2000-03-14 |
Robert Roebling | Fixed missing paint events when overriding DoMoveWindow() |
blob | commitdiff | raw | diff to current |
2000-03-14 |
Robert Roebling | Corrected status bar redraw problems. |
blob | commitdiff | raw | diff to current |
2000-03-12 |
Robert Roebling | Corrected scrollwin thumb release event, |
blob | commitdiff | raw | diff to current |
2000-03-10 |
Robert Roebling | Small oops in redrawing code. |
blob | commitdiff | raw | diff to current |
2000-03-09 |
Robert Roebling | Disabled horizontal report mode scrolling in wxListCtrl |
blob | commitdiff | raw | diff to current |
2000-03-09 |
Robert Roebling | Some make corrections for HP and related, |
blob | commitdiff | raw | diff to current |
2000-03-04 |
Robert Roebling | Some more drawing things, |
blob | commitdiff | raw | diff to current |
2000-02-23 |
Robert Roebling | #ifdeffed new paint clipping :-( |
blob | commitdiff | raw | diff to current |
2000-02-22 |
Robert Roebling | Playing with scrolling, als fixed redraw |
blob | commitdiff | raw | diff to current |
2000-02-22 |
Robert Roebling | Removed some debug code. |
blob | commitdiff | raw | diff to current |
2000-02-21 |
Robert Roebling | Slightly better GC pooling, |
blob | commitdiff | raw | diff to current |
2000-02-21 |
Robert Roebling | Implemented MSW's paint region clipping, but |
blob | commitdiff | raw | diff to current |
2000-02-17 |
Robert Roebling | Small testing changes, |
blob | commitdiff | raw | diff to current |
2000-02-15 |
Robert Roebling | list ctrl and tree ctrl didn't like the new focus... |
blob | commitdiff | raw | diff to current |
2000-02-15 |
Robert Roebling | wxGTK now ignores widget style when using the pixmap... |
blob | commitdiff | raw | diff to current |
2000-02-15 |
Bart A.M. Jourquin | wxEVT_SCROLL_THUMBRELEASE instead of wxEVT_SCROLLWIN_... |
blob | commitdiff | raw | diff to current |
2000-02-12 |
Vadim Zeitlin | mouse event flags have MSW-compatible values for click... |
blob | commitdiff | raw | diff to current |
2000-02-11 |
Guillermo Rodrigue... | Added wxEVT_SCROLL[WIN]_THUMBRELEASE |
blob | commitdiff | raw | diff to current |
2000-02-06 |
Robert Roebling | Tried to prevent scrollbars from scrolling as |
blob | commitdiff | raw | diff to current |
2000-02-06 |
Robert Roebling | Scrolling fixes. |
blob | commitdiff | raw | diff to current |
2000-02-05 |
Robert Roebling | wxWindow no longer emits any scroll events after |
blob | commitdiff | raw | diff to current |
2000-02-02 |
Robert Roebling | Clearified ROP code in wxDC (MSW and GTK). |
blob | commitdiff | raw | diff to current |
2000-02-02 |
Robert Roebling | Tried to fix corrupted display of wxTextCtrl, |
blob | commitdiff | raw | diff to current |
2000-02-01 |
Robert Roebling | Various corrections to makefiles, RPMs etc. |
blob | commitdiff | raw | diff to current |
2000-01-23 |
Robert Roebling | tabbing in controls sample works again. |
blob | commitdiff | raw | diff to current |
2000-01-22 |
Robert Roebling | Changes for next snapshot. |
blob | commitdiff | raw | diff to current |
2000-01-20 |
Robert Roebling | A no-change for scroll events. |
blob | commitdiff | raw | diff to current |
2000-01-18 |
Vadim Zeitlin | 1. small fix in wxDirDialog: SHBrowseForFolder() doesn... |
blob | commitdiff | raw | diff to current |
next |