aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
...
* Save column alignment in the old packet list.Stig Bjørlykke2009-12-091-10/+56
* Moved column xalign values.Stig Bjørlykke2009-12-092-5/+6
* Added "No Sorting" and Align menu items to the old packet list Stig Bjørlykke2009-12-093-20/+65
* When freezing/thawing selection gets lost.Anders Broman2009-12-081-1/+17
* - Use the gtk_tree_view_column_set_min_width() method alsoAnders Broman2009-12-031-13/+15
* Improved Apply/Prepare a filter from Packet List for custom columns:Stig Bjørlykke2009-12-031-3/+16
* Use size_t for length.Stig Bjørlykke2009-12-021-1/+1
* Set tooltips on the column button.Stig Bjørlykke2009-12-021-11/+6
* Indicate default column alignment in the popup menu.Stig Bjørlykke2009-12-023-6/+58
* Fixed opening correct preferences page.Stig Bjørlykke2009-12-023-6/+20
* Borrow some of the web site colors for the welcome screen.Gerald Combs2009-12-021-45/+21
* Fix a comment.Guy Harris2009-12-011-1/+1
* Use pango_font_description_get_size() to pad out the default columnGerald Combs2009-12-011-5/+3
* Save column alignment in the recent file.Stig Bjørlykke2009-12-015-14/+157
* Added three states for sorting: ascending, descending and no sortingStig Bjørlykke2009-12-013-2/+11
* Clean up indentation a bit more.Guy Harris2009-12-011-21/+21
* Squelch LLP64 warning.Guy Harris2009-12-011-106/+104
* Add a character's spacing when resizing columns.Anders Broman2009-11-301-2/+6
* Move the heading context menu to secondary-button and preserveStig Bjørlykke2009-11-301-5/+27
* Function rename:Stig Bjørlykke2009-11-305-16/+16
* From Jim Young:Anders Broman2009-11-291-140/+471
* Avoid possible NULL pointer dereferenceKovarththanan Rajaratnam2009-11-291-4/+7
* Build for GTK older than 2.18.Stig Bjørlykke2009-11-281-0/+4
* Added function to align columns.Stig Bjørlykke2009-11-273-2/+33
* Small fix in changing column title.Stig Bjørlykke2009-11-271-1/+2
* Added correct sorting for custom numeric columns.Stig Bjørlykke2009-11-271-2/+37
* Prefix tooltip with protocol name.Stig Bjørlykke2009-11-272-2/+12
* Added a descriptive tooltip to the packet list column headers.Stig Bjørlykke2009-11-272-2/+28
* Fixed adding new columns from preferences.Stig Bjørlykke2009-11-261-5/+9
* Cleanup object keys.Stig Bjørlykke2009-11-263-17/+17
* Added the popup menu to the old packet list heading, to make it equal toStig Bjørlykke2009-11-264-19/+178
* Add custom column before COL_INFO if this is last.Stig Bjørlykke2009-11-261-3/+11
* Save preferences when adding and removing columns in the main window.Stig Bjørlykke2009-11-262-0/+9
* Added a popup menu in the packet list heading to set sort order and someStig Bjørlykke2009-11-264-4/+191
* Added functions to rename and remove columns.Stig Bjørlykke2009-11-262-0/+36
* Added an option to open the Preferences directly in the Layout or Columns page.Stig Bjørlykke2009-11-262-8/+29
* Corrected include guard in packet_list_store.hStig Bjørlykke2009-11-262-10/+4
* Add a comment about dfilter_compile freezing the UI, and how we might workGerald Combs2009-11-241-0/+15
* packet_list_get_widest_column_string() can return NULL, so check for this.Stig Bjørlykke2009-11-241-6/+3
* Use the highest time value when calculating widest column string forStig Bjørlykke2009-11-241-11/+11
* -G -> -JJörg Mayer2009-11-201-5/+5
* Johanna Sochos <johanna.sochos@swissqual.com>Jörg Mayer2009-11-201-3/+29
* Implement new_packet_list_recreate(). This should be reimplemented toStig Bjørlykke2009-11-195-9/+36
* Add a custom column from the packet details popup menu.Stig Bjørlykke2009-11-195-8/+61
* Changed hf_ip_proto to use ipproto_val[].Stig Bjørlykke2009-11-196-7/+1
* Remove debug code.Jaap Keuter2009-11-161-26/+18
* GTK_STOCK_SELECT_ALL is gtk 2.10.Anders Broman2009-11-161-2/+5
* From Alejandro Vaquero:Anders Broman2009-11-158-107/+252
* Use the USB icon for usbmon devices on Linux.Stig Bjørlykke2009-11-141-0/+7
* Fix for bug 4120:Jaap Keuter2009-11-131-2/+2