summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXButton.c
Commit message (Expand)AuthorAgeFilesLines
* Backport of ::tk::mac::useCompatibilityMetrics handling and scrollbar metrics...jan.nijtmans2012-10-231-28/+16
* Review branch for merge of Tk-Cocoa into Tk 8.5 main branchKevin Walzer2012-09-121-1322/+894
* Purge RCS Keywords.dgp2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| * TkpDisplayButton: use computed borderWidthdas2008-12-071-2/+2
| * Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09das2007-11-091-2/+2
| * Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09das2007-11-091-67/+114
| * * macosx/tkMacOSXScrlbr.c: correct int <-> dobule conversion issuesdas2007-06-291-7/+11
| * * macosx/tkMacOSXWindowEvent.c (GenerateUpdateEvent): complete alldas2007-05-311-10/+10
| * * macosx/tkMacOSXWindowEvent.c: ensure window is brought to the frontdas2007-05-091-2/+2
| * * macosx/tkMacOSXCarbonEvents.c: add window event target carbon eventdas2007-04-291-967/+909
| * * macosx/tkMacOSXButton.c (TkMacOSXDrawControl): correct redrawhobbs2006-05-261-26/+32
| * * macosx/tkMacOSX.h: Cleaned up & rationalized order ofdas2006-03-281-7/+3
| * * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-2/+2
| * * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): check ifdas2005-09-101-1/+19
| * * macosx/tkMacOSXButton.c:das2005-08-221-2/+2
| * * macosx/tkMacOSXInit.c:das2005-05-141-3/+3
| * Fix for 1124237 and the mysterious "sometimes buttons don't draw" bug.wolfsuit2005-03-121-23/+19
| * * generic/tkMain.c:das2004-11-111-25/+26
| * Fix for 1055023 from mikek@muonics.com.wolfsuit2004-11-101-11/+15
| * Backport Mac OS X specific fixes from TOT. See ChangeLog for details.wolfsuit2004-02-161-41/+43
| * * mac/tkMacButton.c (TkpDisplayButton):hobbs2003-10-101-4/+4
| * * library/demos/widget: don't create iconwindow on aqua, but adddas2003-09-251-1/+21
| * * macosx/tkMacOSXButton.c (TkpDisplayButton): correct typo forhobbs2003-04-301-3/+3
| * * generic/tkButton.h: Rewrote the handlinghobbs2003-04-261-42/+55
* | TkpDisplayButton: use computed borderWidthdas2008-12-071-2/+2
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | * macosx/tkMacOSXButton.c: sync formatting, whitespace, copyrightdas2007-11-091-5/+7
* | * macosx/tkMacOSXButton.c: replace HiliteControl() by modern APIdas2007-11-081-47/+74
* | * generic/tkFocus.c, generic/tkFrame.c, generic/tkInt.h:hobbs2007-10-151-4/+10
* | * macosx/tkMacOSXButton.c: delay picParams setup until needed.das2007-10-121-25/+16
* | * macosx/tkMacOSXScrlbr.c: correct int <-> dobule conversion issuesdas2007-06-291-7/+11
* | * macosx/tkMacOSXWindowEvent.c (GenerateUpdateEvent): complete alldas2007-05-311-10/+10
* | * macosx/tkMacOSXWindowEvent.c: ensure window is brought to the frontdas2007-05-091-2/+2
* | silence debug build error messagesdas2007-04-251-2/+2
* | * macosx/tkMacOSXCarbonEvents.c: add window event target carbon eventdas2007-04-231-978/+920
* | * macosx/tkMacOSXBitmap.c, macosx/tkMacOSXButton.c:hobbs2007-04-211-961/+1008
* | Reduce the #ifdef count a lot by adding debug-print macrosdkf2007-04-131-1008/+961
* | sync whitespace with core-8-4-branchdas2006-08-181-5/+5
* | * macosx/tkMacOSXButton.c (TkMacOSXDrawControl): correct redrawhobbs2006-05-261-22/+28
* | * generic/tkTextDisp.c: moved #ifdef MAC_OSX_TK code added bydas2006-03-241-4/+2
* | * generic/tkFont.c: implementation of ATSUI text renderingdas2006-03-221-4/+2
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-4/+4
* | * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): check ifdas2005-09-101-1/+19
* | * macosx/tkMacOSXButton.c:das2005-08-221-2/+2
* | * macosx/tkMacOSXCarbonEvents.c (AppEventHandlerProc): handle carbondas2005-08-091-11/+10
* | * macosx/tkMacOSXInit.c:das2005-05-141-4/+3
* | Fix the mysterious "sometimes one button doesn't draw" bug.wolfsuit2005-03-121-23/+19
* | fix to MacOSX compound button layoutvincentdarley2004-11-091-4/+10
* | * doc/checkbutton.n: TIP#110 implementationhobbs2004-02-181-24/+38