aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/ideutils.ml
Commit message (Expand)AuthorAge
* Update copyright headers.Gravatar Maxime Dénès2016-01-20
* Use open_utf8_file_in for opening files in the IDE. (Fix bug #2874)Gravatar Guillaume Melquiond2015-07-28
* Use the directory of the current session for selecting files to open.Gravatar Guillaume Melquiond2015-04-03
* Fix some typos in comments.Gravatar Guillaume Melquiond2015-02-23
* CoqIDE now remembers the path of the last opened project.Gravatar Pierre-Marie Pédrot2015-02-15
* Hardcode how coqide have to look for coqtop in MacOS bundleGravatar Pierre Boutillier2015-02-13
* Fixing bug #3996.Gravatar Pierre-Marie Pédrot2015-02-04
* Update headers.Gravatar Maxime Dénès2015-01-12
* Remove dead codeGravatar Enrico Tassi2014-12-01
* Install index_urls.txt in a location where coqide might actually find it.Gravatar Guillaume Melquiond2014-10-24
* Ide: Drop argument added by MacOS during .app launchGravatar Pierre Boutillier2014-07-22
* Coqide use '(diraname MYSELF)/coqtop' as coqtop only if this file existsGravatar Pierre Boutillier2014-07-22
* all coqide specific files moved into ide/Gravatar Enrico Tassi2014-06-25
* CoqIDE: removing a timer may raise an exceptionGravatar Enrico Tassi2014-04-10
* Fix CoqIDE on windowsGravatar Enrico Tassi2013-12-10
* ideutils: support custom size for stock iconsGravatar gareuselesinge2013-10-22
* ideutils: stock_to_widget was ignoring the ~size argumentGravatar gareuselesinge2013-09-30
* Granting wish #1781:Gravatar ppedrot2013-07-30
* Ideutils: comment on missing Glib utf8 handling functionGravatar gareuselesinge2013-05-06
* lablgtk2 misses Glib.Utf8.pos_to_offset, workaround in ideutilsGravatar gareuselesinge2013-04-25
* Coqide: limit read buffer size to 4096 (pipe size in win32)Gravatar letouzey2013-01-23
* Coqide: avoid potentially blocking read on coqtop channelGravatar letouzey2013-01-22
* Coq_lex: direct accounting of utf8 extra bytes in offsetsGravatar letouzey2012-12-11
* Coqide: some more refactoring to lighten coqide.mlGravatar letouzey2012-12-10
* Coqide: get rid of threads, use gtk asynchronous i/o insteadGravatar letouzey2012-12-08
* Coqide: more cleanup (buffers)Gravatar letouzey2012-12-07
* Nicer code around Coq_lexGravatar letouzey2012-12-07
* Ideutils: simpler conversion from byte offset to utf8 char offsetGravatar letouzey2012-12-07
* Coqide: opening non-existing files won't create them immediately anymoreGravatar letouzey2012-12-07
* Coqide: nicer creation of timersGravatar letouzey2012-12-07
* Coqide: code cleanupGravatar letouzey2012-12-07
* Coqide uses Glib to get the XDG_DATA/CONFIG_HOME/DIRSGravatar pboutill2012-09-12
* Updating headers.Gravatar herbelin2012-08-08
* Now CoqIDE separates answer and messages. This should hopefullyGravatar ppedrot2012-06-29
* Now CoqIDE auto-sets the printing width of the goal display.Gravatar ppedrot2012-06-26
* Cleaned prerr_endline use.Gravatar ppedrot2012-05-23
* Revert copy/pasted function in to minilib thanks to clib.cmaGravatar pboutill2012-05-23
* Revert commit 15287 : the env variables are indeed access at launch-timeGravatar letouzey2012-05-16
* Coqide: in win32 command given to cmd.exe should be more quotedGravatar letouzey2012-05-15
* Fixed access to environment variables in CoqIDE. Up to now, thoseGravatar ppedrot2012-05-08
* Removed the useless use of a reference in preference handling.Gravatar ppedrot2012-05-02
* Coqide: the coqtop to launch is a preference.Gravatar pboutill2012-04-17
* Coqide input encoding preference is an algebraic type.Gravatar pboutill2012-04-14
* Browser documentation & CharSet under WindowsGravatar pboutill2012-04-13
* CoqIde files position is freedesktop compliant.Gravatar pboutill2011-12-18
* Coqide -debug only printed Coqtop information.Gravatar pboutill2011-11-18
* Coq_makefile : bug when a project file is not in the current directory.Gravatar pboutill2011-09-01
* safe_prerr_endline in MinilibGravatar pboutill2011-09-01
* Add option -f to coqideGravatar pboutill2011-09-01
* same_file in MinilibGravatar pboutill2011-09-01