6 months ago Stephen Holt Re-enable VV on the new branch voice-video
6 months ago Stephen Holt Remove libpurple's VV dependancies, and references of gst from within adium.
6 months ago Robert Vehse Patch from yelly: "Fix a visual glitch in AB and status advanced prefs. Fixes #15646".
6 months ago Thijs Alkemade Start with implementing client-side certificates for XMPP. Still contains a number of TODO's, but signing in works, and some of the UI is there. XMPPClientCerts
6 months ago Patrick Steinhardt Fix user-scrolling in AIAutoScrollTextView. Fixes #15456.
6 months ago Patrick Steinhardt Removed Fire import from Setup Wizard and File menu. Converted SetupWizard to
6 months ago Patrick Steinhardt Continue modernization of interface NIB/XIB files.
6 months ago Patrick Steinhardt Correct input encoding for some localizable string files.
6 months ago Stephen Holt Version the makefile to 1.5b3. oops.
6 months ago Stephen Holt Leveling up
6 months ago Stephen Holt change loggin
6 months ago Stephen Holt Adium should play better with spaces again. Fixes #15408
6 months ago mathuaerknedam message style changelogging
6 months ago mathuaerknedam Smooth Operator: add a faint stripted texture to the background of the dark variant.
9 months ago mathuaerknedam minimal_mod: fix the previous;y broken check for hising the header on scroll.
9 months ago mathuaerknedam minimal_mod: hide the header if the user scrolls up far enough that Adium won't scroll on new content. Also remove the changing of header opacity on hover.
13 months ago mathuaerknedam Smooth Operator - Alternating: tweaks for closing focus indicators when icons are disabled (via checkbox or in IRC).
6 months ago Frank Dowsett Changelogging
6 months ago Stephen Holt add ticket number
6 months ago Stephen Holt More changeloggin
6 months ago Stephen Holt Fixed issue where window shadows were not initially rendered with transparent message view backgrounds
6 months ago Thijs Alkemade Updating Growl.framework to 1.3.
6 months ago Thijs Alkemade Now also including the changed original English nib of the previous commit.
6 months ago Thijs Alkemade Update AIAdvancedInspectorPane.nib to require less re-aligning for different localizations.
6 months ago Thijs Alkemade Regenerate all the nibs from English.
6 months ago Thijs Alkemade Forgot to save a couple of languages in the previous commit
6 months ago Thijs Alkemade Update all StatusPreferences.nib to use normal buttons, instead of AIPlasticButtons.
6 months ago Thijs Alkemade XtrasInstaller seems to have some memory management failures. Fix these by using properties.
6 months ago Frank Dowsett Ask the user to login to Facebook when we get a bad password response. Fixes #15583
6 months ago Stephen Holt Set our alert sounds to play though the system (alert) audio device.
6 months ago Stephen Holt NSRect, not CGRect
6 months ago Stephen Holt Version up to 1.5b2
6 months ago Stephen Holt Fix a minor warning from the splitview about message subview bounds after we've removed the userlist for single user chats
6 months ago Stephen Holt Change log, change!
6 months ago Stephen Holt don't leak though...
6 months ago Stephen Holt Remove the user list from the vertical split view when we have a single user chat. Restore it if, by some magical faerie dust, the chat becomes a MUC. This removes the grey line on the side of single user chats.
6 months ago Stephen Holt Fix improper view layout when resizing with a MUC's user list on the right side. Fixes #15577.
6 months ago Stephen Holt Fix resize masks. I had them reversed for each tab position. Fixes #15582.
6 months ago Stephen Holt Visually seperate the tab bar from message / text entry views.
6 months ago Stephen Holt Increase the minimum size of the message window, which was absurdly small for our message views anyway. Works around / fixes #15577.
6 months ago Stephen Holt Ensure our views are layedout with the proper width when showing the account selection view. Fixes #15575.
6 months ago Stephen Holt Fix the border around message view text entry. Fixes #15568.
7 months ago Stephen Holt Rework message window layout. again. Fixes #15560. Fixes #15568.
7 months ago Stephen Holt Clean up Message Window controller. Make it easier to work with.
7 months ago Stephen Holt Clean up message view controller's splitview resizing code.
7 months ago Stephen Holt Backed out changeset 90850d66a030. It introduced other, larger, alignment issues.
7 months ago Stephen Holt Fix a corner case where switching the tab position to the bottom will leave 2px of space on top of the view.
7 months ago Stephen Holt Convert the message window NIB into a XIB. Merges easier.
7 months ago Robert Vehse Changelog fixes.
7 months ago Stephen Holt More view layout fixing. This should fix #15560
7 months ago Frank Dowsett Patch from kbotc to fix a leak in animated buddy icons.
7 months ago Frank Dowsett Correct two bracketing typos.
7 months ago Stephen Holt Fix issue with user list not toggling correctly in a previous commit.
7 months ago Stephen Holt Fix alignment issues in MEssageView.xib. There is a 2px top margin that still needs fixing. Refs #15560.
7 months ago Stephen Holt Solve a number of lingering rounding errors from our 64-bit conversion. Patches up a number of UI off-by-one-pixel errors.
7 months ago Robert Vehse Changelogging
7 months ago Stephen Holt Lets give this queue a better name, shall we
7 months ago Stephen Holt Merging accidental new heads
7 months ago Stephen Holt Fix a crash when caching an emoticon's attributed string replacement from multiple threads. Force sequential access to this ivar.
7 months ago Frank Dowsett Fix connecting to Facebook by sending the now encrypted OAuth token instead of the soon-to-be-deprecated session_key. Fixes #15544