Commit Graph

5471 Commits

Author SHA1 Message Date
Matthew Wilber
ee7b4f3983 Added checking for modified document and prompt the user if they try to close a document without saving.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5492 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-28 20:35:52 +00:00
Michael Pfeiffer
a55095419c - Fixed bug in conversion from image coordinates to view coordinates are vice versa.
- Change the size of the image being dragged to size of the selection in the view coordinate system.
- Experimental: delay start of filtering thread(s) for some tenth of a second. This allows faster update during resizing.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5491 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-27 18:35:54 +00:00
Michael Pfeiffer
c8ec7d9a9b Workaround for Dano/Zeta is required because it does not store all fields from the BMessage returned by config_job in the spool file, we add the missing fields that are stored in an attribute of the printer folder.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5490 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-27 18:22:46 +00:00
Matthew Wilber
1f62b22aa0 Changed Cut behavior to match Be's version so that if the user Cuts a selection before moving it, the selection is cut, and a white rectangle is left in its place. If the selection is dragged before the Cut command is used, a white rectangle is not drawn.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5489 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-27 15:00:07 +00:00
DarkWyrm
6e6e1d6443 With shatty's permission, added a patch to allow for opening a file by dropping it on the main window
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5488 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-27 12:34:38 +00:00
Waldemar Kornewald
93a59056e2 Fixed bugs.
IPCP: fixed setting of local and peer address (in_control).
Renamed some variables to comply with our style defs.
Fixed a dead-lock in ppp interface and libkernelppp.a.

TODO:
Unfortunately, our stack does not want to ping the remote host. :(
I do not know if this is my fault or a problem with our stack.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5487 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-26 20:16:10 +00:00
Waldemar Kornewald
280533f33d Fixed a bug in pppconfig and made some other changes.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5486 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-26 20:12:31 +00:00
Waldemar Kornewald
ef0e9a6aba Added IPCP and PAP to Networking-Kit pseudo-target.
Added some comments.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5485 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-26 20:11:32 +00:00
Jérôme Duval
6d5c0c13b4 sounds added
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5484 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-26 13:34:13 +00:00
beveloper
d484cacf51 made multithread save by removing global variables
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5483 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-25 23:00:03 +00:00
Axel Dörfler
0596f8f6a1 Removed obviously accidently added "ShowImageX" executable.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5482 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-25 22:09:12 +00:00
Axel Dörfler
b4f586280a Work-around for a bug in BeOS concerning the cache - it's not a complete cure, though.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5481 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-25 18:32:41 +00:00
Michael Pfeiffer
a8fc713847 - Implemented Floyd Steinberg dithering algorithm.
- Remembers "orientation" state (rotated, mirrored or inverted) in file attribute of image.
- Update recent documents menu every time the menu is opened.
- Bug fix and optimization in Filter.cpp.
- Moved image manipulation code from ShowImageView.cpp to Filter.cpp. So it can take advantage of multiple CPUs.
- Experimental: Write/remove thumbnail to/from file icons.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5480 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-25 17:03:14 +00:00
Jérôme Duval
e482b42659 Basic Sounds pref app. i forgot to include the Jamfile and the resource file.
Sorry but the app has only the features from R5. Extra features may come later.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5479 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-25 10:20:59 +00:00
Jérôme Duval
f5ac08241f Handling invalid entry_ref
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5478 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-25 10:12:22 +00:00
Jérôme Duval
0a8e9c766a To clear the current entry_ref
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5477 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-25 10:09:36 +00:00
Axel Dörfler
29d7bb65e5 Changed the test app, so that it automatically picks up changes to the
kSettings array.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5476 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-25 01:10:45 +00:00
Tyler Dauwalder
9b8775ea74 Renamed {primary,logical,anchor}_descriptor structs to more
accurately be {primary,logical,anchor}_volume_descriptor.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5475 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-25 00:23:16 +00:00
Tyler Dauwalder
1379caca11 Removed "udf_" prefix from udf on-disk data structures, as they already
live in the Udf:: namespace, and I'll be referencing them fully qualified in
makeudfimage and don't feel like typing udf twice each time.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5474 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-25 00:12:50 +00:00
Axel Dörfler
65a98eb199 Hacks to get glibc's stdio-common working.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5473 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-24 19:59:26 +00:00
Axel Dörfler
348820b57c Hacks to let it compile: disabled/removed wide character stuff, disabled
floating-point output.
Unfortunately, I needed to change the identation etc. to find my way through
it. Could resist to rewrite it completely, though :)


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5472 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-24 19:24:21 +00:00
Axel Dörfler
0bcee3c93c Hacks to let it compile. Disabled wide character stuff *and* all number
conversions since they rely on private glibc functions.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5471 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-24 19:20:57 +00:00
beveloper
7a115dc75d integrating codec API, added some MediaExtractor functionality
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5470 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-23 23:50:27 +00:00
Axel Dörfler
8545b8bd8d Changed the TRACE() macro to the usual (compatible) form.
Disabled trace output.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5469 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-23 22:23:42 +00:00
beveloper
d859148201 integration of codec API into BMediaFile and BMediaTrack
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5468 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-23 22:19:21 +00:00
Axel Dörfler
34626c6331 Added new options "--halt" and "--info". The former will temporarily halt
a device, the latter returns info about a device (i.e. which file it points
to).
Updated for changes in the underlying driver.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5467 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-23 22:16:17 +00:00
Tyler Dauwalder
2c8a6eec09 Added basic verbosity support, and initial UdfBuilder creation and execution.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5466 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-23 22:14:24 +00:00
Tyler Dauwalder
5e4cddfd9e Added ConsoleListener.cpp and UdfBuilder.cpp to the build.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5465 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-23 22:13:38 +00:00
Tyler Dauwalder
3078bf3fa5 Initial checkin. ProgressListener implementation that writes to standard output.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5464 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-23 22:13:14 +00:00
Tyler Dauwalder
eb1cf1f2cc Initial checkin. Abstract interface for receiving updates about
image building progress.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5463 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-23 22:12:42 +00:00
Axel Dörfler
bc4f78089e Rearranged source code a bit (clear distinction between device and drive API).
Added support for halting and resuming a device; the driver will close the underlying
file as long as the device is halted, so that other applications can access the file
(files set to uncached cannot be opened anymore). A device is resumed when you install
it again - note that the device might have been closed in the mean time, so it's
not guaranteed to return the same device.
Now returns a valid icon.
Removed unnecessary comments (this is no driver writers tutorial).
VIRTUAL_DRIVE_GET_INFO now also indicates if the device is halted or not.
Made the ioctl() calls more save by adding some sanity checks (magic value and
structure size).
Minor style changes, renamed device_info.opencount to open_count, added the "s"
suffix to static global variables (virtualdrive_name -> sVirtualDriveName, ...).
Fixed a possible bug: the file is now set to uncached after it has been resized;
it might not work the other way around.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5462 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-23 22:12:38 +00:00
Tyler Dauwalder
6caa00df87 Initial checkin. Main udf image building class.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5461 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-23 22:12:12 +00:00
Axel Dörfler
8a6d6e07f0 A simple blue cabinet icon for the virtual devices.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5460 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-23 22:05:36 +00:00
Axel Dörfler
9cbc2ce719 Added license information.
Added "play save" fields for the ioctl() parameter structure.
Added indicator if the device has been halted.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5459 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-23 22:04:38 +00:00
beveloper
bce1ab5efd another round of codec API changes
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5458 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-23 18:17:35 +00:00
Tyler Dauwalder
e724add10a Added makeudfimage to the build.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5457 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-23 12:26:04 +00:00
Tyler Dauwalder
ca84d5aff2 Initial checkin. Start of UDF image building app.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5456 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-23 12:25:49 +00:00
shatty
642d90775a openBeOS_Nvidia_V0.02_src
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5455 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-23 06:43:57 +00:00
shatty
212f6ad844 relative paths start at $(SUBDIR)
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5453 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-23 06:15:19 +00:00
shatty
d822d73cac include accelerants
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5452 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-23 06:11:09 +00:00
shatty
55ec61f4af add nvidia accelerant
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5451 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-23 06:10:08 +00:00
shatty
08705d9664 add nvidia accelerant
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5450 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-23 05:30:55 +00:00
shatty
6e2d4bbc30 add graphics/nvidia driver
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5449 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-23 05:05:21 +00:00
shatty
3db351215a add graphics/nvidia driver
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5448 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-23 05:00:16 +00:00
shatty
2b83f3b47d openBeOS_Nvidia_V0.02_src
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5447 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-23 04:23:03 +00:00
shatty
fd0d471295 hardware independent overlay header
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5446 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-23 04:22:46 +00:00
DarkWyrm
05cc992d17 Added Menu preferences panel. Works pretty good, too. :)
Eventually, this panel will replace the need for the Menu prefs app


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5445 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-22 23:57:04 +00:00
Michael Pfeiffer
7c0bc4a231 Show small icons in recent document menu.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5444 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-22 19:52:31 +00:00
Waldemar Kornewald
d5cd5d63ff Added IPCP and PAP modules to test suite.
NOTE: To make PPP usable with the test suite I will need to use a shared memory area to be able to pass structures to the ppp module.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5443 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-22 12:30:59 +00:00
Waldemar Kornewald
ca43389a75 Some small changes and fixes.
Most important:
Finished IPCP and PAP modules.
Both of them are untested at the moment.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5442 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-22 12:28:32 +00:00