summaryrefslogtreecommitdiff
path: root/src/gtk
AgeCommit message (Expand)AuthorFilesLines
2010-04-24Fix several places where gui.h is included as a nonlocal header.Daniel Burrows2-4/+3
2010-04-21Add SConscript files for the rest of the source.Daniel Burrows2-0/+62
2010-04-21Fix dpkg_terminal to not directly reference log4cxx.Daniel Burrows1-2/+2
2010-04-21Rename the log4cxx namespace to logging.Daniel Burrows8-40/+40
2010-03-05Overhaul the resolver to distinguish between tiers and changes to tiers; this...Daniel Burrows1-5/+3
2010-01-17Fix a startup crash on some architectures caused by not properly protecting t...Daniel Burrows1-2/+6
2010-01-17Revert some exploratory changes to the Glade file that accidentally got check...Daniel Burrows1-27/+170
2010-01-13Consistently use a signal_ prefix on signals emitted by the area code.Daniel Burrows2-12/+12
2010-01-13Write the standard implementation of the notification interface.Daniel Burrows1-0/+40
2010-01-13Write a prototype for a create_notification() function that creates a notific...Daniel Burrows1-0/+5
2010-01-13Explicitly state that set_progress() emits a signal.Daniel Burrows1-1/+6
2010-01-13Rename notification to notification_info.Daniel Burrows1-2/+3
2010-01-13Implement the backing class for tab_info.Daniel Burrows1-0/+92
2010-01-13Make set_tooltip() take a non-const Window pointer, to match the correspondin...Daniel Burrows1-1/+1
2010-01-13Make the interesting top classes exported by area.h trackable, to avoid any n...Daniel Burrows1-4/+4
2010-01-13Implement create_area().Daniel Burrows2-0/+8
2010-01-13Make my terminology more consistent in the doccomments in area.h.Daniel Burrows1-3/+6
2010-01-13Fix the hey-this-is-C++ note in area.h.Daniel Burrows1-1/+1
2010-01-13Make active tab management the responsibility of the view.Daniel Burrows1-16/+12
2010-01-13Implement notification management for areas.Daniel Burrows1-0/+36
2010-01-13Reimplement the code for managing tabs, based on multi_index with hashing to ...Daniel Burrows1-9/+58
2010-01-10Switch from html2text to elinks for generating the flat text documentation.Daniel Burrows1-170/+27
2010-01-10Finish up the interface for the top-level go-between code and start implement...Daniel Burrows3-11/+349
2009-12-01Start working on data structures to represent the top-level UI structure.Daniel Burrows1-0/+202
2009-11-29Fix all VBox, VSeparator and VPaned widgets to have an explicit orientation.Daniel Burrows1-0/+12
2009-11-29Spontaneous changes from running glade.Daniel Burrows1-3/+3
2009-11-28Proof-of-concept support for displaying the status of each changelog download...Daniel Burrows4-79/+199
2009-11-27Move the changelog parsing background thread into src/generic/apt/changelog_p...Daniel Burrows1-144/+14
2009-11-27Rewrite the changelog code to be based on aptitude's download queue, not the ...Daniel Burrows3-360/+259
2009-11-20Be paranoid about the fact that some architectures think file offsets are sig...Daniel Burrows1-7/+10
2009-11-18Overhaul how temporary file creation is handled to use a single directory in ...Daniel Burrows1-2/+1
2009-11-14Eliminate accesses to freed memory when a callback destroyed the object conta...Daniel Burrows1-0/+28
2009-11-13More informative logging when a weak screenshot cache entry is revived.Daniel Burrows1-1/+2
2009-11-13Modify all the places where weak pointers are changed to strong pointers to u...Daniel Burrows1-3/+3
2009-11-12Rename the screenshot cache size configuration option.Daniel Burrows1-1/+1
2009-11-12Log when a screenshot cache entry is destroyed, to help debug whether entries...Daniel Burrows1-0/+3
2009-11-11Subject-verb agreement in a comment.Daniel Burrows1-1/+1
2009-11-11Downgrade a log message for a situation that turns out to be OK from WARN to ...Daniel Burrows1-4/+4
2009-11-11Remove some trailing whitespace.Daniel Burrows1-1/+1
2009-11-11Don't zero out the size of screenshots that are evicted from the cache.Daniel Burrows1-3/+0
2009-11-11When returning entries from the weak cache, don't connect up their signals ag...Daniel Burrows1-0/+5
2009-11-11Log a message when we can't find a weak cache entry.Daniel Burrows1-1/+5
2009-11-11Don't crash when logging a message about dropping a weak entry from the cache.Daniel Burrows1-1/+1
2009-11-11Log useful information about the computed size of a screenshot.Daniel Burrows1-1/+11
2009-11-11Ensure that we catch changes to the amount of cached pixbuf data caused by no...Daniel Burrows1-0/+4
2009-11-11Instead of connecting area_prepared to both a cache entry's area_prepared() m...Daniel Burrows1-2/+7
2009-11-11Merge with changes from laptop.Daniel Burrows2-39/+140
2009-11-11If a screenshot is already in the cache of loaded images, actually use it ins...Daniel Burrows1-1/+9
2009-11-11When an entry is returned from screenshot_cache::find(), move it to the end o...Daniel Burrows1-1/+12
2009-11-11Fix update_entry_size() to only update the entry's size if it's still in the ...Daniel Burrows1-11/+11