2003-07-14 |
Julian Smart | Rationalised OnIdle |
blob | commitdiff | raw |
2003-07-13 |
Julian Smart | Improvements to OnIdle processing |
blob | commitdiff | raw | diff to current |
2003-07-11 |
Stefan Csomor | codewarrior fixes |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Vadim Zeitlin | preliminary implementation of wxEVT_MENU_OPEN/CLOSE... |
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 | flag removed |
blob | commitdiff | raw | diff to current |
2003-06-30 |
Vadim Zeitlin | more work on fixing wxEntry() and ANSI/Unicode cmd... |
blob | commitdiff | raw | diff to current |
2003-06-30 |
Vadim Zeitlin | extracted common initialization/cleanup functions in... |
blob | commitdiff | raw | diff to current |
2003-06-24 |
Gilles Depeyrot | minor corrections for compilation with gcc 3.3 (use... |
blob | commitdiff | raw | diff to current |
2003-06-24 |
Vadim Zeitlin | removed duplicate wxTheApp and m_appInitFn definitions... |
blob | commitdiff | raw | diff to current |
2003-06-24 |
Vadim Zeitlin | wxBase/GUI separation: 1st step, wxMSW should build... |
blob | commitdiff | raw | diff to current |
2003-06-19 |
David Elliott | In wxApp::OnIdle() check to see if there is not a curre... |
blob | commitdiff | raw | diff to current |
2003-06-07 |
Stefan Csomor | cast correction Profiler |
blob | commitdiff | raw | diff to current |
2003-05-22 |
Stefan Csomor | deactivating wxSTAY_ON_TOP patch |
blob | commitdiff | raw | diff to current |
2003-05-09 |
Stefan Csomor | typo |
blob | commitdiff | raw | diff to current |
2003-04-30 |
Robin Dunn | Shaped window support for wxMac, plus a wxSTAY_ON_TOP... |
blob | commitdiff | raw | diff to current |
2003-04-13 |
Julian Smart | Set wxPendingEvents to NULL after deleting it |
blob | commitdiff | raw | diff to current |
2003-04-13 |
Vadim Zeitlin | fixed unused variable warning |
blob | commitdiff | raw | diff to current |
2003-04-13 |
Vadim Zeitlin | fixes necessary for the default GUI log target to be... |
blob | commitdiff | raw | diff to current |
2003-04-07 |
David Elliott | After delete wxPendingEventsLocker; wxPendingEventsLoc... |
blob | commitdiff | raw | diff to current |
2003-04-03 |
Robin Dunn | Fixed menu event propogation to be consistent across... |
blob | commitdiff | raw | diff to current |
2003-03-31 |
Julian Smart | More deprecated class mods |
blob | commitdiff | raw | diff to current |
2003-03-29 |
Stefan Csomor | fixed missing Idle events |
blob | commitdiff | raw | diff to current |
2003-03-27 |
Stefan Csomor | wxMac Unicode support |
blob | commitdiff | raw | diff to current |
2003-03-02 |
Gilles Depeyrot | updated source to not use deprecated wxList methods |
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-04 |
Stefan Csomor | added hints from QA 1061 |
blob | commitdiff | raw | diff to current |
2003-01-31 |
Stefan Csomor | added AppleEvent Handler, somehow the standard event... |
blob | commitdiff | raw | diff to current |
2003-01-29 |
Stefan Csomor | carbon event support completed |
blob | commitdiff | raw | diff to current |
2003-01-28 |
Stefan Csomor | cleanup, Carbon Events |
blob | commitdiff | raw | diff to current |
2003-01-16 |
Stefan Csomor | preferences menu implementation |
blob | commitdiff | raw | diff to current |
2003-01-10 |
Stefan Csomor | routing all apple events to the document manager instan... |
blob | commitdiff | raw | diff to current |
2003-01-09 |
Gilles Depeyrot | library installation base name and wxMac resources... |
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-24 |
Stefan Csomor | added new default handlers for open/print events, remov... |
blob | commitdiff | raw | diff to current |
2002-08-24 |
Stefan Csomor | wxToupper added again |
blob | commitdiff | raw | diff to current |
2002-08-23 |
Stefan Csomor | brought key values of EVT_KEY and EVT_CHAR in synch... |
blob | commitdiff | raw | diff to current |
2002-08-21 |
Stefan Csomor | fixing a possible NULL ptr exception when dispatching... |
blob | commitdiff | raw | diff to current |
2002-08-21 |
Stefan Csomor | centralized key handling, control key handling |
blob | commitdiff | raw | diff to current |
2002-08-19 |
Stefan Csomor | corrected button modifier state in carbon, cursor setup... |
blob | commitdiff | raw | diff to current |
2002-08-17 |
Vadim Zeitlin | some harmless warning fixes |
blob | commitdiff | raw | diff to current |
2002-08-16 |
Robin Dunn | Exit on frame delete is now initialized and handled... |
blob | commitdiff | raw | diff to current |
2002-08-16 |
Robin Dunn | Compile fix |
blob | commitdiff | raw | diff to current |
2002-08-15 |
Stefan Csomor | (hopefully) workaround for a carbon bug not always... |
blob | commitdiff | raw | diff to current |
2002-08-14 |
Stefan Csomor | separated modifier keys handling in order to distinct... |
blob | commitdiff | raw | diff to current |
2002-08-13 |
Stefan Csomor | corrected internal window position after a zoom operation |
blob | commitdiff | raw | diff to current |
2002-07-14 |
Gilles Depeyrot | explicitly raise modal dialogs in case a non modal... |
blob | commitdiff | raw | diff to current |
2002-06-21 |
Stefan Csomor | routing key events to new app routine |
blob | commitdiff | raw | diff to current |
2002-05-20 |
Stefan Csomor | carbon event handlers for app level |
blob | commitdiff | raw | diff to current |
2002-05-17 |
Stefan Csomor | changed char event handling for ctrl-chars and skipped... |
blob | commitdiff | raw | diff to current |
2002-05-05 |
Gilles Depeyrot | improved opening/closing of shared library resources... |
blob | commitdiff | raw | diff to current |
2002-05-03 |
Gilles Depeyrot | applied solution derived from SourceForge patch # 54691... |
blob | commitdiff | raw | diff to current |
2002-04-29 |
Stefan Csomor | setting the correct event object for EVT_ENTER_WINDOW... |
blob | commitdiff | raw | diff to current |
2002-04-27 |
Gilles Depeyrot | ignore process serial number command line argument... |
blob | commitdiff | raw | diff to current |
2002-03-26 |
Gilles Depeyrot | commented unused variables and otherwise removed compil... |
blob | commitdiff | raw | diff to current |
2002-03-24 |
Václav Slavík | move wxApp::GetStdIcon to wxArtProvider |
blob | commitdiff | raw | diff to current |
2002-03-07 |
Julian Smart | Corrections in light of recent toolbar and other changes |
blob | commitdiff | raw | diff to current |
2002-02-16 |
Stefan Csomor | bracketed include def for CW nothrow flag for MAKINGDLL... |
blob | commitdiff | raw | diff to current |
2002-01-20 |
Stefan Csomor | resource stack structure that sets up correct resource... |
blob | commitdiff | raw | diff to current |
2002-01-19 |
Gilles Depeyrot | corrected includes when wxUSE_SOCKETS is not defined |
blob | commitdiff | raw | diff to current |
2002-01-14 |
Stefan Csomor | fixed MouseUp handling when window was captured |
blob | commitdiff | raw | diff to current |
2002-01-14 |
Robert Roebling | Fix wxClipboard. |
blob | commitdiff | raw | diff to current |
2002-01-11 |
Stefan Csomor | fixes for using non opaque structs under debug classic... |
blob | commitdiff | raw | diff to current |
2002-01-05 |
Stefan Csomor | memory leak fixed |
blob | commitdiff | raw | diff to current |
2002-01-04 |
Stefan Csomor | removing dependancy on mac headers from public wx heade... |
blob | commitdiff | raw | diff to current |
2001-12-29 |
Stefan Csomor | corrections for theme brush alignments under X (no... |
blob | commitdiff | raw | diff to current |
2001-12-20 |
Stefan Csomor | MacOS conforming activate/deactivate |
blob | commitdiff | raw | diff to current |
2001-12-19 |
Stefan Csomor | toplevel adaptions |
blob | commitdiff | raw | diff to current |
2001-12-04 |
Robert Roebling | Compile fix for app.cpp without precompiled headers. |
blob | commitdiff | raw | diff to current |
2001-12-04 |
Stefan Csomor | added default return and escape/command-period handling... |
blob | commitdiff | raw | diff to current |
2001-11-28 |
Robert Roebling | Darwin has commandline args. |
blob | commitdiff | raw | diff to current |
2001-11-23 |
Robert Roebling | Fixed mouse move bug. No idea why it has to be fixed, |
blob | commitdiff | raw | diff to current |
2001-11-02 |
Robin Dunn | Added wxEntryStart, wxEntryInitGui, and wxEntryCleanup... |
blob | commitdiff | raw | diff to current |
2001-10-28 |
Stefan Csomor | added conversion routines to CIconHandle, removing... |
blob | commitdiff | raw | diff to current |
2001-10-19 |
Vadim Zeitlin | added wxApp::Yield() |
blob | commitdiff | raw | diff to current |
2001-08-19 |
Stefan Csomor | added a few encoding convenience methods for pc-mac... |
blob | commitdiff | raw | diff to current |
2001-08-06 |
Stefan Csomor | corrected mac src due to new api changes |
blob | commitdiff | raw | diff to current |
2001-08-05 |
Gilles Depeyrot | added include for Mac OS X |
blob | commitdiff | raw | diff to current |
2001-07-15 |
Gilles Depeyrot | modified configure to allow configuration of wxMotif... |
blob | commitdiff | raw | diff to current |
2001-07-07 |
Stefan Csomor | corrected log error after initialize when in release... |
blob | commitdiff | raw | diff to current |
2001-06-29 |
Stefan Csomor | post wxUniv merge fixes |
blob | commitdiff | raw | diff to current |
2001-05-26 |
Stefan Csomor | changed Mac Mouse Moved Hysteresis (area in which mouse... |
blob | commitdiff | raw | diff to current |
2001-05-23 |
Stefan Csomor | added mouse down before activate event in background... |
blob | commitdiff | raw | diff to current |
2001-05-10 |
Gilles Depeyrot | corrected conditional compilation for Universal Interfa... |
blob | commitdiff | raw | diff to current |
2001-05-08 |
Stefan Csomor | mac fixes |
blob | commitdiff | raw | diff to current |
2001-04-19 |
Gilles Depeyrot | Corrections for Mac OS X |
blob | commitdiff | raw | diff to current |
2001-04-12 |
Stefan Csomor | corrected cw6 project files and other small problems |
blob | commitdiff | raw | diff to current |
2001-04-12 |
Stefan Csomor | corrected cw6 project files and other small problems |
blob | commitdiff | raw | diff to current |
2001-04-01 |
Gilles Depeyrot | corrections for final release of Mac OS X |
blob | commitdiff | raw | diff to current |
2001-02-22 |
Julian Smart | Added wxYieldIfNeeded |
blob | commitdiff | raw | diff to current |
2001-02-20 |
Gilles Depeyrot | do not perform Gestalt tests under Mac OS X |
blob | commitdiff | raw | diff to current |
2001-02-15 |
Gilles Depeyrot | modifications for compilation under Mac OS X |
blob | commitdiff | raw | diff to current |
2001-02-08 |
Stefan Csomor | updated mac sources (CW 5.3 working , CW6 still having... |
blob | commitdiff | raw | diff to current |
2000-08-09 |
Stefan Csomor | merge with latest sources |
blob | commitdiff | raw | diff to current |
1999-12-14 |
Václav Slavík | removed USE_SHARED_LIBRARY(IES) |
blob | commitdiff | raw | diff to current |
1999-12-09 |
Stefan Csomor | small adaptions |
blob | commitdiff | raw | diff to current |
1999-12-03 |
Stefan Csomor | wxMSW update for CW, wxMac updated |
blob | commitdiff | raw | diff to current |
1999-11-17 |
Robin Dunn | Added wxWakeUpIdle() for MSW and empty stubs for Motif... |
blob | commitdiff | raw | diff to current |
next |