Commit Graph

5621 Commits

Author SHA1 Message Date
Matthew Wilber
bf461dbeb4 Changed text for "Rotate Clockwise" and "Rotate Anticlockwise" to "Rotate +90" and "Rotate -90"
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5387 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-16 17:08:48 +00:00
Matthew Wilber
d5be31007e Fixed caption hiding method so that whenever any kind of scrolling is done, the caption is hidden in full screen mode. Previously, the caption would only hide during click-and-drag scrolling and using other scrolling would cause the caption to be painted in various places on top of the image.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5384 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-15 18:06:24 +00:00
Matthew Wilber
2cb9af89a4 Changed page browsing keyboard shortcuts to make it possible to browse through files and pages without moving any hands.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5383 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-15 16:14:19 +00:00
Matthew Wilber
89d164def7 Added comments to MouseWheelChanged function which explains how B_MOUSE_WHEEL_CHANGED behaves.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5376 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-15 13:33:26 +00:00
Matthew Wilber
868de40a82 Fixed issue where view scrolls to the left when mouse wheel is used, changed to scroll faster if the wheel is scrolled multiple clicks per B_MOUSE_WHEEL_CHANGED message, increased the scroll speed
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5375 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-15 13:12:18 +00:00
Matthew Wilber
41b5b65875 Changed APP_FLAGS so that ShowImage will be a SINGLE LAUNCH application
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5368 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-15 00:56:42 +00:00
Matthew Wilber
60e5e3a209 Changed to have same APP_FLAGS as Be's ShowImage (SINGLE LAUNCH)
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5365 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-15 00:42:47 +00:00
Michael Pfeiffer
50d78f98e5 Bug fixed: virtual function must not be called in destructor.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5352 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-13 20:38:19 +00:00
Michael Pfeiffer
938629a7e2 Bug fixes.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5350 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-13 18:30:19 +00:00
Michael Pfeiffer
81b9c77691 - scale bilinear (experimental: scaled image is too small by one pixel)
- bug fixes


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5347 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-13 06:54:48 +00:00
Michael Pfeiffer
da87390fc5 - Scrolling with mouse wheel
- Moving image with third mouse button pressed
- Added pop up menu with contents of View menu of menu bar
- Center image in full screen mode
- Added Select None menu item
- To avoid flickering, disabled caption during moving image with mouse- Added key bindings:
  - Cursor keys: moves image
  - Enter or space bar: next file
  - Backspace: previous file
  - Escape: Stops slide show
  - SHIFT + first mouse button: simulate third mouse button
  - CONTROL + first mouse button: simulates second mouse button


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5322 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-12 08:49:30 +00:00
DarkWyrm
a2c4bea185 almost forgot this file for funzip building
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5321 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-11 22:16:38 +00:00
DarkWyrm
1ed56ea3b2 funzip finally builds, courtesy of the work of Michael Lotz
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5320 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-11 22:16:04 +00:00
Axel Dörfler
e596c46e49 The Jamfile was out of date - why is there a makefile *and* a BeIDE project
anyway?


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5304 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-11 00:52:01 +00:00
Michael Pfeiffer
780d8a62d7 - added printing support
- added zoom in and out
- next/previous file sorts directory entries by itself; does not rely on file system
- added shortcuts to the first 10 menu items of Go To sub menu


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5299 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-10 17:38:35 +00:00
Matthew Wilber
6c3054116e Added Go To Page submenu so the user can directly go to the page that they want. Also fixed a typo.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5290 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-09 14:10:26 +00:00
Michael Pfeiffer
e6a50d9c7b - renamed and restructured menu bar
- show dialog box when image can not be opened
- added optional caption in full screen mode
- moved/removed code from ShowImageApp to ShowImageView


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5289 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-09 09:54:46 +00:00
Michael Pfeiffer
d10d59475c - added recent documents sub menu
- added resize window to image size when file is opened
- added drag and drop selection
- added copy selection to clipboard


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5288 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-09 07:57:55 +00:00
Philippe Houdoin
1420d9f762 Switch to human readable/editable resource file.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5271 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-06 21:48:08 +00:00
Michael Pfeiffer
ad13f387f9 - added full screen mode
- added dia show
- added rotate image clockwise, anti-clockwise, mirror image vertical or -horiztonal and invert image
- added myself to about dialog and copyright holders


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5270 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-06 20:57:04 +00:00
Jérôme Duval
9f14e64533 Fix for the option e
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5259 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-05 14:17:32 +00:00
Axel Dörfler
be98595d42 Now defaults to the current volume as the R5 version of that command does.
Unlike that one, the usage comment is now correct, too.
Some style changes, renamed variables.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5258 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-05 11:34:44 +00:00
Jérôme Duval
89cd09b305 Added installsound, rmattr. Committed translate from Jonas Sundstrom
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5257 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-05 11:03:24 +00:00
Michael Pfeiffer
7eca09874b - added option resize image to window size
- added show next/previous file using Command + Cursor Up/Down key
- rewrote selection code
- added marching ants
- renamed member variables to start with capital letter after field prefix


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5255 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-04 23:22:01 +00:00
Jérôme Duval
c05b770350 play modified and query added
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5254 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-04 09:30:46 +00:00
Jérôme Duval
f6774ab931 play and query added
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5253 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-04 09:28:00 +00:00
Jérôme Duval
4266a803d5 i hope usage is fixed now
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5247 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-03 15:02:55 +00:00
François Revol
7639fe5225 better messages strings
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5225 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-01 01:36:03 +00:00
François Revol
0443cf316f changed the class VCButton to MediaReplicant because the Media preferences
asks for that name when removing it, and the view name must match the class name.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5224 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-01 01:24:29 +00:00
François Revol
5e69d7c826 warning cleanup
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5223 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-10-31 23:45:09 +00:00
François Revol
0e14e818cb Added forgoten File.h; sorted headers
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5222 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-10-31 23:36:36 +00:00
François Revol
b5903e59f8 small fix for focus follows mouse users
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5221 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-10-31 20:10:06 +00:00
François Revol
b7c866b485 added --list and --remove (all desklink entries) options
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5220 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-10-31 19:59:00 +00:00
François Revol
5622c96e08 - fixed a possible div by 0
- don't let the volume knob move if the mixer isn't there.
- "don't beep" option
- other option: which gain to act on (mixer or phys output)
- now has a settings file


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5218 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-10-31 18:49:08 +00:00
François Revol
dd9cf102be - use the Mixer volume
- update volume when sliding
- FocusFollowsMouse fixes
- media_server restart fix


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5217 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-10-31 16:42:05 +00:00
Jérôme Duval
f7d9ae3667 Added desklink
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5213 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-10-30 15:10:18 +00:00
Phil Greenway
cc1c3ed6ec By Philipp John
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5176 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-10-27 04:03:05 +00:00
Phil Greenway
0edb7e893f By Philipp John - changed the application cal. It does not crash anymore, when the month and year parameter is invalid.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5175 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-10-27 03:56:12 +00:00
Philippe Houdoin
b63115b602 Fix warnings.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5171 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-10-25 23:50:03 +00:00
Waldemar Kornewald
0868fe5619 Added an error report.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5158 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-10-25 10:14:51 +00:00
Waldemar Kornewald
cf3ba6b414 Bug fixes and some small changes.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5149 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-10-24 20:10:02 +00:00
Waldemar Kornewald
79d2631976 Added pppconfig bin command to the build.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5122 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-10-23 18:03:42 +00:00
Waldemar Kornewald
6b6c29afe6 Fixed flags printing.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5091 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-10-20 20:45:48 +00:00
Matthew Wilber
0a3144ad6b Changed selection box to use a checkered pattern, closer to what Be's ShowImage uses. Stopped using inversion to clear old selections, drawing the bitmap over them instead. Fixed the rect used in setting the view bitmap.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5090 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-10-19 01:56:01 +00:00
Matthew Wilber
af2002bf8c Implemented preliminary selection box skeleton code. Need to add marching ants and connect selection box status to Edit menu.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5083 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-10-18 22:58:34 +00:00
François Revol
8881c2584e Repport sizes in KB as the R5 version. Added --human (-h) to make reading sizes easier.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4995 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-10-12 00:47:52 +00:00
Philippe Houdoin
84263be16c Fix "no previous prototype" warnings.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4826 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-09-26 10:01:21 +00:00
Phil Greenway
8fbd542d38 BSD License Included. Ported by Fernando Francisco de Oliveira.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4770 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-09-20 14:03:22 +00:00
Phil Greenway
f3d6a89559 Includes BSD License. Ported and Coded by Chris Simmons.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4766 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-09-19 14:09:50 +00:00
Phil Greenway
e4eda4595f Includes BSD License. Ported by Fernando Francisco de Oliveira.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4765 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-09-19 13:54:37 +00:00
Phil Greenway
ab483b0f84 not required
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4753 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-09-18 12:01:36 +00:00
Phil Greenway
ce8d28631d pwd - Coded by Chris Simmons (Technix)
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4752 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-09-18 08:31:43 +00:00
François Revol
52eb223126 Add url of the original version
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4745 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-09-17 22:16:36 +00:00
François Revol
7e0ca24f49 Added source for 'play'; this is the straight source from
ftp://planetmirror.com/raid/13/beos/samples/media_kit/obsolete/play.cpp
It doesn't compile under R5 yet though.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4744 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-09-17 22:14:40 +00:00
François Revol
1d5050d24f multiple devices support; -s option: close if opened/open if closed
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4497 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-09-04 08:26:57 +00:00
shatty
b15516030c remove unused variables
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4447 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-09-02 05:18:18 +00:00
François Revol
4772586cce Added support for the -l option like the R5 lsindex
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4419 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-08-31 09:37:16 +00:00
François Revol
4c79468569 Added /bin/eject; has improvements over the R5 one.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4398 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-08-29 09:12:29 +00:00
shatty
5c78d8ec9e changed to not exercise r5 lib-style convert_to_utf8 behavior on 0 bytes because the r5 lib-style behavior contradicts the bebook specification
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4277 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-08-13 05:44:31 +00:00
shatty
ce5d5d8d39 fix technixs so called color bug
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4272 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-08-11 05:34:52 +00:00
shatty
cd600cf798 view experimentation, do not include debugger.h
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4271 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-08-10 17:38:30 +00:00
shatty
3349a7ac9d removed BTextView subview, it will not work for background text, complex cursor control, and will probably have problems with wide character alignment. also fixed long-standing scrollbar bug (stupid missing argument bug).
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4270 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-08-10 14:25:09 +00:00
shatty
d85db6a722 fixed some initializations and edit menu initialization
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4269 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-08-10 12:47:05 +00:00
shatty
62e7938594 wrapping cascading! okay, i am really wasting my time now... I will go back to terminal I promise.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4268 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-08-10 11:46:37 +00:00
shatty
d727a85b3b null settings reveal improper ownership bugs which are now fixed, no more luck needed, fixed a missing delete in destructor
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4267 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-08-10 10:33:36 +00:00
shatty
54b7d67454 good boys delete what they new up when they get destroyed
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4266 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-08-10 10:00:48 +00:00
shatty
c7e570eb7f SetSettings turns over ownership to the BMessage so we null out our field to ensure we do not accidently use it later
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4265 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-08-10 10:00:16 +00:00
shatty
180efabe26 exactly duplicate R5 cascade behavior
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4264 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-08-10 09:59:33 +00:00
shatty
be7f06513d fixed swapping windows bug and simplified opening window api in anticipation of smart window locating
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4263 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-08-10 09:14:33 +00:00
shatty
1ede0ee1df implemented switch terminals... cute little implementation duplicates R5 behavior exactly afaict
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4262 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-08-10 08:53:12 +00:00
shatty
c8a095c755 implemented proper window/app behavior for pref files and command line opening. every sent ref should open a separate window, separate app. every command line invocation opens exactly one window, a separate app. this was tested by using the built-in meta-Q application quit keystroke sequence and verifying that exactly one window was closed, using various different orderings
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4261 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-08-10 07:52:07 +00:00
shatty
a93443a14a removed CloseTerminal prototype
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4260 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-08-10 06:35:12 +00:00
shatty
f426094c5a fixed app flags for multiple launch setting
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4259 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-08-10 06:34:03 +00:00
shatty
c57129de76 fixed comment about app flag values
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4258 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-08-10 06:31:22 +00:00
shatty
11fb1b7634 new terminal behaves like r5 terminal, 1 terminal window per terminal application
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4257 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-08-10 06:19:16 +00:00
shatty
2deca29a77 new terminal behaves like r5 terminal, 1 terminal window per terminal application
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4256 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-08-10 06:03:51 +00:00
shatty
9b52b47b21 fake parsing colors, add argvs in the open message, go to sleep :-)
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4254 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-08-09 12:03:08 +00:00
shatty
3890b0b694 now parsing all arguments although the colors have not been resolved yet. Terminal seems to accept anything in /boot/beos/etc/rgb.txt. I wonder if there is an api for getting these values.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4253 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-08-09 11:32:51 +00:00
shatty
e70f15f55a yummy command line parsing
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4252 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-08-09 10:08:56 +00:00
shatty
30550660e2 removed include Terminal.h from Terminal.rdef
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4251 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-08-09 08:01:56 +00:00
shatty
d24e80185d fairly unbroken terminal window
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4250 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-08-09 07:44:29 +00:00
shatty
375d0381f0 added terminal resources
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4249 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-08-09 07:37:55 +00:00
shatty
4fd5206630 strange sanity check required
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4248 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-08-09 05:19:34 +00:00
shatty
aa9dc9ead8 disabled find next and replace same when no text has been found or replaced yet, enabled them when that occurs. also fixed replace all so it does not dirty the window if it fails to replace anything.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4247 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-08-09 04:52:41 +00:00
shatty
2a0650c030 better font sensitivity for replace window
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4243 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-08-08 06:03:59 +00:00
shatty
bed4e0fbf1 fixed the save as case as well
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4242 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-08-08 05:36:15 +00:00
shatty
82928e6a50 fixed close click save does not save bug
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4241 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-08-08 05:05:10 +00:00
Matthew Wilber
1d5920700f removed (page x of y) from status text, (page info should come from the identify string of translators that support multiple pages) added a border around the image (like Be's ShowImage has), added disabling of Page menu for single page images
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4218 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-08-03 15:29:07 +00:00
Matthew Wilber
0383957902 Added multi-page support (as in OBOS TIFFTranslator). Made many changes to the way the app, window and view objects interface with each other. Still could use some polish.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4216 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-08-03 02:28:18 +00:00
Matthew Wilber
cdb89ebbeb Change to have a more consistent coding style, eliminated unused / unessecary code, added MIT license notice, prevented image window from closing when a save panel is open, prevented the user from opening multiple save panels for a single image window, etc.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4214 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-08-02 20:04:53 +00:00
Matthew Wilber
07caaa8e88 Simplified / cleaned up code, fixed close window behavior, changed status view text to show identify string
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4212 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-08-02 16:53:13 +00:00
Matthew Wilber
67515cfb7d Changed to use a BString for storing the status text instead of a char *
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4211 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-08-02 16:39:21 +00:00
Matthew Wilber
81f20b17b4 Removed selection box code
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4210 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-08-02 16:37:20 +00:00
Matthew Wilber
6285166900 Changed application signature to match the signature specified in ShowImageConstants.cpp
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4209 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-08-02 16:35:45 +00:00
Matthew Wilber
fc0a275bdd Changed Save AS sub menu to only show the available destination types for bitmap images, implemented Save As feature
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4181 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-08-01 22:10:58 +00:00
shatty
65035166ae improve feedback and add shortcuts for alerts
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4177 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-08-01 01:09:50 +00:00
shatty
12dc86bf35 fix typo in checkin
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4169 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-07-31 19:09:59 +00:00
shatty
e4f90625cc fixed the "find does not work" bug on newly opened files by setting the cursor to the start of the file on opening
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4168 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-07-31 19:09:11 +00:00
shatty
cf629a4037 at least tell the user that saving failed, if writing the file did, all the other returns should notify as well but I am tired and it is time to sleep :-P
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4167 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-07-31 09:41:29 +00:00
shatty
31cd62fb1e more and more error checks and helpful dialogs explaining what is happening when things go bad
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4166 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-07-31 09:33:33 +00:00
shatty
ae6fb3b6f5 remove stdio
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4165 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-07-31 09:08:48 +00:00
shatty
0b6b71e99a flank more carefully change marking actions, return the result from convert_to_utf8
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4164 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-07-31 09:08:21 +00:00
shatty
af78ee4866 added 11 font size at Konrads request
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4113 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-07-27 22:53:39 +00:00
shatty
aebaef1842 more font sensitivity fixes
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4112 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-07-27 22:42:30 +00:00
shatty
ebf34d2339 font sensitive Find box
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4107 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-07-27 10:37:13 +00:00
shatty
e59c7b66ea fixed annoying print before page setup aborts print bug
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4105 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-07-27 07:36:49 +00:00
shatty
27f0ec2d65 print selected pages working better now
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4104 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-07-27 07:25:47 +00:00
shatty
a8c26b3b30 pixel perfect printing?
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4103 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-07-27 07:02:44 +00:00
shatty
7ec5852757 fixed escape closes ReplaceWindow
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4102 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-07-27 06:39:35 +00:00
shatty
59f0a7eb40 fixed escape closes FindWindow
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4101 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-07-27 06:38:37 +00:00
shatty
a50cf5ac37 perfect print
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4100 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-07-27 06:24:05 +00:00
shatty
7badc12e87 moved to kits/support/character-sets.txt
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4098 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-07-27 04:26:12 +00:00
shatty
ed2ad672c1 rolled into src/kits/support
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4093 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-07-26 22:57:01 +00:00
shatty
46555d8f43 changed to use new BCharacterSet and BCharacterSetRoster from support kit. because libtextencoding.so is not finished yet it uses those sources directly instead of the library.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4092 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-07-26 22:56:30 +00:00
Jérôme Duval
c261267f46 Removed Mail duplicate
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3985 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-07-15 16:23:44 +00:00
shatty
62df02c3e6 set changes monitoring on return by error
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3984 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-07-15 09:16:04 +00:00
shatty
8c38dd91fc fix alias creation
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3983 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-07-15 09:15:01 +00:00
Michael Phipps
6b901e1275 Adding the mail application to the Jamfile.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3918 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-07-09 03:51:33 +00:00
Michael Phipps
8c9c6943ad Adding the mail application for Sikosis.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3915 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-07-09 03:38:12 +00:00
shatty
155ae4c5cb working input with formatting
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3869 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-07-06 09:26:44 +00:00
shatty
08db2111e1 format nuking, but working input conversion
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3868 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-07-06 09:11:27 +00:00
shatty
ebf4610ff0 broken but halfway working input conversion
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3867 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-07-06 08:59:20 +00:00
shatty
670567f9d4 moved encoding handling into StyledEditView and began reading the be:encoding attribute
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3866 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-07-06 04:05:22 +00:00
shatty
62ab1aa585 cvs copy of http://www.iana.org/assignments/character-sets
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3865 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-07-06 03:12:00 +00:00
shatty
5d46a49425 fixed minor writing error
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3864 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-07-06 02:48:14 +00:00
shatty
a1a685089b working save as encoding
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3863 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-07-05 21:29:23 +00:00
shatty
0b2e176dc0 second encodings menu up for save as with field
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3853 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-07-05 01:17:02 +00:00
shatty
e6903129a7 first start encodings menu up for save as
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3852 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-07-05 00:51:07 +00:00
Jérôme Duval
2f357231f1 Ooops i committed too fast.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3840 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-07-04 17:37:48 +00:00
Jérôme Duval
febb5a88a1 /bin/mail by Jacques Lema
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3837 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-07-04 17:03:21 +00:00
Philippe Houdoin
66914f157d Bad duplicate case line killed.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3568 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-06-18 23:03:08 +00:00
Philippe Houdoin
e5fb9ab8da Trying to be quicker than shatty to add more ids, courtesy of pulse 1.08 on bebits.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3567 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-06-18 21:40:15 +00:00
Ingo Weinhold
09eceed9b8 Added support for installing the networking stuff. Use: jam [un]install-networking.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3557 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-06-17 18:15:52 +00:00
shatty
be4ab5d842 use OBOS_CPU_TYPES so compiling with R5 header is still possible
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3503 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-06-13 19:45:16 +00:00
shatty
8af0e1199f not all iv_model2 are xeon so I changed it back to IV
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3501 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-06-13 18:26:16 +00:00
shatty
6bc3e59c35 added some more ids, courtesy of pulse 1.06 on bebits
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3498 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-06-13 18:11:10 +00:00
DarkWyrm
e2242e6916 Added rcs, gzip, sed, and associated utilities.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3476 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-06-11 15:56:10 +00:00
Axel Dörfler
58453f3bbb Now sets the magic value in the check_control structure.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3382 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-05-29 01:04:22 +00:00
Phil Greenway
94e5d19c14 Coded by Scott Dellinger (dellinsd@myrealbox.com)
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3255 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-05-19 10:59:29 +00:00
Philippe Houdoin
2a93d8472f Fix unrecognized Pentium III models, and add newer AMD Athlon and Duron recognition
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3103 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-25 21:28:47 +00:00
shatty
c5788c0416 slightly less awful scrollbars
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3101 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-24 08:09:50 +00:00
shatty
0873b6e545 move towards smarter scrollers
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3100 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-24 07:55:28 +00:00
shatty
442abe27a7 remove bemail
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3096 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-22 22:42:29 +00:00
shatty
4bf790524f basic application model stolen from styled edit
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3095 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-22 09:21:48 +00:00
shatty
e648cd8a9d cosmetic cleanup
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3094 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-22 06:32:09 +00:00
shatty
5abaecfeb2 MuTerminal is coming to OBOS
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3093 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-22 05:37:15 +00:00
shatty
293c3378f3 add newline to end of file
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3067 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-14 03:54:47 +00:00
shatty
fe5cc7b493 add newline to end of file
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3066 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-14 01:56:41 +00:00
mahlzeit
41d848e7c0 simplified the app_version resource
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3057 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-06 12:26:49 +00:00
mahlzeit
8377310bbd Resources are now automatically generated using rc.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2860 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-03-02 11:11:25 +00:00
Axel Dörfler
1104b1b0f6 Added my "open" command to the repository.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2847 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-02-25 18:00:40 +00:00
Ingo Weinhold
4128579144 Added CodyCam to the build.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2781 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-02-20 12:42:49 +00:00
Ingo Weinhold
f8f06ba5cc Fixed Jamfile.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2780 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-02-20 12:42:25 +00:00
Phil Greenway
dba5824b7c CodyCam from the BeOS Sample Code.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2776 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-02-20 04:44:21 +00:00
Philippe Houdoin
471e3978a1 Fix the in_cksum declaration conflict between the stack one in psoix/netinet/in.h
(should not be here but in private/net, in fact...) and
the internal one in traceroute.c


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2676 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-02-09 22:42:12 +00:00
Philippe Houdoin
8ef9e5a016 Fix a conflict between a private in_cksum() reimplementation and the stack one.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2675 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-02-09 22:39:07 +00:00
Axel Dörfler
6fa8ddedd0 Added a gcc compilable MBR code - borrowed from FreeBSD. For later use with
the writembr utility (I was just too lazy to make it build right now).


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2522 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-01-20 15:17:19 +00:00
Axel Dörfler
5369f0dd55 Now returns descriptive error messages if something went wrong.
Also fixed an almost bug that only catched B_BAD_TEAM_ID error codes from
get_team_info() (bad style).
Made it a bit more style guide compliant.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2488 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-01-18 14:34:09 +00:00
Phil Greenway
b91e07e73a Coded by Sikosis (beos@gravity24hr.com)
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2345 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-01-01 13:13:14 +00:00
Phil Greenway
49faf11397 Coded by Larry Cow (migeot_o@epita.fr)
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2344 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-01-01 13:12:11 +00:00
François Revol
fb33f9f54d Works on my dual Celeron now. Only cosmetic differences (due to incoherences in the original anyway (Bytes/bytes/byte...)).
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2189 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-12-08 22:03:22 +00:00
François Revol
4794242c83 Updates to TLB/cache infos, output is 100% correct on my K6-2 now, checking on dual-Celeron...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2188 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-12-08 21:28:37 +00:00
François Revol
a2ee26282e Added preliminary cpuid_info() display. Still lacks cache infos.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2187 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-12-08 19:22:08 +00:00
François Revol
6b9975f47f Damn, forgot the file (again :p)
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2186 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-12-08 17:18:40 +00:00
François Revol
8a213561e2 Added sysinfo, code by Carlos Hasan.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2185 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-12-08 17:17:52 +00:00
François Revol
6b71f1bd83 Added modifier command, which asserts (un)pressed modifier keys, and can list pressed ones too.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2183 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-12-08 15:19:35 +00:00
shatty
9e159bcf9a update the alignment menu based on the current alignment of the text view
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2175 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-12-07 19:50:33 +00:00
shatty
c4df8d57df fixed erroneous deleting of print settings BMessage and changed fMenuBar to fFontMenu to fix crashing in font settings
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2172 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-12-06 23:46:19 +00:00
François Revol
8c852f3236 Added addattr to the build (source was here, but no Jamfile).
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2156 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-12-03 19:56:29 +00:00
François Revol
30dbdd96f9 Added quit, code by Carlos Hasan.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2155 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-12-03 19:33:52 +00:00
François Revol
9fbdca8c2b Added ffm, code by Carlos Hasan.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2154 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-12-03 19:25:26 +00:00
François Revol
358f694bee Cleanup: alpha sorting.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2153 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-12-03 18:46:45 +00:00
François Revol
888e8fca59 Forgot to add iroster.cpp :^)
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2152 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-12-03 18:42:53 +00:00
François Revol
e4f2e7fa7d Added iroster, code by Carlos Hasan.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2151 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-12-03 18:41:25 +00:00
François Revol
c70ca4fc3d Added --mkindex option, outputs a list of mkindex commands needed to recreate the indices.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2126 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-11-30 16:51:48 +00:00
Axel Dörfler
673ecc16e5 Added some more output (that should help users not that familiar with BFS).
Now supports fixing errors as well (and introduced a new option -e to fix
some additional errors).


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2069 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-11-23 18:39:25 +00:00
Axel Dörfler
2b99433ef9 Added a basic "chkbfs" command to the repository, doesn't fix anything yet,
though (boy, I am so lazy...).
Cleaned up the Jamfile a bit.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2065 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-11-22 20:15:12 +00:00
shatty
d470934c95 fixed changing color reset font bug and made the menus update for font and family and font size
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2064 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-11-22 09:32:34 +00:00
shatty
8776558763 update font menu for color based on selection or cursor location
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2063 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-11-22 09:04:25 +00:00
shatty
8f63353baf lots of font related changes to reduce memory consumption and speed up initialization. also fixes for word wrapping screen width.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2062 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-11-22 07:52:00 +00:00
shatty
0b46ec9848 improved soft wrapping, now saves alignment and wrapping states
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2061 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-11-22 05:53:58 +00:00
Axel Dörfler
edd77cc706 Added a missing newline.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2057 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-11-21 21:27:55 +00:00
shatty
e81d8d7a95 character set and registry
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2045 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-11-21 01:37:18 +00:00
shatty
6cd1da58ba set the default save as directory appropriately
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2044 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-11-20 23:43:33 +00:00
shatty
e2344ee25b fix command line execution - thanks BGA
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2043 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-11-20 23:29:00 +00:00
shatty
b7b9d38498 open a new empty document on re-launch
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2042 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-11-20 22:40:28 +00:00
Philippe Houdoin
0fc06c6a3f Okay, finally let's use the BSD'ish _howmany() macro.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1918 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-11-13 20:31:13 +00:00
Philippe Houdoin
dc6dfab4c0 Hack howmany() macro to use _howmany() to build ping and traceroute.
However, what's the official (POSIX?), if any, macro name for this?


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1913 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-11-13 08:14:01 +00:00
shatty
5f5bb7d7eb disable undo after font actions
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1869 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-11-07 12:13:09 +00:00
shatty
80f5cbb0a5 I think replace all is fixed now?
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1868 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-11-07 12:03:23 +00:00
shatty
7c7e9acdad replace all still has problems but I am sleepy...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1867 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-11-07 11:50:48 +00:00
shatty
a49482266a font operations now make the document unclean. they can't be undone, but R5 doesn't let you undo them either.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1865 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-11-07 00:08:05 +00:00
shatty
844ea151d0 added encodings menu for save and open file panel (not functional yet)
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1864 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-11-06 23:03:34 +00:00
shatty
a445cd428f recent menu works. save as puts current name into text field. revert bug fixed.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1860 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-11-06 21:40:47 +00:00
shatty
f47986217a revert to saved confirmation dialog added
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1859 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-11-06 18:54:47 +00:00
shatty
4737827244 pixel tweaks
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1857 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-11-05 18:28:19 +00:00
shatty
ed48868f63 style cleanup ; undo, revert, redo, save, quit functions fixed up ; no more extra windows ; quit when all windows are closed ; fix grey lines when scrolling
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1848 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-11-05 09:24:25 +00:00
shatty
10beef3e41 made open into a submenu, changed case of Save As
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1837 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-11-04 10:22:25 +00:00
shatty
15db9de07f patches from Mattias Sundblad
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1836 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-11-04 04:38:29 +00:00
Philippe Houdoin
da0c12abaf StyledEdit.rsrc app signature mismatch the one pass to BApplication(). Fixed now.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1814 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-11-01 03:10:46 +00:00
Philippe Houdoin
41aff81700 Add ping, ifconfig, route, arp & traceroute network command line apps to the build.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1811 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-11-01 03:01:02 +00:00
shatty
faef1e5413 from sample code
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1676 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-10-26 03:33:06 +00:00
shatty
8e39758fda added people app
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1675 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-10-26 03:32:10 +00:00
beveloper
9fc7164698 allow building everything without local(tree external) header files beeing
used for kernel or kit components


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1630 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-10-23 20:13:17 +00:00
shatty
1bb3424fce changed beep to use stdlib instead of c++ lib
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1588 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-10-21 21:53:52 +00:00
shatty
dea47e9bad beep uses C++ io, moved to section including stdc++.r4
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1587 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-10-21 21:41:33 +00:00
François Revol
bb8a5f5822 Better error handling, fix from Ryan Fleet.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1520 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-10-14 22:20:19 +00:00
François Revol
9d9af368f7 Added unmount and setversion, code from Ryan Fleet.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1519 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-10-14 22:08:56 +00:00
François Revol
1be7ab5229 Use stdio.h instead of cstdio (avoid possible namespace problem)
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1486 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-10-11 22:53:55 +00:00
François Revol
5cd09bb9db Added listattr (code by Ryan Fleet)
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1485 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-10-11 22:35:14 +00:00
François Revol
f04e3ccece Initial checkin
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1484 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-10-11 22:33:36 +00:00
François Revol
6b2bd871b1 Added /bin/version, code from Ryan Fleet.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1482 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-10-10 21:41:17 +00:00
Daniel Reinhold
9363d444c8 initial checkin
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1481 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-10-10 19:35:37 +00:00
Daniel Reinhold
00d29fe4dd fixed the formatting
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1480 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-10-10 19:05:58 +00:00
Daniel Reinhold
1d1c11443f cosmetic -- fixed the tabs
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1460 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-10-08 19:10:02 +00:00
Daniel Reinhold
96b225d3ec returns exit status 1 on failure and allows multiple matches
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1459 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-10-08 19:03:36 +00:00
Daniel Reinhold
9c47418b7c initial checkin
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1458 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-10-08 18:41:03 +00:00
Daniel Reinhold
baaddeabcc initial checkin
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1457 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-10-08 17:08:23 +00:00
Daniel Reinhold
51dc1c7a64 command line printf
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1456 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-10-08 15:03:23 +00:00
beveloper
b0304d13cc prevent accessing an uninitialized pointer, by making it NULL
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1450 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-10-08 00:36:42 +00:00
François Revol
238cdcd089 Added team filtering on argv[1] (R5.1 ps has this feature)
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1444 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-10-07 22:54:57 +00:00
François Revol
bb103dca64 nitial checkin. Code by Sebastian Nozzi. (sorry for the big lag on this one :p)
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1443 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-10-07 22:22:09 +00:00
Phil Greenway
63990f7f3b Added a couple of the newer bin commands.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1403 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-10-06 11:38:44 +00:00
Phil Greenway
ea5fda7b4c Coded by Jonas Sundstr��m
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1402 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-10-06 11:31:44 +00:00
Phil Greenway
1f428842e5 replaced by yes.cpp by Jonas Sundstr��m
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1400 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-10-06 10:42:23 +00:00
Phil Greenway
ec41229455 Coded by Jonas Sundstr��m
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1399 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-10-06 10:41:32 +00:00
Phil Greenway
036d4c47dd Coded by Sandor Vroemisse
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1398 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-10-06 10:15:53 +00:00
Phil Greenway
8353a17f9c Coded by Jonas Sundstr��m
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1397 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-10-06 10:10:16 +00:00
DarkWyrm
a7e12e3ed2 Added zip and unzip to build
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1346 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-10-02 21:32:10 +00:00
shatty
3589bfc66b using the new resource generated from rdefs
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1312 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-09-30 04:07:16 +00:00
shatty
9a7bbcb7b7 changed to resource definition format
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1311 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-09-30 03:55:55 +00:00
shatty
1a9aeb4880 new resource definition files
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1310 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-09-30 03:52:17 +00:00
shatty
c1b290ef30 identical files are already in docs/develop/drivesetup
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1227 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-09-28 02:33:13 +00:00
shatty
78dadb1b39 drivesetup is a preference. since identical files were already in src/prefs/drivesetup, I am removing these.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1226 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-09-28 02:29:20 +00:00
shatty
285c5708a2 fixed newline at end of file.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1220 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-09-28 00:54:25 +00:00
shatty
b1594ca363 support building ShowImage via jam.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1209 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-09-27 05:52:55 +00:00
shatty
0f0ad94e3f support building by jam
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1208 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-09-27 05:40:46 +00:00
shatty
74daea1f06 fixed newline at end of file.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1207 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-09-27 05:40:17 +00:00
shatty
4e0b2752ad added stylededit subdirectory
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1206 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-09-27 04:49:15 +00:00
shatty
21fc772d70 Support building StyledEdit via jam.
Also added resources.  Followed the pulse model but used the application signature from the code in cvs.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1205 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-09-27 04:48:40 +00:00
shatty
3e81831b69 Fixed newline at end of files.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1204 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-09-27 04:47:23 +00:00
Phil Greenway
bd3f5af3d4 Command Line Beep. Coded by Mahmoud Al Gammal
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1156 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-09-24 12:58:04 +00:00
Phil Greenway
f7afd44bda Initial Check in. Coded by Mattias Sundblad.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1135 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-09-23 23:01:55 +00:00
DarkWyrm
7ca9243955 Removing other doc-like files. Should go in docs folders
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1106 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-09-21 16:59:08 +00:00
DarkWyrm
6bc7a8acdc Oops. Accidentally checked in man pages
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1105 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-09-21 16:51:13 +00:00
DarkWyrm
ae4defc8a6 Initial checkin - everything should build
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1104 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-09-21 16:12:19 +00:00
DarkWyrm
d2e14899b5 Initial checkin. Everything should build
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1103 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-09-21 16:08:49 +00:00
DarkWyrm
654f3cc1c7 Accidentally checked makefile in
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1102 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-09-21 14:55:28 +00:00
DarkWyrm
3ae76c23c8 Initial checkin. funzip is the only thing that doesn't build
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1101 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-09-21 14:54:45 +00:00
François Revol
e619086410 Fixed timing + color
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1100 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-09-21 13:00:08 +00:00
François Revol
1f459f1f6a Added a nice animation. Ok, back to serious things now !
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1029 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-09-14 00:14:28 +00:00
François Revol
93bbc66aa2 Removed ShutdownWindow::Quit()
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1027 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-09-13 11:44:25 +00:00
François Revol
2f77eca4d8 Added catattr
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1025 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-09-12 23:09:36 +00:00
François Revol
3b3ca10775 Initial checkin
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1024 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-09-12 23:08:25 +00:00
François Revol
f59fb680cc better code for -f option
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1023 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-09-12 22:51:58 +00:00
François Revol
4453c0caef Added shutdown
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1021 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-09-12 21:55:27 +00:00
François Revol
7988a44fbb cleanup, licence, notes
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1020 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-09-12 21:53:32 +00:00
François Revol
86cd46f680 Initial checkin
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1019 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-09-12 21:38:19 +00:00
Philippe Houdoin
698b29d4d2 Moving arp, ifconfig, ping, route and traceroute dirs from /current/src/apps/. to
/current/src/apps/bin/., where they belongs.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@893 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-08-27 07:25:01 +00:00
Philippe Houdoin
8a3eb78f9d Moving arp, ifconfig, ping, route and traceroute directories into bin/., as
these apps are command line tools.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@892 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-08-27 07:18:11 +00:00
beveloper
b4ba7954aa Added a small copyright notice.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@683 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-08-10 00:14:36 +00:00
Axel Dörfler
cd157d41a9 Implemented the "mount" command.
Added a missing newline at the end of alert.cpp.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@432 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-07-25 02:56:47 +00:00
Phil Greenway
7ad86addf9 Initial Checkin to "current". Coded by Matt McMinn.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@391 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-07-23 06:56:49 +00:00
Phil Greenway
f9f79740a6 Docs for DriveSetup
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@390 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-07-23 06:55:37 +00:00
Phil Greenway
13afa64231 Initial Checkin. Coded by Fernando Francisco de Oliveira.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@388 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-07-22 23:59:33 +00:00
Ingo Weinhold
d2c5bcbc5f Added listdev, mkdos and pc to the build. The gnu subdirectory is still missing, but it doesn't compile as a lot of files are missing and I wonder anyway, if we want to pollute the tree with GPL.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@164 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-07-12 22:11:53 +00:00
Ingo Weinhold
93e99fcd57 Added commands in the top level dir to the build.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@100 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-07-11 22:10:58 +00:00
Ingo Weinhold
0971030020 Moved AddResources up. It needs to be called before the building rule.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@46 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-07-10 17:55:17 +00:00
ejakowatz
05cce1aecd Initial checkin.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@44 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-07-10 16:48:03 +00:00
ejakowatz
5f281ed502 Well, I couldn't go to bed without making *something* build ... ;)
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-07-09 13:40:32 +00:00
ejakowatz
52a3801208 It is accomplished ...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-07-09 12:24:59 +00:00