John Scipione
05757eb6b3
Fill out BFont detailed description.
...
Also a bunch of cleanup including removing private method docs
and cleaning up language. BFont is pretty much completely documented
at this point.
2013-01-19 13:17:48 -05:00
John Scipione
9c840df052
Woops, I meant == not =
2013-01-19 13:17:48 -05:00
John Scipione
a8f3c5a8fb
Style fixes only
2013-01-19 13:17:47 -05:00
John Scipione
c258d2fa0e
Fill out BFont member docs
2013-01-19 13:17:47 -05:00
John Scipione
840476e1cb
Rename SetFamilyAndStyle variable to code matching the header and BeBook.
2013-01-19 13:17:47 -05:00
John Scipione
c969b46240
Put comments in methods, only description line outside
2013-01-19 13:17:46 -05:00
John Scipione
566e828c5f
Add initial BFont documentation
2013-01-19 13:17:46 -05:00
John Scipione
1f7ff051a7
Style updates and remove docs from cpp file
2013-01-19 13:17:46 -05:00
Jerome Duval
058f84c3e1
Follow up to hrev45127
...
* check whether HAIKU_STRIP variable is set
* use AddVariableToScript instead of AddTargetVariableToScript
since $(HAIKU_STRIP) isn't a jam target.
2013-01-19 16:12:20 +01:00
Niels Sascha Reedijk
d5ef3d86d1
Update translations from Pootle
2013-01-19 06:46:42 +01:00
John Scipione
5df9097a4e
Use stop alert icon if can't find translator
2013-01-18 16:52:10 -05:00
Jerome Duval
4a9b48c1c5
ps2 and pci: remove debugger commands on uninit of modules
2013-01-18 21:34:53 +01:00
Janus
02d04a7664
Fix #9330 . Notifications Window is always inside the screen
...
Signed-off-by: Jerome Duval <jerome.duval@gmail.com>
2013-01-18 20:58:09 +01:00
Julian Harnath
23bfcc5517
Fix MixerInput overflow
...
Signed-off-by: Jerome Duval <jerome.duval@gmail.com>
2013-01-18 20:51:17 +01:00
Janus
d45cd469ef
Fix #9302 . The selection is calculated properly after a list insertion (AddList with index)
...
Signed-off-by: Jerome Duval <jerome.duval@gmail.com>
2013-01-18 20:46:16 +01:00
Dancsó Róbert
fee1677630
Added localization support for Haiku Multi Audio media addon.
...
Signed-off-by: Jerome Duval <jerome.duval@gmail.com>
2013-01-18 20:32:08 +01:00
Przemysław Buczkowski
89b48debc2
Correct errno return in link() function (bug #8770 )
...
* edited as pointed by Axel
2013-01-18 20:00:26 +01:00
Jerome Duval
4280f862ec
Fixed style issues, as pointed by Axel
2013-01-18 19:43:20 +01:00
Siarzhuk Zharski
20cbdcd166
StyledEdit::StatusView:No stretching for pos cell only
2013-01-18 16:16:26 +01:00
Siarzhuk Zharski
ad834f7320
StyledEdit:EncodingMenu: autodetect on root menu entry
2013-01-18 16:16:19 +01:00
Siarzhuk Zharski
29155ba4de
StyledEdit::StatusView: prevent duplicating context menu
2013-01-18 16:16:11 +01:00
Siarzhuk Zharski
8a85cd4ce8
StyledEdit::StatusView Encoding context menu implemented
2013-01-18 16:16:03 +01:00
John Scipione
c45e8003d3
Update font size of memberdoc tables from 13px to 14.4px
2013-01-17 18:13:05 -05:00
John Scipione
4aae53f373
Update Haiku Book CSS
...
* Update headers to match User Guide better for font and spacing.
* 14.4px is the default font size (matching user guide).
* because we use em's for page width this makes the text area a bit narrower.
* Make note, warning, stop, remark notifications font size smaller to make
them stand out a bit less and better matches the User Guide.
2013-01-16 12:44:22 -05:00
John Scipione
75dde2cf73
Fix some pedantic style issues in Font.h
2013-01-15 23:32:38 -05:00
John Scipione
5e6540723d
Update BFilePanel docs, especially detailed description and constructor
2013-01-15 23:07:12 -05:00
Siarzhuk Zharski
3c7eaf396c
Truncate background image name in multibyte-aware way
2013-01-15 12:56:17 +01:00
John Scipione
2b934bb6ae
Add BFilePanel and BRefFilter documentation
2013-01-14 23:31:18 -05:00
John Scipione
3c89a0a64a
Fix typo
2013-01-14 22:16:28 -05:00
John Scipione
061a88b671
Add PCRE as a dependency to Paladin
2013-01-14 21:26:58 -05:00
John Scipione
ea468b9855
Add \brief tag so description appears in files table
2013-01-14 21:11:15 -05:00
John Scipione
0abbcaaa35
Update Doxyfile to 1.7.5.1
2013-01-14 20:33:50 -05:00
John Scipione
d86bc7f95e
If can't find hrev tags set the version to the short hash
...
If no hrev tags are found the revision is blank and shows up as
0 in About System. This commit updates the revision function so that
it falls back to the current short hash instead. Only affects devel
builds and only if you've deleted your tags.
2013-01-14 19:37:56 -05:00
Jerome Duval
2856aca93f
pcnet: adapted glue.c with le driver changes
...
* the driver doesn't crash anymore, but only sends a few packets
2013-01-15 00:08:21 +01:00
Jerome Duval
db3f8e227b
bus_read_region_1: implement with bus_space_read_region_1
2013-01-15 00:08:21 +01:00
John Scipione
c5d129a27a
Style changes only
2013-01-14 15:16:51 -05:00
John Scipione
74a0eef547
Cleanup, no functional change
2013-01-14 15:16:51 -05:00
Przemysław Buczkowski
dc871e324d
TextView:Cmd/Ctrl-Home/End Shift-selection support
...
Fixes #6859
Signed-off-by: Siarzhuk Zharski <zharik@gmx.li>
2013-01-14 21:10:21 +01:00
John Scipione
075d3e60f4
Update Deskbar preferences to use tabs instead of listview
2013-01-14 14:24:42 -05:00
Axel Dörfler
06d477cd64
ipv6: added missing put_interface() call.
...
* Thanks to Stefano for pointing this out!
2013-01-14 12:15:14 +01:00
Przemysław Buczkowski
b4fdcd5e54
Truncate Background image name to avoid layout problem
...
Fixes #7406
Signed-off-by: Siarzhuk Zharski <zharik@gmx.li>
2013-01-13 20:49:44 +01:00
Fredrik Modéen
fef016caf6
Adding more debug info to bluetooth.
...
* more changes will come.
2013-01-12 20:01:31 +01:00
Fredrik Modéen
34dad10384
Adding debug file to bluetooth.
...
* more changes will come.
2013-01-12 20:01:28 +01:00
Niels Sascha Reedijk
f3e36d5a69
Update translations from Pootle
2013-01-12 07:33:31 +01:00
Alexander von Gluck IV
7657c0acde
swpipe: Refactor llvm build dependencies
...
* Little cleaner now taking advantage of
the fact that Jam ignores unmatched
dependencies. Thanks Urias for the idea!
2013-01-11 11:06:01 -06:00
Alexander von Gluck IV
414ba3b2a3
swpipe: Make swpipe properly use llvm
...
* It should build now for most gcc4 folks
* Not in image yet
* Still is kind of crashy
2013-01-11 00:44:51 -06:00
Alexander von Gluck IV
4c3d44f1dd
llvm: Add LLVM build feature
2013-01-11 00:44:01 -06:00
Landon Fuller
524bb6d3ec
Restore FTS_WHITEOUT, guard it with __HAIKU__.
...
As per Jérôme Duval's code review in issue #9337 .
2013-01-11 00:26:48 +01:00
Landon Fuller
4b5a13ab81
Add Haiku support.
...
This replaces the use of a few BSD-specific functions, as well
as the direct references to _open/_close et-al.
BFS doesn't support the FTS_NOSTAT directory link count optimization,
and no statfs() function is available, so we simply turn that off.
2013-01-11 00:26:48 +01:00
Landon Fuller
7de6d45ca2
Drop in unmodified fts/ftw implementations from FreeBSD HEAD (r245067).
2013-01-11 00:26:47 +01:00