summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/entry.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-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
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-1/+1
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+1
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+1
(bzr r15025)
2013-03-19Fixing regressionjtx1-0/+2
(bzr r11950.1.61)
2013-03-17Working with widjetsJabier Arraiza Cenoz1-2/+0
(bzr r11950.1.56)
2013-03-15Fix even more forward declaration tagsAlex Valavanis1-0/+2
(bzr r12206)
2012-03-23Fix for 909328 : Dockable Find & Replace dialog, replace ComboBoxText with ↵John Smith1-8/+0
Entry to fix build error with gtkmm2.4 (bzr r11119)
2012-03-23Fix for 909328 : Dockable Find & Replace dialogJohn Smith1-1/+8
(bzr r11117)
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-5/+1
(bzr r10697)
2011-10-03Doxygen cleanup.Jon A. Cruz1-2/+3
(bzr r10660)
2007-02-19Cleaned up DOS line ends that had snuck in.Jon A. Cruz1-35/+35
(bzr r2399)
2006-11-29C++ Find dialog almost complete! (it works, but it is biiig now)Johan B. C. Engelen1-7/+7
(bzr r2054)
2006-11-29New widget helperclass for Gtk:EntryJohan B. C. Engelen1-0/+35
(bzr r2051)