aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/uat_gui.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-04protect callbacks of derived windows from dereferencing a null pointer if the...Luis Ontanon1-6/+30
2007-02-25revert (most) changes in rev #20753, to avoid items being created on a wrong ...Luis Ontanon1-20/+0
2007-02-19Squelch a "used without being set" warning.Guy Harris1-0/+1
2007-02-14From Peter Johansson:Luis Ontanon1-1/+2
2007-02-12Add a description of UAT fields, and have it as a tooltip in the New/Edit Dia...Luis Ontanon1-3/+13
2007-02-11Have Aply, Cancel and OK buttons instead of the save and ok button.Luis Ontanon1-101/+154
2007-02-09* Add a Submenu (/Views/User Tables) where UATs can be accessed.Luis Ontanon1-1/+27
2007-02-07no gtk_window_set_resizable in GTK1Luis Ontanon1-7/+8
2007-02-07Add ENUM and HEXBYTES modesLuis Ontanon1-48/+241
2007-02-05* Add a help facility for UATsLuis Ontanon1-1/+16
2007-02-05Add a confirm dialog when the user closes the window with unsaved data.Luis Ontanon1-49/+197
2007-02-04Move (Up/Down) & Save buttonsLuis Ontanon1-22/+93
2007-02-03second iteration:Luis Ontanon1-52/+67
2007-01-31use window_present() as discussedUlf Lamping1-12/+4
2007-01-29call gtk_window_present() only on GTK >= 2.x, should fix current compilation ...Ulf Lamping1-0/+8
2007-01-29Finish (?) UAT's GUILuis Ontanon1-23/+293
2007-01-29Actually this is the UAT GUI...Luis Ontanon1-0/+246