summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixWm.c
Commit message (Expand)AuthorAgeFilesLines
* Fix [53d28027e3]: macOS crashes with 0x0 image for wm iconphoto; make wm icon...culler2019-11-171-0/+4
|\
| * Homogenize still further among platformsfvogel2019-11-101-1/+1
| * Make all platforms check if an iconphoto image is valid and provide the same ...culler2019-11-101-0/+4
* | On unix, make the wm stackorder command return an error if TkWmStackorderTopl...culler2019-11-101-0/+5
|/
* Don't use "class" as (internal) struct field name or local variable name. Mak...jan.nijtmans2019-09-241-4/+4
* Allow "wm frame" to return id's > 0xFFFFFFFF on 64-bit platforms (if the id r...jan.nijtmans2019-09-241-1/+3
* Two times Tcl_Free() -> ckfree()jan.nijtmans2019-07-301-1/+1
* Make it be an error to create a transient/master cycle on unix.culler2019-03-011-7/+13
* Add a comment.culler2018-12-191-1/+7
* Restore the old behavior with unix title bars and borders, but documentculler2018-12-171-33/+3
* Make unixWm-50.3 use a slave rather than dobg and fix the bug it revealed.culler2018-12-161-14/+21
* Another rework to *correctly* search for the highest toplevelculler2018-12-141-24/+49
* Gnome3 behaves differently when the root window is involved. More intricateculler2018-12-131-12/+15
* Make the minimal change needed to fix the issue with Gnome 3 invisible borders,culler2018-12-131-2/+28
* Revert tkUnixWm.c to the core-8-6-branch version.culler2018-12-131-34/+25
* Fix the containment test for menubars. Ensure that the command returns an emptyculler2018-12-131-29/+21
* Fix the containment test, check for iconified windows, adjust some tests.culler2018-12-121-2/+11
* Correct some of the logic in Tk_CoordsToWindow.culler2018-12-121-6/+20
* fix bug [18a4ba19bd]: winfo containing gives wrong answer on linux.culler2018-12-111-15/+9
* Fixed bug [e9112ef96e] - [wm forget] doesn't completelyfvogel2016-02-241-0/+5
* Fixed typo in commentfvogel2015-05-301-1/+1
|\
| * Fixed typo in commentfvogel2015-05-301-1/+1
* | more places convertedjan.nijtmans2013-01-241-16/+16
* | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...jan.nijtmans2013-01-111-1/+1
|\ \ | |/
| * Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...jan.nijtmans2013-01-111-1/+1
| |\
| | * Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...jan.nijtmans2013-01-111-1/+1
| * | sync nmakehlp.c with Tcl versionjan.nijtmans2012-10-231-6/+6
| |\ \ | | |/
* | | consistant use of mode: objc for OSX, strip spaces from the end of linesjan.nijtmans2012-10-231-1/+1
|\ \ \ | |/ /
* | | merge trunkdkf2012-08-271-1/+8
|\ \ \
| * \ \ 3554026 3561016 Better fix from Emiliano Gavilan.dgp2012-08-251-2/+2
| |\ \ \ | | |/ /
| | * | 3554026 3561016 Better fix from Emiliano Gavilandgp2012-08-251-2/+2
| | |\ \ | | | |/
| | | * 3554026 3561016 Better fix from Emiliano Gavilan.dgp2012-08-251-2/+2
| * | | 3554026,3561016 Stop crash with tearoff menusdgp2012-08-231-0/+7
| |\ \ \ | | |/ /
| | * | 3554026,3561016 Stop crash with tearoff menus.dgp2012-08-231-0/+7
| | |\ \ | | | |/
| | | * 3554026,3561016 Stop crash with tearoff menus.dgp2012-08-231-0/+7
| | | * SetOptions.3: minor doc fixjan.nijtmans2012-06-191-4/+4
* | | | Factor out XChangeProperty into a macro to make it _slightly_ less daunting.dkf2012-08-081-62/+46
* | | | merge trunkdkf2012-08-081-4/+5
|\ \ \ \ | |/ / /
| * | | Zap trailing whitespace.stwo2012-08-061-2/+2
* | | | minor improvements to flag handlingdkf2012-07-311-3/+3
* | | | more auditing of error codesdkf2012-07-301-8/+9
* | | | Working towards making the error codes more consistent.dkf2012-07-301-7/+5
* | | | Much more cleaning up of result handling.dkf2012-07-231-80/+143
* | | | Working towards adding all the Tcl_SetErrorCode calls that should be there.dkf2012-07-161-80/+98
|/ / /
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * [Patch #3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2.nijtmans2011-01-251-2/+2
| | * TIP #359: Extended Window Manager Hints support for 8.4patthoyts2010-01-231-4/+179
| | * * win/tkWinEmbed.c (TkpGetOtherWindow): do not panic if no windowhobbs2006-04-111-4/+10