index
:
xorg/app/xedit
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
IPv6-REVIEW
STSF-CURRENT
XACE-SELINUX
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
lg3d
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
master
sco_port_update
Simple text editor for X
krh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-04
Fix builds of lisp/core.c with Solaris Studio compilers
HEAD
master
Alan Coopersmith
1
-0/+5
2011-09-25
Require xt >= 1.0 for appdefaultdir
Jeremy Huddleston
1
-1/+1
2011-01-19
config: move man pages into their own directory
Gaetan Nadon
4
-15/+17
2011-01-13
man: replace hard coded man page section with substitution strings
Gaetan Nadon
1
-3/+3
2011-01-13
man: remove trailing spaces and tabs
Gaetan Nadon
1
-8/+8
2011-01-12
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
Gaetan Nadon
1
-1/+1
2011-01-12
config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
Gaetan Nadon
1
-1/+1
2010-10-30
xedit 1.2.0
xedit-1.2.0
Alan Coopersmith
1
-1/+2
2010-10-30
config: Remove unnecessary calls from configure.ac
Alan Coopersmith
1
-2/+0
2010-10-30
config: update AC_PREREQ statement to 2.60
Gaetan Nadon
1
-1/+1
2010-07-02
Xmu functions are called directly, so include it in PKG_CHECK_MODULES
Alan Coopersmith
1
-4/+1
2010-07-02
config: upgrade to util-macros 1.8 for additional man page support
Alan Coopersmith
2
-23/+5
2010-03-26
xprint: remove conditionally defined related C code
Gaetan Nadon
3
-144/+0
2010-03-26
xprint: remove xprint related C code
Gaetan Nadon
5
-2139/+0
2010-03-26
xprint: remove Xedit-xprint resource file
Gaetan Nadon
4
-570/+1
2010-03-25
config: remove dependency on xaw8
Gaetan Nadon
2
-23/+3
2009-12-20
configure.ac: use backticks rather than $() for cmd subs
Gaetan Nadon
1
-1/+1
2009-11-26
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
Gaetan Nadon
1
-0/+1
2009-10-28
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
Gaetan Nadon
4
-3/+6
2009-10-27
Deploy the new XORG_DEFAULT_OPTIONS #24242
Gaetan Nadon
1
-7/+5
2009-10-27
Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
Gaetan Nadon
1
-2/+0
2009-10-22
.gitignore: use common defaults with custom section # 24239
Gaetan Nadon
4
-15/+74
2009-01-26
Set text properties after loading all command line files.
Paulo Cesar Pereira de Andrade
1
-9/+13
2009-01-12
Correct problems in make distcheck.
Paulo Cesar Pereira de Andrade
3
-1/+12
2008-12-02
Use new XORG_CWARNFLAGS and XORG_CHANGELOG macros.
Paulo Cesar Pereira de Andrade
3
-8/+14
2008-12-02
Properly read symbol name in tags interface.
Paulo Cesar Pereira de Andrade
1
-7/+13
2008-12-02
Don't put EOF in the unget buffer.
Paulo Cesar Pereira de Andrade
1
-6/+8
2008-11-16
Man page typo fixes
A Costa
1
-2/+2
2008-11-12
Add missing check for symbolic links.
Paulo Cesar Pereira de Andrade
1
-1/+1
2008-11-12
reorganize app default files
Peter Breitenlohner
5
-33/+11
2008-11-10
Don't highlight quotes in nested syntax tables for "auto" mode.
Paulo Cesar Pereira de Andrade
1
-6/+7
2008-11-10
avoid race condition for parallel jobs
Peter Breitenlohner
1
-3/+8
2008-11-07
Xedit version 1.1.2.
xedit-1.1.2
Paulo Cesar Pereira de Andrade
2
-2/+2
2008-11-07
enabled VPATH build
Peter Breitenlohner
1
-0/+3
2008-10-08
Rewrite double click confirmation code.
Paulo Cesar Pereira de Andrade
2
-61/+46
2008-09-26
Merge branch 'master' of ssh://pcpa@git.freedesktop.org/git/xorg/app/xedit
Paulo Cesar Pereira de Andrade
5
-11/+11
2008-09-26
Proper implementation of AddDoubleClickCallback
Paulo Cesar Pereira de Andrade
1
-18/+4
2008-08-04
Fixed filename conflict during compilation on case-insensitive file systems.
Jeremy Huddleston
5
-11/+11
2008-07-31
Correct make dist and update to xedit-1.1.1.
xedit-1.1.1
Paulo Cesar Pereira de Andrade
2
-1/+2
2008-07-30
Update to xedit 1.1.0.
xedit-1.1.0
Paulo Cesar Pereira de Andrade
1
-1/+1
2008-07-10
Update file type pattern matching.
Paulo Cesar Pereira de Andrade
1
-5/+5
2008-07-08
CancelFindFile is almost the same as XeditFocus, and could be merged in a
Paulo Cesar Pereira de Andrade
1
-0/+2
2008-07-02
Fix an off by one error check that can lead to an infinite loop.
Paulo Cesar Pereira de Andrade
1
-1/+3
2008-07-02
Warn if a newer version of a file exists before overwritting it.
Paulo Cesar Pereira de Andrade
3
-35/+73
2008-07-02
Add python mode.
Paulo Cesar Pereira de Andrade
3
-0/+309
2008-07-02
Compile warning fixes.
Paulo Cesar Pereira de Andrade
2
-3/+3
2008-07-02
Support multiple make jobs.
Paulo Cesar Pereira de Andrade
1
-1/+3
2008-07-02
Fix an incorrect buffer size calculation and allocation.
Paulo Cesar Pereira de Andrade
1
-4/+12
2008-07-02
Add perl and "auto tools" modes.
Paulo Cesar Pereira de Andrade
4
-1/+625
2008-07-02
Add support for scrolling textwindow with mouse wheel.
Paulo Cesar Pereira de Andrade
2
-2/+6
[next]