projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
fixes to allow dragging in multiselection tree ctrl (patch 759421)
[wxWidgets.git]
/
src
/
mac
/
2003-07-10
Vadim Zeitlin
preliminary implementation of wxEVT_MENU_OPEN/CLOSE...
tree
|
commitdiff
2003-07-10
Vadim Zeitlin
wxMac doesn't need UseNativeStatusBar hack
tree
|
commitdiff
2003-07-10
Vadim Zeitlin
fixed build
tree
|
commitdiff
2003-07-09
Vadim Zeitlin
check index in GetString()
tree
|
commitdiff
2003-07-09
Vadim Zeitlin
attempts to fix separate compilation (didn't work)
tree
|
commitdiff
2003-07-09
Vadim Zeitlin
removed some stray MSW code
tree
|
commitdiff
2003-07-09
Vadim Zeitlin
fixed gcc 3.3 compilation warnings
tree
|
commitdiff
2003-07-09
Julian Smart
- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
tree
|
commitdiff
2003-07-07
Julian Smart
Added wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATE...
tree
|
commitdiff
2003-07-05
Stefan Csomor
changed Remove to RemoveAt
tree
|
commitdiff
2003-07-04
Stefan Csomor
trying to avoid unneccessary redraws by not invalidatin...
tree
|
commitdiff
2003-07-04
Stefan Csomor
flag removed
tree
|
commitdiff
2003-07-04
Stefan Csomor
app traits support and CW Debug output fix
tree
|
commitdiff
2003-06-30
Vadim Zeitlin
more work on fixing wxEntry() and ANSI/Unicode cmd...
tree
|
commitdiff
2003-06-30
Vadim Zeitlin
extracted common initialization/cleanup functions in...
tree
|
commitdiff
2003-06-28
Vadim Zeitlin
replaced wxGetOsVersion() with wxGUIAppTraits::GetOSVer...
tree
|
commitdiff
2003-06-28
Vadim Zeitlin
fixed unused variable warnings
tree
|
commitdiff
2003-06-28
Stefan Csomor
function key support
tree
|
commitdiff
2003-06-26
Julian Smart
Added m_ prefix to wxColourData and wxFontData members...
tree
|
commitdiff
2003-06-24
Gilles Depeyrot
minor corrections for compilation with gcc 3.3 (use...
tree
|
commitdiff
2003-06-24
Vadim Zeitlin
regenerated project/makefiles with tmake
tree
|
commitdiff
2003-06-24
Vadim Zeitlin
removed duplicate wxTheApp and m_appInitFn definitions...
tree
|
commitdiff
2003-06-24
Vadim Zeitlin
wxBase/GUI separation: 1st step, wxMSW should build...
tree
|
commitdiff
2003-06-23
Vadim Zeitlin
GetIcon() returns wxIconLocation, not wxIcon, now
tree
|
commitdiff
2003-06-20
Gilles Depeyrot
corrected return value of wxTimer::Start when timer...
tree
|
commitdiff
2003-06-19
Vadim Zeitlin
added wxIsDebuggerRunning() (which is going to replace...
tree
|
commitdiff
2003-06-19
David Elliott
In wxApp::OnIdle() check to see if there is not a curre...
tree
|
commitdiff
2003-06-19
David Elliott
Add ability to have a wxMenuBar as a common menu
tree
|
commitdiff
2003-06-14
Vadim Zeitlin
regenerated using tmake to add fldlgcmn.cpp
tree
|
commitdiff
2003-06-14
Vadim Zeitlin
wxFileDialog cleanup, extracted common code to fldlgcmn...
tree
|
commitdiff
2003-06-14
Vadim Zeitlin
implemented alpha support for raw bitmaps under Mac
tree
|
commitdiff
2003-06-13
David Elliott
Proposed wxMac MDI interface (in limbo)
tree
|
commitdiff
2003-06-13
David Elliott
Added support for delayed deactivation of windows ...
tree
|
commitdiff
2003-06-13
Vadim Zeitlin
send wxEVT_SCROLLWIN_THUMBRELEASE events
tree
|
commitdiff
2003-06-13
Vadim Zeitlin
regenerated all make/project files to include selstore...
tree
|
commitdiff
2003-06-12
David Elliott
Make wxMDIParentFrame a regular top level window
tree
|
commitdiff
2003-06-11
Vadim Zeitlin
trigraph warning fixed
tree
|
commitdiff
2003-06-11
Vadim Zeitlin
removed duplicate code from SetData(), just call AddData()
tree
|
commitdiff
2003-06-11
Vadim Zeitlin
merged the confllict resolution (I've fixed the m_forma...
tree
|
commitdiff
2003-06-11
Vadim Zeitlin
added selstore.(h|cpp)
tree
|
commitdiff
2003-06-11
Stefan Csomor
corrected error in last fix for insert items
tree
|
commitdiff
2003-06-07
Stefan Csomor
GetId was accessing the m_format var incorrectly
tree
|
commitdiff
2003-06-07
Stefan Csomor
cast correction Profiler
tree
|
commitdiff
2003-06-07
Stefan Csomor
cleanup
tree
|
commitdiff
2003-06-07
Stefan Csomor
MacHandleControlClick extended by mouseStillDown state...
tree
|
commitdiff
2003-06-07
Stefan Csomor
changing inheritance and delegation
tree
|
commitdiff
2003-06-07
Robin Dunn
revert my last change
tree
|
commitdiff
2003-06-06
Robin Dunn
fix so wxMenu::InsertItem actually inserts rather than...
tree
|
commitdiff
2003-06-06
Robin Dunn
Just silently return NULL like the other ports
tree
|
commitdiff
2003-06-04
Stefan Csomor
casts correction
tree
|
commitdiff
2003-06-04
Stefan Csomor
moving / sizing patch applied
tree
|
commitdiff
2003-06-04
Stefan Csomor
support undo patch applied
tree
|
commitdiff
2003-06-04
Vadim Zeitlin
made wxNativePixelFormat usable under Mac
tree
|
commitdiff
2003-06-04
Vadim Zeitlin
compilation warnings fixed
tree
|
commitdiff
2003-06-03
Stefan Csomor
feeds missed key events back to the control
tree
|
commitdiff
2003-06-03
Vadim Zeitlin
no changes
tree
|
commitdiff
2003-06-03
Vadim Zeitlin
initial attempts to get raw bitmaps working under Mac
tree
|
commitdiff
2003-06-03
Vadim Zeitlin
fixed compilation warnings
tree
|
commitdiff
2003-06-01
Vadim Zeitlin
compilation warnings fixes
tree
|
commitdiff
2003-06-01
Julian Smart
Partially applied patch [ 531199 ] new EVT_MOVING and...
tree
|
commitdiff
2003-06-01
Julian Smart
Applied [ 745533 ] implemented wxNotebook::DoGetBestSize
tree
|
commitdiff
2003-06-01
Julian Smart
Applie dpatch [ 741366 ] wxMac d'n'd fixes
tree
|
commitdiff
2003-05-29
Robin Dunn
fix a precedence order problem
tree
|
commitdiff
2003-05-29
Stefan Csomor
GetEventHandler()-> was missing
tree
|
commitdiff
2003-05-28
Gilles Depeyrot
allow wxDisplaySize to be called with NULL parameters
tree
|
commitdiff
2003-05-24
Stefan Csomor
guarded M_PI declaration
tree
|
commitdiff
2003-05-24
Julian Smart
Removed wxHTMLHelpControllerBase (putting the
tree
|
commitdiff
2003-05-24
Stefan Csomor
removed carbon printing code
tree
|
commitdiff
2003-05-24
Stefan Csomor
comments added
tree
|
commitdiff
2003-05-23
Gilles Depeyrot
removed print.cpp from list of Mac files and regenerate...
tree
|
commitdiff
2003-05-22
Stefan Csomor
deactivating wxSTAY_ON_TOP patch
tree
|
commitdiff
2003-05-21
Robin Dunn
Fix page positioning when the tabs are on a side differ...
tree
|
commitdiff
2003-05-19
Stefan Csomor
DoGetSize implementation corrected
tree
|
commitdiff
2003-05-19
Stefan Csomor
switch to pImpl pattern for mac printing
tree
|
commitdiff
2003-05-18
Stefan Csomor
no message
tree
|
commitdiff
2003-05-18
Stefan Csomor
no message
tree
|
commitdiff
2003-05-17
Stefan Csomor
temporary fix for carbon (problems under OS 9)
tree
|
commitdiff
2003-05-16
Stefan Csomor
carbon printing extended
tree
|
commitdiff
2003-05-11
Gilles Depeyrot
We don't put main() in the library any more.
tree
|
commitdiff
2003-05-09
Vadim Zeitlin
Insert() patch from John Labenski
tree
|
commitdiff
2003-05-09
Stefan Csomor
fixing some redrawing bugs overpainting foreign window...
tree
|
commitdiff
2003-05-09
Stefan Csomor
typo
tree
|
commitdiff
2003-05-09
Stefan Csomor
masking out wxOK and friends from dialog style in order...
tree
|
commitdiff
2003-05-09
Stefan Csomor
reintroduced m_isBeingDeleted
tree
|
commitdiff
2003-05-07
Robin Dunn
Added #if TARGET_CARBON around shaped window stuff
tree
|
commitdiff
2003-05-04
Julian Smart
Setting state to STATE_NEW in wxThread::Create
tree
|
commitdiff
2003-05-04
Julian Smart
Added some missing copyright lines
tree
|
commitdiff
2003-05-03
Stefan Csomor
corrected pageRect for non carbon targets, removed...
tree
|
commitdiff
2003-04-30
Stefan Csomor
correcting non-unicode char conversion
tree
|
commitdiff
2003-04-30
Stefan Csomor
removing unused flags
tree
|
commitdiff
2003-04-30
Stefan Csomor
include "ToolUtils.h" for LoWord and friends
tree
|
commitdiff
2003-04-30
Robin Dunn
Shaped window support for wxMac, plus a wxSTAY_ON_TOP...
tree
|
commitdiff
2003-04-26
Stefan Csomor
moving rollover check, was causing hangs upon terminati...
tree
|
commitdiff
2003-04-26
Stefan Csomor
transition window calls had some problems with layering...
tree
|
commitdiff
2003-04-19
Gilles Depeyrot
removed superfluous casts
tree
|
commitdiff
2003-04-19
Gilles Depeyrot
added extern "C" for include of mach/mach.h to fix...
tree
|
commitdiff
2003-04-19
Gilles Depeyrot
removed unused variables
tree
|
commitdiff
2003-04-19
Gilles Depeyrot
corrected warning (missing const)
tree
|
commitdiff
2003-04-17
Julian Smart
Can switch between clipping code mroe easily
tree
|
commitdiff
2003-04-15
Stefan Csomor
added direct HICommand updating
tree
|
commitdiff
next