summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/entry.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
|
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-1/+1
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+1
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-1/+1
| | | (bzr r15025)
* Fix even more forward declaration tagsAlex Valavanis2013-03-151-0/+2
| | | (bzr r12206)
* Fix for 909328 : Dockable Find & Replace dialog, replace ComboBoxText with ↵John Smith2012-03-231-8/+0
| | | | | Entry to fix build error with gtkmm2.4 (bzr r11119)
* Fix for 909328 : Dockable Find & Replace dialogJohn Smith2012-03-231-1/+8
| | | (bzr r11117)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-5/+1
| | | (bzr r10697)
* Doxygen cleanup.Jon A. Cruz2011-10-031-2/+3
| | | (bzr r10660)
* Cleaned up DOS line ends that had snuck in.Jon A. Cruz2007-02-191-35/+35
| | | (bzr r2399)
* C++ Find dialog almost complete! (it works, but it is biiig now)Johan B. C. Engelen2006-11-291-7/+7
| | | (bzr r2054)
* New widget helperclass for Gtk:EntryJohan B. C. Engelen2006-11-291-0/+35
(bzr r2051)