aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/text_page.c
AgeCommit message (Collapse)AuthorFilesLines
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is ↵Ulf Lamping1-1/+2
necessary for the switch to GTK 2.6 (at least on WIN32). to do this, I've added file_util.h to wiretap (would file_compat.h be a better name?), and provide compat_macros like eth_open() instead of open(). While at it, move other file related things there, like #include <io.h>, definition of O_BINARY and alike, so it's all in one place. deleted related things from config.h.win32 As of these massive changes, I'm almost certain that this will break the Unix build. I'll keep an eye on the buildbot so hopefully everything is working again soon. svn path=/trunk/; revision=16403
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical ↵Ulf Lamping1-1/+1
named ui_util.h in / dir svn path=/trunk/; revision=15465
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-17move font related stuff to new file font_utils.c/.hUlf Lamping1-5/+4
do some font related renaming/code cleanup svn path=/trunk/; revision=11166
2004-06-07Don't define or set "txt" in "text_page_redraw()" for GTK+ 2.x, as weGuy Harris1-1/+3
don't use it in that case. svn path=/trunk/; revision=11125
2004-06-05cut text_page related things from help_page.c andUlf Lamping1-0/+191
move into new file text_page.c svn path=/trunk/; revision=11115