Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added OSX-specific mechanism to allow retrieval of the drawing surface. | dkf | 2012-05-29 | 1 | -0/+7 |
| | |||||
* | implement TkSetPixmapColormap and TkpPrintWindowId for cygwin | jan.nijtmans | 2012-05-16 | 1 | -1/+1 |
|\ | | | | | cleanup some more unused CYGWIN stuff | ||||
* | | Patch for font metrics and colorspace provided by Adrian Robert | Kevin Walzer | 2012-02-22 | 3 | -11/+26 |
| | | |||||
* | | [Bug 3486474]: Inconsistent color scaling | jan.nijtmans | 2012-02-15 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | [Bug 3486474]: Inconsistent color scaling | jan.nijtmans | 2012-02-15 | 1 | -1/+1 |
| |\ | |||||
| | * | proposed fix for bug-3486474 | jan.nijtmans | 2012-02-10 | 1 | -1/+1 |
| | | | |||||
| * | | Implementation for Carbon. | dgp | 2011-10-17 | 1 | -5/+19 |
| | | | |||||
* | | | Add copyright info | Kevin Walzer | 2012-01-29 | 1 | -0/+1 |
| | | | |||||
* | | | Fix for serious bugs with input methods, and for display of certain fonts in ↵ | Kevin Walzer | 2012-01-29 | 5 | -107/+494 |
| | | | | | | | | | | | | buttons; thanks to Adrian Robert for extensive patches | ||||
* | | | TIP 382: Existence and argument validation for -confirmoverwrite on Cocoa. | dgp | 2011-10-24 | 1 | -1/+10 |
| | | | | | | | | | Option is ignored for now. | ||||
* | | | Fix for bgerror conflict with Tk-Cocoa menu | Kevin Walzer | 2011-08-05 | 2 | -2/+5 |
| | | | |||||
* | | | Minor tweak for wm forget | Kevin Walzer | 2011-07-27 | 2 | -4/+4 |
| | | | |||||
* | | | Minor fix of wm forget implementation on Aqua | Kevin Walzer | 2011-07-26 | 2 | -72/+50 |
| | | | |||||
* | | | Fix issue with shift key firing twice if bound to different procedure | Kevin Walzer | 2011-07-18 | 1 | -1/+2 |
| | | | |||||
* | | | Correct some README bitrot. | dgp | 2011-06-10 | 1 | -9/+3 |
|\ \ \ | |/ / | |||||
| * | | Correct some README bitrot. | dgp | 2011-06-10 | 1 | -9/+3 |
| | | | |||||
* | | | Purge RCS Keywords | dgp | 2011-06-08 | 54 | -109/+2 |
|\ \ \ | |/ / | |||||
| * | | Purge RCS Keywords. | dgp | 2011-06-08 | 56 | -113/+2 |
| |\ \ | | |/ | |||||
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 49 | -98/+0 |
| | | | |||||
| | * | * macosx/tkMacOSXHLEvents.c (ScriptHandler): fix "do script" apple | das | 2009-08-24 | 1 | -49/+27 |
| | | | | | | | | | | | | | | | | | | event handler issues on recent Mac OS X releases by using AE coercion to 'utf8' for text data and to 'fsrf' for alias data. (reported by Youness Alaoui on tcl-mac) | ||||
| | * | * generic/tkImgPhoto.c: fix leaks discovered with the Mac OS X | das | 2009-02-06 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | * generic/tkMenu.c: Instruments.app Leaks tool. * macosx/tkMacOSXWm.c: | ||||
| | * | whitespace | das | 2009-02-06 | 1 | -2/+2 |
| | | | |||||
| | * | adjust copyright year | das | 2009-01-08 | 1 | -3/+3 |
| | | | |||||
| | * | Fix potential use of uninitialized variable flagged by clang static analyzer | das | 2008-12-07 | 1 | -3/+4 |
| | | | |||||
| | * | Fix leaks flagged by clang static analyzer | das | 2008-12-07 | 1 | -1/+25 |
| | | | |||||
| | * | TkpDisplayButton: use computed borderWidth | das | 2008-12-07 | 1 | -2/+2 |
| | | | |||||
| | * | MenuDefProc: avoid crash with non-Tk menus | das | 2008-12-07 | 1 | -6/+3 |
| | | | |||||
| | * | * macosx/tkMacOSXCarbonEvents.c: fix debug carbon event tracing; | das | 2008-06-19 | 1 | -44/+37 |
| | | | | | | | | | | | | | | | (InstallStandardApplicationEventHandler): replace needless use of TkMacOSXInitNamedDebugSymbol() by standard TkMacOSXInitNamedSymbol(). | ||||
| | * | * macosx/tkMacOSXDebug.c: revert 2007-11-09 commit making | das | 2008-06-19 | 2 | -5/+6 |
| | | | | | | | | | | | | | | | * macosx/tkMacOSXDebug.h: TkMacOSXInitNamedDebugSymbol() available outside of debug builds. | ||||
| | * | * macosx/tkMacOSXEmbed.c (TkpMakeWindow): fix bug with missing | das | 2008-06-19 | 2 | -18/+50 |
| | | | | | | | | | | | | | | | | | | * macosx/tkMacOSXSubwindows.c (XMapWindow): focus on first map by only sending VisibilityNotify events once windows are mapped (rather than when they are created). | ||||
| | * | * macosx/tkMacOSXWindowEvent.c (TkMacOSXProcessWindowEvent): fix | das | 2008-06-19 | 1 | -2/+2 |
| | | | | | | | | | | | | return value. | ||||
| | * | * macosx/tkMacOSXXStubs.c: sync with core-8-5-branch. | das | 2008-06-12 | 1 | -2/+2 |
| | | | |||||
| | * | fix copyright year | das | 2008-02-27 | 1 | -4/+4 |
| | | | |||||
| | * | * macosx/tkMacOSXDraw.c: workaround leak in Carbon SetPortPenPixPat() | das | 2008-02-27 | 1 | -12/+26 |
| | | | | | | | | | | | | API [Bug 1863346]; avoid repeated PixPat allocation/deallocation. | ||||
| | * | * macosx/Wish-Info.plist.in: add CFBundleLocalizations key, listing | das | 2008-02-02 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * unix/configure.in (Darwin): all library/msgs locales. * unix/configure.in (Darwin): correct Info.plist year substitution in non-framework builds. * unix/configure: autoconf-2.13 | ||||
| | * | * macosx/tkMacOSXWm.c (ApplyMasterOverrideChanges): Revert 2007-10-26 | das | 2007-12-18 | 3 | -35/+138 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | change to window class of transient toplevels that are not also overrideredirect. [Bug 1845899] * macosx/tkMacOSXWm.c (ApplyMasterOverrideChanges): Implement more * macosx/tkMacOSXMouseEvent.c (BringWindowForward): X11-like transient * macosx/tkMacOSXSubwindows.c (XDestroyWindow): behaviour by adding transient windows to a window group owned by the master window, this ensures transients always remain in front of and are collapsed with the master; bring master to front when selecting transient windows; restore default window group of transients if master destroyed. [Bug 1845899] | ||||
| | * | * macosx/tkMacOSXPrivate.h: fix Panther build. | das | 2007-12-18 | 1 | -1/+2 |
| | | | |||||
| | * | Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09 | das | 2007-11-09 | 1 | -2/+2 |
| | | | |||||
| | * | Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09 | das | 2007-11-09 | 23 | -775/+2124 |
| | | | |||||
| | * | fix DEF_MENUBUTTON_FONT | das | 2007-10-30 | 1 | -2/+2 |
| | | | |||||
| | * | * macosx/tkMacOSXWm.c (ApplyMasterOverrideChanges): fix window class of | das | 2007-10-26 | 1 | -24/+27 |
| | | | | | | | | | | | | transient toplevels that are not also overrideredirect. [Bug 1816252] | ||||
| | * | * macosx/tkMacOSXDialog.c: sync with HEAD. | das | 2007-10-26 | 1 | -12/+13 |
| | | | |||||
| | * | * macosx/tkMacOSXWm.c (TkMacOSXGrowToplevel): manually constrain resize | das | 2007-10-11 | 1 | -2/+13 |
| | | | | | | | | | | | | | | | limitBounds to maxBounds, works around SectRect() mis-feature (return zero rect if input rect has zero height/width). [Bug 1810818] | ||||
| | * | cleanup | das | 2007-09-11 | 1 | -11/+7 |
| | | | |||||
| | * | * macosx/tkMacOSXDialog.c (Tk_ChooseColorObjCmd): correct setting of | das | 2007-08-27 | 1 | -35/+27 |
| | | | | | | | | | | | | | | | interp result [Bug 1782105]; fix -initialcolor overwriting last color selection; style cleanup. | ||||
| | * | move macros for Debugging.h to private header | das | 2007-08-23 | 2 | -4/+11 |
| | | | |||||
| | * | * macosx/tkMacOSXDialog.c (NavServicesGetFile): reset interp result on | das | 2007-07-25 | 1 | -1/+2 |
| | | | | | | | | | | | | nav dialog cancel. [Bug 1743786] | ||||
| | * | * macosx/tkMacOSXWindowEvent.c (Tk_MacOSXIsAppInFront): use process mgr | das | 2007-07-09 | 2 | -105/+146 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * macosx/tkMacOSXMouseEvent.c: to determine if app is in front instead of relying on activate/deactivate events (which may arrive after this info is needed, e.g. during window drag/click activation); replace other process mgr use to get this info with calls to Tk_MacOSXIsAppInFront(). * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): correct window click activation, titlebar click handling and background window dragging/growing in the presence of grabs or window-/app-modal windows; fix window click activation bringing all other app windows to front. | ||||
| | * | * macosx/tkMacOSXDraw.c (TkPutImage): handle non-native XImage byte and | das | 2007-07-09 | 1 | -49/+26 |
| | | | | | | | | | | | | bit orders; reverse bits via xBitReverseTable instead of InvertByte(). | ||||
| | * | * macosx/tkMacOSXXStubs.c (DestroyImage): Fixed crash in release | hobbs | 2007-07-04 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | of image data for images coming from XGetImage, introduced 2007-06-23. (das) |