summaryrefslogtreecommitdiffstats
path: root/doc/HWNDToWindow.3
diff options
context:
space:
mode:
authorericm <ericm>2000-04-24 19:11:10 (GMT)
committerericm <ericm>2000-04-24 19:11:10 (GMT)
commita6fb23d1828713a594050d87218125254a99fa37 (patch)
treee39110f25cce7f35c2cf4b191a5de06606c91da4 /doc/HWNDToWindow.3
parent0ee05109607d9b4366039240f05a7d1d096f5d58 (diff)
downloadtk-a6fb23d1828713a594050d87218125254a99fa37.zip
tk-a6fb23d1828713a594050d87218125254a99fa37.tar.gz
tk-a6fb23d1828713a594050d87218125254a99fa37.tar.bz2
* unix/mkLinks:
* doc/HWNDToWindow.3: Man page for Tk_HWNDToWindow [Bug: 1869].
Diffstat (limited to 'doc/HWNDToWindow.3')
-rw-r--r--doc/HWNDToWindow.330
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/HWNDToWindow.3 b/doc/HWNDToWindow.3
new file mode 100644
index 0000000..7e47c90
--- /dev/null
+++ b/doc/HWNDToWindow.3
@@ -0,0 +1,30 @@
+'\"
+'\" Copyright (c) 1998-2000 by Scriptics Corporation.
+'\" All rights reserved.
+'\"
+'\" RCS: @(#) $Id: HWNDToWindow.3,v 1.1 2000/04/24 19:11:10 ericm Exp $
+'\"
+.so man.macros
+.TH Tk_HWNDToWindow 3 "" Tk "Tk Library Procedures"
+.BS
+.SH NAME
+Tk_HWNDToWindow \- Find Tk's window information for a Windows window
+.SH SYNOPSIS
+.nf
+\fB#include <tk.h>\fR
+.sp
+Tk_Window
+\fBTk_HWNDToWindow\fR(\fIhwnd\fR)
+.SH ARGUMENTS
+.AP HWND hwnd in
+Windows handle for the window.
+.BE
+
+.SH DESCRIPTION
+.PP
+Given a Windows HWND window identifier, this procedure returns the
+corresponding Tk_Window handle. If there is no Tk_Window corresponding
+to \fIhwnd\fR then NULL is returned.
+
+.SH KEYWORDS
+Windows window id
/tr> bug_1501749fffFixed bug [1501749fff] - Crash on embedded window deletion bound to <Map> eventfvogel9 years bug_1510538fffFixed bug [1510538] - Wrong initial scrollbar widthfvogel9 years bug_1520118fffFixed bug [1520118fff] - -validate resets to nonefvogel9 years bug_1581435fffFixed bug [1581435fff] - Documented precedence order in the matching process ...fvogel9 years bug_1581955fffSlightly better formattingfvogel10 years bug_1630251Bug 1630251: Documentation for -endline option was wrongfvogel12 years bug_1630254Better fix for bug-1630254fvogel12 years bug_1630262Bug-3487407: Weird text indicesfvogel13 years bug_1630271patch-3477449: segfault when mark out of -startline/-endline rangejan.nijtmans13 years bug_1669632fffFixed bug [1669632fff] cases (ii) and (iii) - Tolerate a shaky hand using the...fvogel9 years bug_1700065fffUpdated header comments of EntryValueChanged, InsertChars and DeleteChars sin...fvogel9 years bug_1714535fffDocumented explicitely that geometry requests from mapped slaves (panes) are ...fvogel9 years bug_1739605fffAdded non-regression test case: textDisp-11.21fvogel9 years bug_18c08df753End of fix for [18c08df753] - Merged branch bug-2886436fff-option2fvogel8 years bug_1913750- merge trunkjan.nijtmans13 years bug_1927212fffFixed test constraintsfvogel9 years bug_1997299fffAdded visual tests for borders, following bug [1997299fff]fvogel9 years bug_1e0db2400cFix coding style and a comment.fvogel7 years bug_2049429fffBring back DEF_TEXT_SPACING[123], since "0" is not exactly equal to NULL (jus...jan.nijtmans9 years bug_2160206fffAdded new test to check for error triggering when posting a menu of type menubarfvogel9 years bug_220854fffFixed bug [220854fff] - Trailing tab characters in entry widgets are not disp...fvogel9 years bug_2262543fffFixed bug [2262543] - Scale widget unexpectedly fires command callbackfvogel9 years bug_2262711fffFixed bug [2262711fff] - Regexp search fails with Unicode and elidefvogel9 years bug_22ace0d494merge core-8-6-branchsimonbachmann7 years bug_2368195fffMore correct error handling when calling paneconfigure with a non existing wi...fvogel9 years bug_2433781Fix [2433781fff]: Under X11 image/text now will be centered correctly, the ol...gcramer7 years bug_2443069merge trunkjan.nijtmans12 years bug_2546087Second draft of fix for 2546087. dgp13 years bug_280089486eFixed failing (in trunk) text-19.16 - Bug [280089486e]fvogel10 years bug_280089486e_bisFixed failing text-19.16 - Bug [280089486e]fvogel10 years bug_2874226Rendering of all join styles is now correct on Windows when the first and las...fvogel7 years bug_2886436fff_option1Fixed bug [2886436fff] - [.txt delete] deletes before start index - This is o...fvogel9 years bug_2886436fff_option2Tried to be even clearer.fvogel9 years bug_28a3c366e6Fix [28a3c366e6]: memory leak in the text widget. Patch contributed anonymouslyfvogel7 years bug_28a4535fa2'Fixed' font-24.11 and unixfont-5.12 to fail again identically as they fail i...fvogel8 years bug_28d0b8fb2fFix [28d0b8fb2f]: Delete the property used for X selection conversion before ...fvogel7 years bug_2912962fffFixed TTK_STATE_USER2 similarly as TTK_STATE_USER1. These bits are set for th...fvogel7 years bug_2945130fffLeft and right Control and Alt keys are distinguished using the Extended flag...fvogel8 years bug_2945130fff_shiftSolution for differentiating left and right shift keys.fvogel8 years bug_297442da29Fixed bug [297442da29] - tk_strictMotif not correctly taken into accountfvogel9 years bug_2981253fffFixed bug [2981253] - spinbox button frozen in case of repeated depressionsfvogel9 years bug_2a70627a03Suggested fix for [2a70627a03]: shobjidl.h include in tkWinDialog.c breaks mi...jan.nijtmans10 years bug_2cf3d6942cImproved further test button-5.24: the test no longer depends on default valu...fvogel8 years bug_2cf3d6942c_mistakeFixed [2cf3d6942c] - Test button-5.24 fails. First, use {Helvetica -12} as fo...fvogel8 years bug_2f78c7c5eaBetter comment about the fix, since the issue is now fully understood.fvogel9 years bug_3021557bug-3021557 Moving the cursor in elided text freezes Tkjan.nijtmans13 years bug_3062331Add comments explaining new code.dgp13 years bug_308940fffRevert the previous commit since it has drawbacks (see [6020ee2d03]).fvogel7 years bug_3102228fffFixed bug [3102228] - <<ListboxSelect>> doesn't fire when selection lostfvogel9 years bug_3137232fffFixed bug [3137232] - spinbox error after destroying toplevel from widgetfvogel9 years bug_3216070merge core-8-5-branchjan.nijtmans14 years bug_3217462'xpnative' and 'vista' (and 'aqua') themes: 'alternate on' changed to be iden...fvogel8 years bug_3295446Fix [3295446]: Make the insertion cursor always visible when browsing console...fvogel7 years bug_3404541fix ttk::labeljan.nijtmans13 years bug_3406785Fix [3406785]: Incorrect coords rounding, pixel jump in drawing canvas itemsfvogel7 years bug_3410609Tentative fix for bug 3410609 - use the keysym returned by XLookupString in p...Kevin B Kenny13 years bug_3417012fffTest for 3417012dgp10 years bug_3475627applied patch-3476698jan.nijtmans13 years bug_3486474improved, faster implementations of XParseColor and TkParseColorjan.nijtmans13 years bug_3508771merge core-8-4-branchjan.nijtmans12 years bug_3511806implementation ready for further field-testsjan.nijtmans12 years bug_3512539fffFix for [3512539fff] removed, by popular demandfvogel8 years bug_3512824merge trunkjan.nijtmans12 years bug_3529885fffAdded test case for bug [3529885fff]fvogel10 years bug_3545457[Bug 3545457]: Crash on packing a menubuttonfvogel12 years bug_3554052fffFixed bug [3554052fff] by applying [b28d8aaa7c] to core-8-5-branchfvogel9 years bug_3554273Fixed [Bug 3554273]: Test textDisp-32.2 failedfvogel12 years bug_3555644new virtual event <<ToggleSelection>>jan.nijtmans12 years bug_3566106post-review, believed minimaldkf12 years bug_35677793567779 Fumbling attempt to make winWm.test stop segfaulting and start passingdgp12 years bug_3567786Updated branch now stops all segfaults and panics in the test suite.dgp12 years bug_3582795rebasejan.nijtmans11 years bug_3585396merge-markjan.nijtmans12 years bug_3588460fffRevert unintentional removal of ::tk_getFileType that happened in [374cb204]fvogel8 years bug_3588824Added tests for weird embedded windows namesfvogel12 years bug_3592454fffComplementary fix for bug [3592454fff] - Don't identify the sash associated t...fvogel9 years bug_3592736possible fix for bug 3592736 (with some formatting improvements from dkf)jan.nijtmans12 years bug_3599312The proposed fix from Bug 3599312, which should make key map handling interactdkf12 years bug_3600390See bug 3600390jan.nijtmans12 years bug_3601604fffFixed bug [3601604fff] - [listbox $path -takefocus 0] steals focusfvogel9 years bug_3602901fffFactorized documentation of -padding as much as possible, and clarified docum...fvogel7 years bug_3604346Suggested fix for [3604346]: Checkin [a7eee0499a] broke Ttk docs.jan.nijtmans11 years bug_3607248Proposed patch by kjnash. Committed in [1f184c7377]jan.nijtmans12 years bug_3607250Possible (partial) fix for [Bug 3607250]jan.nijtmans12 years bug_3607830Merge 8.5. Bring together the compile time and run time Xkb checks.dgp11 years bug_3608074Add documentation for <<EnteredChild>>, <<Invoke>>, <<Increment>> and <<Decre...jan.nijtmans12 years bug_3613668Enable XInitThreads on some platforms where it might be safe.jan.nijtmans11 years bug_3613759Suggested fix for [3613759]: ttk::entry and symbolic index namesjan.nijtmans11 years bug_382da038c9Stop panic (Bad tag priority being toggled on) - Bug [382da038c9]fvogel10 years bug_38dc27bd1d0ecd68Fix test-case bind-27.2 on X11 (it worked on win32)jan.nijtmans9 years bug_3df559ef7cReverted [7ed6460f] since it fixes an issue unrelated to the bug presented in...fvogel8 years bug_3e3e25f483Fixed bug [3e3e25f483] - winbutton-1.[12] fails on Win7fvogel9 years bug_3ee76e41c2Remove superfluous lines (the default font of the text widget is already save...fvogel8 years bug_3f1f79abcfAdded test case for bug [3f1f79abcf]fvogel9 years bug_3f323bf2b4Fix [3f323bf2b4]: wm protocol crash on OSX compiled with XCode 8.3.1. Patch f...fvogel7 years bug_434d294dfSlightly use of more "int" in stead of double, for 100% compatibility at scri...jan.nijtmans7 years bug_450bb0ecadmerge 8.6dgp8 years bug_453518fffFixed bug [453518] - Windows 16-bit color green mask is wrongfvogel9 years bug_487861ffffFixed bug [487861ffff] - cascade with -accelerator looks wrongfvogel9 years bug_4955f5d8a4merge trunkjan.nijtmans10 years bug_4966cad4d4merge trunkfvogel7 years bug_4cb3dab4ebFixed typosfvogel8 years bug_514ff64dd0Fix [514ff64dd0]: canvas rotated text overlap detection not workingfvogel7 years bug_5239fd749bFix [5239fd749b]: Segfault when copying a photo image to itself. Patch from S...fvogel7 years bug_533519merge trunkjan.nijtmans12 years bug_533519_altalternative bug fix, keeping coordinates relative to the screenjan.nijtmans12 years bug_542199fffFixed entry part of bug [542199fff] - Double click on a lone character in an ...fvogel9 years bug_545f10fcf3Fixed [545f10fcf3] - Poor Xft coloured font performance on X11. Thanks to Jam...fvogel8 years bug_55b95f578aAdd test for [55b95f578a]: Associating variable with bignum value with scale ...fvogel7 years bug_562118ce41Added test for bug [562118ce41]fvogel9 years bug_5660d11c3fAdded missing spacefvogel8 years bug_62c5b7a1d7Added test text-8.27 for non-regression against the crash [62c5b7a1d7]fvogel7 years bug_62f1343ad2Attempt to fix [62f1343ad2fd9c77d1f3bf4c9e244e6f33787172|62f1343ad2]: Tk text...jan.nijtmans7 years bug_6976e4b3b2Cherrypicked [c8256e859a] - Fix from pspjuth to restore the default false val...fvogel8 years bug_6aea69fccbFixed [6aea69fccb] - grid configure -in problem. Patch by Koen Danckaert.fvogel8 years bug_720879afe9First attempt at bug-fix for [720879afe9]. Doesn't work yet (characters 'x' a...jan.nijtmans8 years bug_720879afe9_altNew attempt to fix [720879afe9] - WM_CHAR message handling. Patch from Christ...fvogel8 years bug_73ba07efcdmerge core-8-6-branchfvogel7 years bug_7703f947aaFixed textDisp-4.1 and -4.2 - The expected test results were not relevant wit...fvogel10 years bug_77527326e5Fix [77527326e5]: ttk artifacts on Ubuntu. Patch from Csaba Nemethi.fvogel8 years bug_793909fffFixed bug [793909] - Problem with nonexistent namespacesfvogel9 years bug_79549a9134A mouse button once pressed should be released. Doing otherwise messes up wit...fvogel8 years bug_7a838c38a1Better comment explaining why some events are ignored.fvogel8 years bug_7c7e8f957eAdd missing .RE in canvas.nfvogel7 years bug_7d967c68Proposed fix for [7d967c68a09e07e355358af40f36dd5dd84c7022|7d967c68]: Tk appl...jan.nijtmans8 years bug_810c43d789Fixed failing textDisp-19.11.20 and textDisp-19.11.23 [810c43d789]fvogel10 years bug_8277e1a906Fix the proposed patch since it had unexpected jumping effects in the fonts l...fvogel7 years bug_841280ffffFixed bug [841280] - spinbox -from and -to defaults and behaviourfvogel9 years bug_857686bb3dFixed remaining issue with textDisp-29.2.4fvogel10 years bug_89a638af38Fix [89a638af38]: OS X - textDisp-15.8 failsfvogel8 years bug_8c4216dca9Fixed [8c4216dca9] - listbox-4.1 unreliably fails on Debian 8fvogel8 years bug_92e028b41bFix [92e028b41b] and [c5eb909f86]: Theme changes to xpnative after switching ...fvogel7 years bug_960391ffffPatch [960391] from Erik Leunissen (rebased to latest trunk) to improve listb...fvogel9 years bug_99b84e49ff_8_5Reverse previous commit for alpha channel data in image because of newly disc...Kevin Walzer10 years bug_99b84e49ff_trunkReverse previous commit for alpha channel data in image because of newly disc...Kevin Walzer10 years bug_9e487e9f15Ticket [9e487e9f15]: Fix for tkWinButton to avoid problems in pluginjan.nijtmans10 years bug_9fcc519a7cminor formattingjan.nijtmans9 years bug_a2abc45ee6Fixed [a2abc45ee6] - Cursor at wrong position after event generate -warp on s...fvogel8 years bug_a5ba1c9764Fix [a5ba1c9764]: Race condition in clipboard cleanup on Windows. Patch from ...fvogel7 years bug_adc028c8d0Add "break" to "bind Menu <KeyPress>" in library/menu.tcl. Fixes bug adc028c...kjnash7 years bug_ae32eb7e10Remove superfluous 'textfonts' constraint in textDisp-20.1,2,3,4,5fvogel8 years bug_b362182e45Added test text-11a.51 to check the fix of [b362182e45]fvogel8 years bug_b601ce3ab1Fix [cc42cc18a5]: Prevent the test suite from crashing when running tests img...fvogel7 years bug_bb6b4032d2Fix [bb6b4032d2]: ::tk::AmpMenuArgs does not work with 'entryconf'fvogel7 years bug_bc43fd20cfFix [bc43fd20cf]: paneconfigure not working as expectedfvogel7 years bug_c0dbdd3ff3Make tests pass again after fixing [c0dbdd3ff3]: Tk Compatibility Fonts block...fvogel8 years bug_c12af74765Better fix for [c12af74765]: OS X - text-21.1 failsfvogel8 years bug_c199ef90a6Fixed wrong index returned by @x,y with elided lines at end of text - Bug [c1...fvogel10 years bug_c24b97d905Added tests for bug [c24b97d905] - text count -displaylines is wrong with eli...fvogel10 years bug_c492c96aa2Group multiple [style map TCombobox] statements into a single instructionfvogel8 years bug_c95d4691ffFixed [c95d4691ff] - winfo screenheight w/dual monitors returns the screen he...fvogelnew1@free.fr8 years bug_c95d4691ff_mistakeFixed [c95d4691ff] - winfo screenheight w/dual monitors returns the screen he...fvogel8 years bug_cbab0f88d7Attempt to fix [cbab0f88d7]: textDisp-19.17 and textDisp-19.18 failfvogel8 years bug_d0c55bd78aFix [d0c55bd78a]: inaccurate documentation for continue/break/ok in binding s...fvogel7 years bug_d4fb4e80d2Merge core-8-6-branch so that new test imgPhoto-4.74 lands in the present bug...fvogel8 years bug_d4fb4e80d2_altAlternative proposed solution for [d4fb4e80d220e46e588f310291fd7a4205e8cd67|d...jan.nijtmans8 years bug_d6b95ce4grid: shrink frame when last child is ungridded. Ticket [d6b95ce4]harald.oehlmann@elmicron.de8 years bug_d6b95ce492_altPatch by Koen in Ticket [d6b95ce4]: no check for ALLOCED_MASTER, second place...harald.oehlmann@elmicron.de8 years bug_d6fd19e4e5Fix [d6fd19e4e5]: Documentation of ttk::notebook 'tabs' widget command clarif...fvogel7 years bug_d7bad57c43Limit sash proxy maximum coordinates to the size of the panedwindow it belong...fvogel9 years bug_d95e5d8f16Added non regression test case for bug [d95e5d8f16]fvogel9 years bug_d9fdfa435dmerge core-8-6-branchfvogel7 years bug_dac92f194cFix [dac92f194c]: OS X - text-2.8 and text-2.9 are both run and failfvogel8 years bug_dd9667635dUse interp bgerror instead of old proc bgerror.fvogel7 years bug_de156e9efeDocument changes in doc/selection.nkjnash7 years bug_e36963bfe8Added test event-8 to test the fix for for [e36963bfe8]fvogel8 years bug_e4336bef5dFix [e4336bef5d] (Unexpected result when copying a photo image to itself): if...simonbachmann7 years bug_e4ed00a954Fixed crash with display wordstart - Bug [e4ed00a954]fvogel9 years bug_e8a111970aFixed [e8a111970a] - Misleading documentation for menu accelerator optionfvogel8 years bug_e9112ef96eAdded test case wm-forget-2 related to test the fix for bug [e9112ef96e]fvogel9 years bug_eb26817783Fixed [eb26817783] - listbox-13.3 fails on Linuxfvogel8 years bug_ed22529c92Fix [ed22529c92]: Spinbox validation is turned off when validate function ret...fvogel8 years bug_ee40fd1fceFix [ee40fd1fce]: Report possible error message from the consoleInterp to int...fvogel7 years bug_f0188aca9eThe typo introduced in [c483179b] does not help in running the tests in color...fvogel7 years bug_f1a3ca09d2Fix [f1a3ca09d2]: Memory leak in generic/tkTextBTree.c. Patch from 'edhume3'.fvogel7 years bug_f214b8Since fontCache is the first field of struct TkFontInfo, make the code somewh...jan.nijtmans11 years bug_f214b8ad5bmerge trunkjan.nijtmans11 years bug_f2655bb0ecFixed [f2655bb0ec] - bind-15.23 fails if the mouse is inside the test windowfvogel8 years bug_f60c54bec6Fix [86a7468862]. Make test combobox-3 pass (hopefully) on all platforms.fvogel8 years bug_fa32290898Constrained test menu-38.1 to Unix or Mac platforms since this test hangs on ...fvogel8 years bug_fab5fed65eRemove obsolete comments. The line they comment was kicked out of the code in...fvogel8 years bug_fd3a4dc111Fixed [fd3a4dc111] - <<Modified>> event is not always sent to peersfvogel8 years bug_ff8a1e55a2Better patch for bug [ff8a1e55a2] - Filling a never-mapped text widget is CPU...fvogel9 years cocoa_full_merge_review_8_5Added two missing header files from the cococa backport branch.andreask12 years contrib_patrick_fradin_code_cleanupContribution by Patrick Fradin <patrick.fradin@planar.com>andreask12 years core_8_0_2_syntheticCreated branch core-8-0-2-syntheticcvs2fossil26 years core_8_0_5_branchupdate release date for 8.0.5 stanton25 years core_8_0_6_branchCreating branch core-8-0-6-branchcvs25 years core_8_1_0_branchupdated version number to 8.1.1 stanton25 years core_8_1_0_syntheticCreated branch core-8-1-0-syntheticcvs2fossil25 years core_8_1_a2_syntheticCreated branch core-8-1-a2-syntheticcvs2fossil26 years core_8_1_b1_syntheticCreated branch core-8-1-b1-syntheticcvs2fossil26 years core_8_1_b2_syntheticCreated branch core-8-1-b2-syntheticcvs2fossil26 years core_8_1_b3_syntheticCreated branch core-8-1-b3-syntheticcvs2fossil25 years core_8_1_branch_oldFix deadlock situtation in generic/tkWindow.c when Initialize() doesn't redman25 years core_8_2_1_branchadded warning when specifying --enable-threads to Tk hobbs25 years core_8_2_b3_branchInclude the unix/aclocal.m4 file with the distribution. redman25 years core_8_3_1_branchFix sh quoting error reported in bash-3.1+ [Bug 1377619] (schafer) nijtmans15 years core_8_4_20_rcTag for release.dgp11 years core_8_4_9_branchUpdated chengyemao19 years core_8_4_branchmerge releasedgp11 years core_8_4_win_speedupupdate to head hobbs22 years core_8_5_10_rcmerge to RCdgp13 years core_8_5_11_rcmerge, tag & bag another 8.5.11 RCdgp13 years core_8_5_12_rcmerge 8.5dgp12 years core_8_5_13_rcChangeLog release markdgp12 years core_8_5_14rcUpdate changes. Tag RC1.dgp11 years core_8_5_15_rcmerge 8.5; update changesdgp11 years core_8_5_16_rcstamp release datedgp10 years core_8_5_17_rcmerge 8.5dgp10 years core_8_5_18_rcupdate release datedgp10 years core_8_5_19_rcmerge 8.5dgp9 years core_8_5_a5_syntheticCreated branch core-8-5-a5-syntheticcvs2fossil18 years core_8_5_branchFix [cc42cc18a5]: Prevent the test suite from crashing when running tests img...fvogel7 years core_8_6_0_rcmerge trunkdgp12 years core_8_6_1_rcmerge trunk; update changesdgp11 years core_8_6_2_rcmerge trunkdgp10 years core_8_6_3_rcupdate READMEdgp10 years core_8_6_4_rcmerge trunkdgp10 years core_8_6_5_rcPut [wm forget] fix in the 8.6.5 release.dgp9 years core_8_6_6_rcmerge 8.6dgp8 years core_8_6_7_rcmerge 8.6; update changesdgp7 years core_8_6_b2_rcrelease tagdgp13 years core_8_6_b3_rcTag for 8.6b3 release.dgp12 years core_8_6_branchRemove all references to coffbase.txt (which will be removed from Tcl) and wi...jan.nijtmans7 years core_8_7_a1_rcmerge trunkdgp7 years core_stabilizer_branchmerge updates from core-8-5-branch dgp16 years core_stabilizer_merge_syntheticCreated branch core-stabilizer-merge-syntheticcvs2fossil16 years core_zip_vfsPulling changes from trunkhypnotoad8 years dev_8_1_stubs_branchmerge 8.0.6 code for stubs into 8.1 for UNIX redman26 years dev_stubs_branchFixed makefile and configure script to properly build wish on Unix. redman26 years dgp_Tcl_requirementRevise trunk to an explicit requirement on Tcl 8.6.0 so that Tcl 8.6 interpsdgp9 years dgp_backportcocoaforgetWork in progress attempting to backport Cocoa implementations of [wm manage] anddgp12 years dgp_modernize_initFixup the typecastingdgp8 years dgp_privates_into_namespace * Corrections to merge from HEAD dgp23 years dgp_reviewSomewhat more benefit from TCL_GLOBAL_ONLYjan.nijtmans12 years dgp_support_tcl_8_6_buildmore mergingdgp12 years editorconfigAdded EditorConfig support (experimental)fvogel8 years finddlineWith the real fix in FindDLine ([717e12ee]) there is no need anymore of the e...fvogel9 years frq_3536507frq-3536507: clientData field in Tk_OptionSpec should be "const void *"jan.nijtmans12 years frq_3555324merge trunkjan.nijtmans12 years hithemeScrolling is now working at an acceptable level; using Unix bindings to drive...Kevin Walzer10 years initsubsystems2Demonstrate how the Tk_Main() macro can use Tcl_InitSubsystems(), as fully eq...jan.nijtmans11 years irontclAlways define '_USING_V110_SDK71_', in case targeting the pre-Windows 8.x SDKs.Joe Mistachkin7 years jn_cocoa_full_merge_8_5full merge of cocoa experiment, ready to be merged to core-8-5-branch and fro...jan.nijtmans12 years jn_web_colorsmerge trunkjan.nijtmans12 years littleMerge 8.6.5 release.dgp8 years macosx_8_4_branchadded macosx-8-4-branch ChangeLog entries das22 years macosx_button_segfaultApply a similar dealloc fix to menubuttonhypnotoad10 years mastermerge core-8-6-branchjan.nijtmans7 years mistachkin_dev_branchCreating branch mistachkin-dev-branchcvs21 years mistakeFix [28d0b8fb2f]: Delete the property used for X selection conversion before ...fvogel7 years mistake__off_trunkFixes for menu and wm fullscreen bugs; thanks to Adrian Robert for patchesKevin Walzer12 years multiscreensMerged core-8-6-branchfvogel8 years multiscreens_exp1(Experimental) Removed screen dependency of TkBordersfvogel8 years new_iconsExperiment, just to have a look how the new icon could look like.jan.nijtmans9 years novem_supportmerge trunkjan.nijtmans7 years novem_support_85more minor tweaks, getting it to run with Tcl 9.0 when compiled against 8.5 o...jan.nijtmans12 years option_readfileDocument that [encoding system] has no effect on option readfilejan.nijtmans9 years patch_3471873[Bug-3288113,3288121]: Missing marks/endless loop in text mark prev/nextjan.nijtmans13 years patch_3479498[Bug-1754043] and [Bug-2321450]: When -blockcursor is true, the cursor appear...fvogel13 years pspjuth_canvasmerge trunkpspjuth12 years pspjuth_touchmerge trunkjan.nijtmans8 years revised_textMerge trunkfvogel7 years revised_text_oberForgot to add generic/mystdint.h when committing Paul's patch (my bad, sorry).fvogel8 years rfe_22ace0d494Adapt detection for whethere there is alpha or not on Postscript generation t...jan.nijtmans7 years rfe_2636558improving backwards compatibilityjan.nijtmans12 years rfe_2863003fff(Modernized) patch from egavilan to fix [2863003fff] and [d6b95ce492] - tk fr...fvogel8 years rfe_3503317test output in Xorg rgb.txt formatjan.nijtmans13 years rfe_38dc27bdMore test-cases for Button 6-9 handlingjan.nijtmans8 years rfe_3f456a5bb9[3f456a5bb9]: Patches for listbox right justifyjan.nijtmans11 years rfe_499526180dAdd comment explaining that ks_names.h should be kept in sync with keysymdef....fvogelnew1@free.fr8 years rfe_6c0d7aec67merge core-8-6-branchjan.nijtmans7 years rfe_e9a842a3c5Arjen Marcus' patch, with minor edits in the ParseProc and PrintProc (making ...jan.nijtmans11 years scriptics_sc_1_0_branchCreating branch scriptics-sc-1-0-branchcvs25 years scriptics_sc_1_1_branchCreating branch scriptics-sc-1-1-branchcvs25 years scriptics_tclpro_1_3_b2_branchfixed incorrect patchlevel info stanton25 years scrollbar_obj_cmdSome more places where Tcl_Obj's can be usedjan.nijtmans10 years send_obj_cmdmake test-case send-8.15 pass (is this the right way?)jan.nijtmans10 years tagoptions-lmargincolor tag configuration option: implementation slightly optimized sin...fvogelnew1@free.fr9 years tclpro_1_4_0_syntheticCreated branch tclpro-1-4-0-syntheticcvs2fossil24 years tclpro_1_4_1_syntheticCreated branch tclpro-1-4-1-syntheticcvs2fossil24 years tclpro_1_5_0_syntheticCreated branch tclpro-1-5-0-syntheticcvs2fossil24 years text_elidedMerged branch bug-c199ef90a6 - This is a no-op, this commit from this branch ...fvogel10 years tip_166Fix order of tests in tkImgListFormat.c. This was discovered when analyzing [...fvogel7 years tip_382 add docsdgp13 years tip_389More simplificationsnijtmans@users.sourceforge.net8 years tip_415merge trunkjan.nijtmans9 years tip_437merge core-8-5-branch. jan.nijtmans9 years tip_438rebase "tip-438" branch to latest trunk.jan.nijtmans9 years tip_438_bettercodeFix test-cases textDisp-33.2 and textDisp-33.3jan.nijtmans9 years tip_438_eventsImplementation of TIP #438 - Solution using virtual eventsfvogel9 years tip_441Removed unfinished test case committed by error in the previous commit.fvogel9 years tip_442merge trunkfvogel8 years tip_443Rebased to core-8-6-branchfvogel9 years tip_446Took comments from Koen Danckaert into account (with my thanks) to simplify t...fvogel8 years tip_446_canundoAligned GenerateModifiedEvent() on GenerateUndoStackEvent() regarding generat...fvogel8 years tip_446_experimentalUse TkHandleEventGenerate rather than directly fiddling with the event struct...fvogel8 years tip_446_undodepthMerged core-8-6-branchfvogel8 years tip_449Rebased to trunk since TIP #449 was accepted for merging to trunk only, not t...fvogel8 years tip_454frame resize tests exercice all paths of pack and grid, removed tests for dif...oehhar8 years tip_464merge core-8-6-branchfvogel7 years tk_cocoa_8_5_backportmerge core-8-5-branchjan.nijtmans12 years tk_errorcodesmerge trunkdkf12 years tk_stu_pkgMerge trunk.stu7 years tobetestedmerge core-8-4-branch, still to be tested on Unixjan.nijtmans12 years ttk_range_widgetttk::range widget implementation, contributed by Goodwin Lawlor [SF#3391905]jenglish13 years vc_reformNeed netapi.lib for static buildsapnadkarni7 years win32_armFix one missed makefile comment change.Joe Mistachkin11 years winFixesPermit static linking to the MSVCRT as a stand-alone option. Enable WinXP SD...Joe Mistachkin8 years z_modifierCompanion to Tcl's [https://core.tcl.tk/tcl/timeline?r=z_modifier|z_modifier]...jan.nijtmans7 years