projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Simplified html reading because previous one caused conflicts in wxUSE_STL=1.
[wxWidgets.git]
/
src
/
mac
/
2004-07-22
David Elliott
Fix compilation with older (before C99) C compilers.
tree
|
commitdiff
2004-07-22
Robin Dunn
Fix so sound looping will stop, courtesy of Ryan Norton.
tree
|
commitdiff
2004-07-22
Robin Dunn
Fix so async wxSound can continue playing after it...
tree
|
commitdiff
2004-07-22
Robin Dunn
wxSOUND_SYNC is zero so it can't be used in a
tree
|
commitdiff
2004-07-21
Stefan Csomor
ryan's QT implementation
tree
|
commitdiff
2004-07-21
Stefan Csomor
first attempt for full screen implementation
tree
|
commitdiff
2004-07-21
Stefan Csomor
first attempt for full screen implementation
tree
|
commitdiff
2004-07-21
Stefan Csomor
only on mouse-down
tree
|
commitdiff
2004-07-20
Stefan Csomor
10.2 fixes
tree
|
commitdiff
2004-07-20
Stefan Csomor
background handling
tree
|
commitdiff
2004-07-20
Stefan Csomor
fixing best size to really include only 5 lines
tree
|
commitdiff
2004-07-20
Stefan Csomor
correcting window variant
tree
|
commitdiff
2004-07-20
Stefan Csomor
for built-in dialogs, there is no m_peer instance,...
tree
|
commitdiff
2004-07-20
Stefan Csomor
trying to support non-wx controls on a window
tree
|
commitdiff
2004-07-20
Stefan Csomor
explicit scrollbar style flags needed
tree
|
commitdiff
2004-07-20
Włodzimierz Skiba
wxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord.
tree
|
commitdiff
2004-07-20
Stefan Csomor
corrected cwd manipulation for unicode builds
tree
|
commitdiff
2004-07-20
Stefan Csomor
corrected copied headers
tree
|
commitdiff
2004-07-19
Kevin Ollivier
Fixed display issues for Panther now that wxTextCtrl...
tree
|
commitdiff
2004-07-19
Stefan Csomor
switching to correct name as Tiger doesn't have the...
tree
|
commitdiff
2004-07-19
Stefan Csomor
string constants unicode savvy
tree
|
commitdiff
2004-07-18
Kevin Ollivier
Correct slider width when labels are used.
tree
|
commitdiff
2004-07-17
Julian Smart
Don't show focus rectangle if wxNO_BORDER specified
tree
|
commitdiff
2004-07-14
Stefan Csomor
attempt to get a 'correct' current working directory
tree
|
commitdiff
2004-07-14
Stefan Csomor
making getter const
tree
|
commitdiff
2004-07-13
Stefan Csomor
carbon cfm fixes
tree
|
commitdiff
2004-07-13
Stefan Csomor
adding correct events
tree
|
commitdiff
2004-07-12
Vadim Zeitlin
fixed what looked like a bug in determining the default...
tree
|
commitdiff
2004-07-12
Vadim Zeitlin
fixed unused variable warnings
tree
|
commitdiff
2004-07-12
Stefan Csomor
added MLTE support for 10.2 via classic implementation
tree
|
commitdiff
2004-07-12
Stefan Csomor
added MLTE support for 10.2 via classic implementation
tree
|
commitdiff
2004-07-12
Stefan Csomor
add implementation fallback for not yet instantiated...
tree
|
commitdiff
2004-07-12
Stefan Csomor
non-unicode build fix
tree
|
commitdiff
2004-07-11
Stefan Csomor
combobox and textctrl fixes
tree
|
commitdiff
2004-07-11
Stefan Csomor
further separating implementation
tree
|
commitdiff
2004-07-03
Stefan Csomor
SetFont implementation moved to peer
tree
|
commitdiff
2004-07-03
Stefan Csomor
wxMacControl extensions, sleep implementations header...
tree
|
commitdiff
2004-07-03
Robin Dunn
Invalidate notebook best size when pages are added...
tree
|
commitdiff
2004-07-03
Gilles Depeyrot
added missing include files for compilation with Apple...
tree
|
commitdiff
2004-07-02
Stefan Csomor
sleep methods in synch with last changes
tree
|
commitdiff
2004-06-28
Kevin Ollivier
Fixing crash due to referencing a NULL m_font.
tree
|
commitdiff
2004-06-28
Kevin Ollivier
Fixed wxMDIChildWindow to be a native window on Mac...
tree
|
commitdiff
2004-06-26
Stefan Csomor
allow a - at the beginning of a menu item (would become...
tree
|
commitdiff
2004-06-26
Stefan Csomor
rely on built-in best size...
tree
|
commitdiff
2004-06-26
Stefan Csomor
correctly positioning vertical slider labels
tree
|
commitdiff
2004-06-25
Stefan Csomor
colors are only set if non-black, otherwise Enable...
tree
|
commitdiff
2004-06-25
Julian Smart
Added braces to remove initialisation error
tree
|
commitdiff
2004-06-25
Stefan Csomor
font retrieval synched for setsize and bestsize
tree
|
commitdiff
2004-06-25
Stefan Csomor
best size handling fix
tree
|
commitdiff
2004-06-25
Stefan Csomor
cursor handling fix
tree
|
commitdiff
2004-06-25
Stefan Csomor
two-level switch statement for event types
tree
|
commitdiff
2004-06-25
Stefan Csomor
fix missing mouse-up events (eg when track control...
tree
|
commitdiff
2004-06-24
Robin Dunn
SetSizeHints hacks are not needed any longer since...
tree
|
commitdiff
2004-06-24
Robin Dunn
* Implemented BestSize cache
tree
|
commitdiff
2004-06-21
Robin Dunn
reverted m_adjustMinSize change prepatory for a new...
tree
|
commitdiff
2004-06-20
Julian Smart
Crash fix
tree
|
commitdiff
2004-06-20
Mattia Barbon
Some (incomplete) fixes for wxUSE_STL == 1.
tree
|
commitdiff
2004-06-19
Julian Smart
DoGetBestSize may be called before m_text and m_choice...
tree
|
commitdiff
2004-06-19
Robin Dunn
Controls will readjust their size and minsize when...
tree
|
commitdiff
2004-06-17
Robin Dunn
Use GetBackgroundColour so it will revert to the default if
tree
|
commitdiff
2004-06-17
Robin Dunn
moved metrowerks debugger support in to wxUSE_BASE...
tree
|
commitdiff
2004-06-17
Stefan Csomor
moved metrowerks debugger support out of wxUSE_GUI
tree
|
commitdiff
2004-06-17
Stefan Csomor
BU_EXACTFIT adapted
tree
|
commitdiff
2004-06-17
Kevin Ollivier
Fixing sizing problems on OS X.
tree
|
commitdiff
2004-06-15
Julian Smart
Navigate corrections
tree
|
commitdiff
2004-06-15
Julian Smart
Consistent tab behaviour
tree
|
commitdiff
2004-06-15
Julian Smart
With wxTE_PROCESS_TAB, tabs are now inserted in the...
tree
|
commitdiff
2004-06-14
Robin Dunn
Check if MacGetTopLevelWindow returns NULL before using...
tree
|
commitdiff
2004-06-11
Stefan Csomor
adding compatibility mode fallback for custom window...
tree
|
commitdiff
2004-06-09
Stefan Csomor
removed invalid restriction
tree
|
commitdiff
2004-06-08
Robin Dunn
Move wxMacCFStringHolder::AsString and etc. to wxBase
tree
|
commitdiff
2004-06-08
Stefan Csomor
direct ie non mutex crit-section implementation
tree
|
commitdiff
2004-06-05
Stefan Csomor
synching down and up events for the synthetic right...
tree
|
commitdiff
2004-06-05
Stefan Csomor
fixing the carbon cfm
tree
|
commitdiff
2004-06-05
Stefan Csomor
SetParam should be explicit
tree
|
commitdiff
2004-06-04
Dimitri Schoolwerth
fixed float to short int casting warnings
tree
|
commitdiff
2004-06-04
Dimitri Schoolwerth
fixed ambiguous call to wxMacCarbonEvent::SetParameter
tree
|
commitdiff
2004-06-04
Dimitri Schoolwerth
fixed unused variable warning
tree
|
commitdiff
2004-06-04
Dimitri Schoolwerth
fixed compilo
tree
|
commitdiff
2004-06-04
Julian Smart
If we have multiple filters in a Save dialog, don't use
tree
|
commitdiff
2004-06-04
Stefan Csomor
introduction of m_peer
tree
|
commitdiff
2004-06-04
Stefan Csomor
introduction of m_peer
tree
|
commitdiff
2004-06-03
Václav Slavík
use current mouse position as default position in wxWin...
tree
|
commitdiff
2004-06-01
Stefan Csomor
we have to be able to tell whether a control can be...
tree
|
commitdiff
2004-06-01
Stefan Csomor
uppercasing menu shortcuts for non-command keystrokes...
tree
|
commitdiff
2004-06-01
Stefan Csomor
added native pane splitter rendering
tree
|
commitdiff
2004-05-31
Stefan Csomor
continued spinning committed
tree
|
commitdiff
2004-05-31
Stefan Csomor
fixes for mouse handling on 10.2 systems
tree
|
commitdiff
2004-05-31
Stefan Csomor
LocalToGlobal/GlobalToLocal Conversions with Carbon...
tree
|
commitdiff
2004-05-31
Stefan Csomor
LocalToGlobal/GlobalToLocal Conversions with Carbon API
tree
|
commitdiff
2004-05-29
Stefan Csomor
make sure we are getting the gui mutex before shutting...
tree
|
commitdiff
2004-05-29
Stefan Csomor
reopen app according to HIG
tree
|
commitdiff
2004-05-29
Stefan Csomor
moving constructors to .cpp
tree
|
commitdiff
2004-05-29
Stefan Csomor
control data support
tree
|
commitdiff
2004-05-29
Julian Smart
MacReopenApp implementation for restoring top-level...
tree
|
commitdiff
2004-05-27
Stefan Csomor
scrolling code committed
tree
|
commitdiff
2004-05-27
Stefan Csomor
menu events handling more closely to the menu instance...
tree
|
commitdiff
2004-05-27
Stefan Csomor
having the refcon of a menu item to bear the pointer...
tree
|
commitdiff
2004-05-26
Stefan Csomor
if one clicks first on line 3 and then on line 1, the...
tree
|
commitdiff
2004-05-24
Stefan Csomor
overseeing the obvious, there is already a perfect...
tree
|
commitdiff
next