Source Activity

Syndicate content
Updated: 45 min 46 sec ago

Fix FFM focus loss on window close

Sat, 2013-05-11 05:30
Fix FFM focus loss on window close

kFocusList is an invalid index for _Windows(). fWorkspaces would be
accessed out of bounds.
Categories: Development

Update translations from Pootle

Sat, 2013-05-11 04:16
Update translations from Pootle
Categories: Development

Fix Terminal build.

Sat, 2013-05-11 03:21
Fix Terminal build.
Categories: Development

TTracker::RefsReceived(): Forward "be:*" message fields

Sat, 2013-05-11 02:44
TTracker::RefsReceived(): Forward "be:*" message fields

In some cases /bin/open puts some additional fields in the
B_REFS_RECEIVED message, but those were completely ignored. This makes
opening paths with appended line/column numbers actually work as
expected.
Categories: Development

BURL: Make the output to stderr DEBUG only

Sat, 2013-05-11 02:44
BURL: Make the output to stderr DEBUG only
Categories: Development

Terminal: Add a hyperlink mode

Sat, 2013-05-11 02:44
Terminal: Add a hyperlink mode

When holding down Command, text under the mouse is checked whether it
looks like a URL or a local path. If so, it is highlighted and can be
clicked, which will open the URL/file. Right-clicking opens a context
menu with items for opening the link/file or copying it to the
clipboard. When additionally holding down Shift, path prefixes up to
the component under the mouse will be considered (no effect for URLs).

Changes:
* Add HyperLink class. Encapsulates a type, the address, and an
  optional base address. Features an Open() method to open the address.
* Move/add some string constants to TermConst.
* Move TermView::CharClassifier to top level and rename to
  DefaultCharClassifier.
* Introduce TermViewHighlight and TermViewHighlighter. The former
  refers to a range of text in a TermView's text buffer. It also
  contains a pointer to a TermViewHighlighter object, which specifies
  how the text range shall be rendered (colors and attributes).
* TermView:
  - Add respective _{Add,Remove}Highlight() methods and adjust the code
    to support highlights.
  - Make the selection a TermViewHighlight. At least its visual aspect
    is now handled like other highlights.
  - Introduce an inner TextBufferSyncLocker. It is used instead of
    BAutolock when locking the text buffer to synchronize the visual
    buffer with it. After it unlocks it calls
    _VisibleTextBufferChanged(), if the visual text buffer has changed,
    which in turn calls a new callback on the active state.
  - Add WindowActivated() and ModifiersChanged() callbacks to the state
    interface.
  - Add new states HyperLinkState and HyperLinkMenuState which
    implement the new feature.

Fix modifier issues
Categories: Development

BasicTerminalBuffer: Add {Previous,Next}LinePos()

Sat, 2013-05-11 01:07
BasicTerminalBuffer: Add {Previous,Next}LinePos()
Categories: Development

Terminal: Pull user input handling into state classes

Sat, 2013-05-11 01:07
Terminal: Pull user input handling into state classes
Categories: Development

Terminal: Add header VTKeyTbl.h

Sat, 2013-05-11 01:07
Terminal: Add header VTKeyTbl.h

... exporting what is defined in VTKeyTbl.c.
Categories: Development

Fix profile to recognize commpage image.

Fri, 2013-05-10 22:21
Fix profile to recognize commpage image.
Categories: Development

HaikuImage: simplified a bit by combining two specification lists.

Fri, 2013-05-10 21:09
HaikuImage: simplified a bit by combining two specification lists.
Categories: Development

HaikuImage: use the same HaikuImage Jamfile for x86 and x86_64

Fri, 2013-05-10 20:51
HaikuImage: use the same HaikuImage Jamfile for x86 and x86_64
Categories: Development

HaikuImage: added or removed targets for x86_64

Fri, 2013-05-10 20:42
HaikuImage: added or removed targets for x86_64

* add vesa.accelerant, vesa driver, ps2, isa, bios, generic_x86 for x86_64 too
* only have reiserfs, firewire, agp_gart targets for x86
* reverted hrev43950, liblocale alias shouldn't be needed anymore
Categories: Development

FFilterByBuildFeatures: fixed typo

Fri, 2013-05-10 20:31
FFilterByBuildFeatures: fixed typo
Categories: Development

silicon_image_3112: fixes 64 bit warnings

Fri, 2013-05-10 19:43
silicon_image_3112: fixes 64 bit warnings
Categories: Development

canna input method: fixes 64 bit warnings

Fri, 2013-05-10 19:41
canna input method: fixes 64 bit warnings

* ugly, this code is not really fixable anyway.
Categories: Development

spider screen_saver: fixes 64 bit warnings

Fri, 2013-05-10 19:31
spider screen_saver: fixes 64 bit warnings
Categories: Development

ipp and lpr print transports: fixes 64 bit warnings

Fri, 2013-05-10 19:29
ipp and lpr print transports: fixes 64 bit warnings
Categories: Development

preview print driver: fixes 64 bit warnings

Fri, 2013-05-10 19:24
preview print driver: fixes 64 bit warnings
Categories: Development

tone_producer_demo: fixes 64 bit warnings

Fri, 2013-05-10 19:19
tone_producer_demo: fixes 64 bit warnings
Categories: Development