| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
named ui_util.h in / dir
svn path=/trunk/; revision=15465
|
|
|
|
| |
svn path=/trunk/; revision=15263
|
|
|
|
|
|
|
| |
Removed (very few) casts that only change the warning message
but don't remove it (with gcc-4).
svn path=/trunk/; revision=15227
|
|
|
|
|
|
| |
titles.
svn path=/trunk/; revision=12657
|
|
|
|
| |
svn path=/trunk/; revision=12184
|
|
|
|
|
|
|
|
|
| |
Palmer.
What we really should do is add this to the Edit menu as well.
svn path=/trunk/; revision=11883
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=11329
|
|
|
|
| |
svn path=/trunk/; revision=11310
|
|
|
|
| |
svn path=/trunk/; revision=11107
|
|
|
|
| |
svn path=/trunk/; revision=11057
|
|
|
|
| |
svn path=/trunk/; revision=11046
|
|
|
|
|
|
| |
(only help dialog for now)
svn path=/trunk/; revision=11032
|
|
|
|
|
|
|
|
|
| |
move the get/set window size functionality from main to ui_util,
add some functions to handle windows/dialogs.
changed help and about dialog to suit the current window API
svn path=/trunk/; revision=10974
|
|
|
|
|
|
| |
I've started to implement a simple list to hide the complexity
svn path=/trunk/; revision=10929
|
|
|
|
|
|
| |
as this can be useful not only in layout_prefs
svn path=/trunk/; revision=10768
|
|
|
|
|
|
|
|
|
|
|
|
| |
the title, and arranges to set the icon for it. Use that instead of
"gtk_window_new()" and separate calls to set the title and arrange to
set the icon.
Regularize #includes a bit.
Clean up white space.
svn path=/trunk/; revision=10054
|
|
|
|
| |
svn path=/trunk/; revision=6552
|
|
|
|
|
|
|
| |
winapi_cleanup tool written by Patrik Stridvall for the wine
project.
svn path=/trunk/; revision=6117
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
preference, and add it to the list of scrolled windows; call that
routine to create scrolled windows, rather than creating it and calling
other routines to do the other two operations.
As "set_scrollbar_placement_all()" and "set_ctree_styles_all()" always
set the styles to match the user's preference, don't have them take an
argument, have them just use the user's preference settings.
Get rid of unnecessary includes of "prefs_dlg.h", replacing them with
includes of "prefs.h" if necessary. Don't have "prefs_dlg.h" include
"prefs.h" - its sole purpose is to declare routines defined in
"prefs_dlg.c" - and add any additional includes of "prefs.h" this
requires.
Get rid of unnecessary includes of "prefs.h" and "gtkglobals.h".
Fix up white space.
svn path=/trunk/; revision=4521
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
based on the user's UI preferences, and add them to a list of GtkCTrees.
Use those routines to create all GtkCTrees.
Have a routine to update the preferences for all of those GtkCTrees.
Call that routine whenever the preferences change.
Label the line and expander style preferences as "Tree line style" and
"Tree expander style", as they no longer apply only to protocol trees.
Move the routines to maintain a list of scrolled windows, and to update
scrollbar placement for scrolled windows, to "ui_util.c".
svn path=/trunk/; revision=4520
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add a routine to ui_util.c that sets a window's icon pixmap to a 16x16
version of the 3D logo. Call the routine for each window that is created.
This has been tested with kwm and Sawfish (which expect a 16x16 icon), but
we may have to come up with a better solution for other window managers
(e.g. olwm and mwm).
Add a 3D exclamation point image. Replace the exclamation point and
Ethereal logo images used in simple_dialog() with their 3D counterparts.
Remove the old icons from the source distribution.
svn path=/trunk/; revision=4390
|
|
has an API that depends on GTK+. "set_main_window_name()" is
UI-toolkit-independent. Declare the former in a new "gtk/ui_util.h"
file, rather than in "ui_util.h"; this helps separate
UI-toolkit-independent stuff from UI-toolkit-dependent stuff.
svn path=/trunk/; revision=3181
|