aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/range_utils.h
AgeCommit message (Collapse)AuthorFilesLines
2005-09-21fix/add doxygen commentsUlf Lamping1-2/+8
svn path=/trunk/; revision=15941
2004-10-16Remove the fixed maximum number of subranges in a range_t; dynamicallyGuy Harris1-0/+8
allocate them to be large enough. Add checks that the numbers in the range fit in a guint32. Check the validity of a range before saving or printing, and report errors in an alert box. Clean up white space. svn path=/trunk/; revision=12320
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2004-06-02add details for doxygenUlf Lamping1-5/+27
svn path=/trunk/; revision=11077
2004-04-22seperated common packet range code from the save and the print dialog,Ulf Lamping1-0/+46
and put it into new range_utils files. This will avoid: a) duplicate code in save and print dialog and b) yet another code duplication for future dialogs (export, ...) svn path=/trunk/; revision=10665