aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/compat_macros.h
AgeCommit message (Collapse)AuthorFilesLines
2005-07-19fix various doxygen warningsUlf Lamping1-1/+0
svn path=/trunk/; revision=14958
2005-06-15don't call "Capture/Start" Capture but Start in the toolbarUlf Lamping1-3/+3
svn path=/trunk/; revision=14644
2005-05-07add icons for the "File Set" menu itemsUlf Lamping1-0/+9
svn path=/trunk/; revision=14326
2005-04-29add a new feature: list the files of a "File Set" (set of files generated by ↵Ulf Lamping1-0/+16
capturing "Multiple Files"/ringbuffer) and jump from one file of it to the next/previous one svn path=/trunk/; revision=14231
2005-04-19fix labels of the two toggle toolbar buttonsUlf Lamping1-1/+1
svn path=/trunk/; revision=14138
2005-04-17add "Decode As" and "Checkbox" (Enabled Protocols) IconsUlf Lamping1-0/+6
svn path=/trunk/; revision=14116
2005-04-16add 12 new toolbar/menu iconsUlf Lamping1-0/+36
add two toolbar toggle buttons add icons to various menu items create new Statistics telephony group and put telephony and alike protocols in it svn path=/trunk/; revision=14098
2005-04-15add some new capture and filter related handcrafted (toolbar) iconsUlf Lamping1-0/+12
add "new" capture options feature, which will act like old capture start, and change capture start option (for immediately capture) rename Capture/Clear to Capture/Restart svn path=/trunk/; revision=14083
2005-02-05begin a welcome page which is shown, if you don't have any capture data loaded.Ulf Lamping1-2/+4
This might be improved to have additional content and/or better layout of the elements. svn path=/trunk/; revision=13313
2005-01-01Don't explicitly cast the last argument to OBJECT_SET_DATA() toGuy Harris1-2/+2
"gpointer" - callers should do that if appropriate (or perhaps change the call to pass a different argument if that's more appropriate), and even if casting it were the right thing to do, the argument needs to be surrounded with parentheses so the correct value is cast. svn path=/trunk/; revision=12919
2004-09-27At least in the screenshot atGuy Harris1-1/+1
http://ftp.gnome.org/pub/GNOME/teams/marketing/en/2004/two-eight-screenshots/html/g27-openwithhal.png a "browse" button in GNOME has a label "Browse", and I think that's the case in at least some Windows applications as well, so give browse buttons "Browse" as a text label. svn path=/trunk/; revision=12113
2004-09-27As the GTK Wimp default theme (since 0.6.1) won't display any icons in ↵Ulf Lamping1-2/+2
buttons any longer (which is typical for win applications), the browse button won't display anything for GTK2 now. Add some ... into it, which is also looking ok together with the stock icon on other platforms. svn path=/trunk/; revision=12112
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-07-13From Daniel Thompson: add additional message/alert box options toGuy Harris1-1/+4
display "Save", "Continue without Saving", and "Cancel", for the "do you want to save?" messages. svn path=/trunk/; revision=11372
2004-06-17move font related stuff to new file font_utils.c/.hUlf Lamping1-1/+7
do some font related renaming/code cleanup svn path=/trunk/; revision=11166
2004-06-05alyways use SIGNAL_EMIT_BY_NAME with one user parameter,Ulf Lamping1-16/+4
remove SIGNAL_EMIT_BY_NAME1 completely svn path=/trunk/; revision=11118
2004-06-05remove gtk_widget_ref / OBJECT_SET_DATA_FULL,Ulf Lamping1-20/+1
as reference handling is done by GTK, so doing it is pretty useless svn path=/trunk/; revision=11117
2004-06-01add details for doxygen, various code cleanups as a result of thisUlf Lamping1-3/+30
svn path=/trunk/; revision=11052
2004-05-31add details for doxygenUlf Lamping1-9/+106
svn path=/trunk/; revision=11046
2004-05-23add some comments about using WIDGET_SET_SIZE() macroUlf Lamping1-1/+7
svn path=/trunk/; revision=10973
2004-02-24fixed some GTK2 stock items keyboard shortcutsUlf Lamping1-8/+8
svn path=/trunk/; revision=10223
2004-01-31cleanup of new "question dialogs",Ulf Lamping1-1/+7
using GTK2 primary/secondary message text from GNOME HIG for simple_dialogs, added a "question dialog" for the coloring rules "Clear" button svn path=/trunk/; revision=9921
2004-01-29added GTK_STOCK_YES and GTK_STOCK_NO to the dlg_button_rowUlf Lamping1-1/+3
svn path=/trunk/; revision=9906
2004-01-21use stock buttons whereever possible,Ulf Lamping1-12/+31
added some ethereal specific stock icons svn path=/trunk/; revision=9763
2004-01-20a.) saving GTK1 and GTK2 fontnames in different preference setting, to ↵Ulf Lamping1-7/+13
prevent problems when switching between GTK1 and GTK2 ethereal versions b.) added new feature "Edit->Go To First Packet" "Edit->Go To Last Packet" with corresponding menu and toolbar items c.) added new feature "View->Zoom In" / "View->Zoom Out" / View->Normal Size" with corresponding menu and toolbar items This feature will act as a "size offset" to the current fontsize, so that the packet list/tree view/... will have a larger/smaller font size. The value is stored inside the recent file. d.) Win32 only: Try to get the win32 system font and fontsize at program startup and show the menus/dialogs and such with the same font and fontsize like other win32 windows. This makes the program make a *lot* more feel like a normal win32 program. svn path=/trunk/; revision=9753
2004-01-20Put in missing GTK_STOCK_STOP #define for GTK+ 1.2[.x].Guy Harris1-1/+2
svn path=/trunk/; revision=9749
2004-01-20code cleanup and added some moreUlf Lamping1-1/+33
application specific stock items in toolbar.c, use them where appropriate svn path=/trunk/; revision=9747
2004-01-18complete redesign of color dialogUlf Lamping1-1/+2
svn path=/trunk/; revision=9697
2004-01-10using button compatibility macrosUlf Lamping1-22/+22
svn path=/trunk/; revision=9636
2004-01-10added various button compatibility macros,Ulf Lamping1-1/+46
to be used in the dialogs and elsewhere svn path=/trunk/; revision=9632
2003-12-16Use gtk compatibility macros (from compat_macros.h) instead of some gtk+Olivier Abad1-3/+3
v1.2 functions which are deprecated in gtk+ v2. Update OBJECT_SET_DATA macros to cast "data" to (gpointer). svn path=/trunk/; revision=9296
2002-11-15New gtk1/gtk2 compatibility macros used for menu entries.Olivier Abad1-19/+31
svn path=/trunk/; revision=6641
2002-11-11Put in some missing macros needed for recent changes.Guy Harris1-4/+22
svn path=/trunk/; revision=6611
2002-11-09Helper macros fro gtk1.2/gtk2 compatibility.Olivier Abad1-0/+89
It should reduce the number of #ifdefs in gtk source code. svn path=/trunk/; revision=6596