summaryrefslogtreecommitdiff
path: root/src/gui_motif.c
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.0.0367: types in include files may be inconsistentv8.0.0367Bram Moolenaar2017-02-251-2/+2
| | | | | | Problem: If configure defines _LARGE_FILES some include files are included before it is defined. Solution: Include vim.h first. (Sam Thursfield, closes #1508)
* patch 7.4.2293v7.4.2293Bram Moolenaar2016-08-291-1/+1
| | | | | Problem: Modelines in source code are inconsistant. Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino)
* patch 7.4.1212v7.4.1212Bram Moolenaar2016-01-301-1/+1
| | | | | Problem: Can't build with Motif. Solution: Fix function declaration.(Dominique Pelle)
* patch 7.4.1207v7.4.1207Bram Moolenaar2016-01-301-221/+169
| | | | | | Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
* patch 7.4.1204v7.4.1204Bram Moolenaar2016-01-301-1/+1
| | | | | Problem: Latin1 characters cause encoding conversion. Solution: Remove the characters.
* patch 7.4.1197v7.4.1197Bram Moolenaar2016-01-291-32/+32
| | | | | Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
* patch 7.4.731v7.4.731Bram Moolenaar2015-06-091-8/+11
| | | | | Problem: The tab menu shows "Close tab" even when it doesn't work. Solution: Don't show "Close tab" for the last tab. (John Marriott)
* updated for version 7.3.1225v7.3.1225Bram Moolenaar2013-06-221-2/+2
| | | | | Problem: Compiler warnings when building with Motif. Solution: Change set_label() argument. (Kazunobu Kuriyama)
* updated for version 7.3.925v7.3.925Bram Moolenaar2013-05-061-2/+2
| | | | | Problem: Typos in source files. Solution: Fix the typos. (Ken Takata)
* updated for version 7.3.102v7.3.102Bram Moolenaar2011-01-171-1/+2
| | | | | | | | Problem: When using ":make", typing the next command and then getting the "reload" prompt the next command is (partly) eaten by the reload prompt. Solution: Accept ':' as a special character at the reload prompt to accept the default choice and execute the command.
* Remove unused code.Bram Moolenaar2010-08-081-18/+0
|
* Fix uninit memory read in undo code. Fix uint32_t in proto file.Bram Moolenaar2010-05-241-1/+1
| | | | A few minor changes.
* updated for version 7.2.419v7.2.419Bram Moolenaar2010-05-131-0/+1
| | | | | Problem: Memory leak in Motif when clicking on "Search Vim Help". Solution: Free string returned by XmTextGetString(). (Dominique Pelle)
* updated for version 7.2-184v7.2.184Bram Moolenaar2009-05-211-71/+50
|
* updated for version 7.1-317v7.1.317Bram Moolenaar2008-06-201-10/+10
|
* updated for version 7.1-237v7.1.237Bram Moolenaar2008-01-221-1/+1
|
* updated for version 7.1bBram Moolenaar2007-05-101-2/+2
|
* updated for version 7.0gv7.0gBram Moolenaar2006-04-301-6/+6
|
* updated for version 7.0f02v7.0f02Bram Moolenaar2006-04-271-5/+42
|
* updated for version 7.0f01v7.0f01Bram Moolenaar2006-04-251-0/+2
|
* updated for version 7.0e05v7.0e05Bram Moolenaar2006-04-211-2/+3
|
* updated for version 7.0e04v7.0e04Bram Moolenaar2006-04-201-1/+3
|
* updated for version 7.0d02v7.0d02Bram Moolenaar2006-04-121-1/+15
|
* updated for version 7.0c13v7.0c13Bram Moolenaar2006-04-091-11/+98
|
* updated for version 7.0c10v7.0c10Bram Moolenaar2006-04-051-26/+424
|
* updated for version 7.0c01Bram Moolenaar2006-03-271-2/+2
|
* updated for version 7.0109Bram Moolenaar2005-07-181-4/+1
|
* updated for version 7.0061Bram Moolenaar2005-03-181-1/+1
|
* updated for version 7.0049Bram Moolenaar2005-02-071-22/+57
|
* updated for version 7.0046Bram Moolenaar2005-01-311-0/+3
|
* updated for version 7.0030Bram Moolenaar2005-01-041-1/+1
|
* updated for version 7.0029Bram Moolenaar2005-01-031-49/+11
|
* updated for version 7.0028Bram Moolenaar2005-01-021-70/+136
|
* updated for version 7.0027Bram Moolenaar2004-12-311-79/+527
|
* updated for version 7.0001v7.0001Bram Moolenaar2004-06-131-0/+3090