Searched hist:709 (Results 1 - 10 of 10) sorted by path

/haiku/src/apps/mediaplayer/interface/
H A DSymbolButton.cppdiff 709c79a3 Tue Sep 11 13:53:56 MDT 2018 Kacper Kasper <kacperkasper@gmail.com> MediaPlayer: don't fill background for mute button

* The difference is visible when control background doesn't match
panel background.

Change-Id: Ie3a034acaa52929becd6601520e0e05f32ecc8d8
Reviewed-on: https://review.haiku-os.org/537
Reviewed-by: waddlesplash <waddlesplash@gmail.com>
/haiku/build/jam/repositories/HaikuPorts/
H A Dx86_64diff 709ea14b Sun Oct 19 01:57:42 MDT 2014 Jérôme Duval <jerome.duval@gmail.com> Update freetype_devel package for x86_64
diff 709ea14b115e9ee8bd6729de1a21bbf180c93a0e Sun Oct 19 01:57:42 MDT 2014 Jérôme Duval <jerome.duval@gmail.com> Update freetype_devel package for x86_64
H A Dx86_gcc2diff 709ac637 Fri Nov 13 02:07:58 MST 2015 Adrien Destugues <pulkomandy@pulkomandy.tk> Update hub, f1spirit, and sdl_net
/haiku/headers/private/libroot/
H A Dlibroot_private.hdiff 709d0334 Tue Oct 12 10:26:44 MDT 2004 Axel Dörfler <axeld@pinc-software.de> Added prototypes for __init_image() and __init_dlfcn() so that they don't have
to be defined in the source files anymore.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9302 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 709d033403632d2fd171c62abd80b230572e5b88 Tue Oct 12 10:26:44 MDT 2004 Axel Dörfler <axeld@pinc-software.de> Added prototypes for __init_image() and __init_dlfcn() so that they don't have
to be defined in the source files anymore.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9302 a95241bf-73f2-0310-859d-f6bbb57e9c96
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.cppdiff 709b3525 Fri May 07 02:36:31 MDT 2010 Axel Dörfler <axeld@pinc-software.de> * No longer keep the write lock when accessing the attribute data; instead, we
now make sure no one else touched it in the mean time (in order to retrieve
consistent data for the index update). This should fix bug #5878.
* Squashed a TODO by locking the inode in the transaction as well.
* Fixed a quasi bug that would not have read the attribute data if there was no
live query for it; "fortunately", Volume::CheckForLiveQuery() is not
implemented yet, and always returns true.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36707 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 709b35256ac13d4111a75dbdf412d60ed0d0c040 Fri May 07 02:36:31 MDT 2010 Axel Dörfler <axeld@pinc-software.de> * No longer keep the write lock when accessing the attribute data; instead, we
now make sure no one else touched it in the mean time (in order to retrieve
consistent data for the index update). This should fix bug #5878.
* Squashed a TODO by locking the inode in the transaction as well.
* Fixed a quasi bug that would not have read the attribute data if there was no
live query for it; "fortunately", Volume::CheckForLiveQuery() is not
implemented yet, and always returns true.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36707 a95241bf-73f2-0310-859d-f6bbb57e9c96
H A Dkernel_interface.cppdiff 6a2e0710 Sun Aug 11 15:41:12 MDT 2002 Axel Dörfler <axeld@pinc-software.de> Fixed compilation (stupid me :-).


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@709 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 6a2e071075cb0e334f1b9001e9f96fd9d8b1d3fb Sun Aug 11 15:41:12 MDT 2002 Axel Dörfler <axeld@pinc-software.de> Fixed compilation (stupid me :-).


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@709 a95241bf-73f2-0310-859d-f6bbb57e9c96
/haiku/src/kits/interface/
H A DMenu.cppdiff 709ef827 Thu Jun 12 18:24:01 MDT 2008 Alexandre Deckner <alex@zappotek.com> - BMenu caches the preferred size (since r21396) but didn't recompute it if the ResizingMode changed, it did it only in
InvalidateLayout().

This fixes #1461, the bug appeared because DraggableContainerIcon uses a special trick, involving changing the resizing
mode, to get the total width of the menu items. (see tracker/ContainerWindow.cpp line 479)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25948 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 709ef82757c29ea1ab4e51ec274ad141d606d0d1 Thu Jun 12 18:24:01 MDT 2008 Alexandre Deckner <alex@zappotek.com> - BMenu caches the preferred size (since r21396) but didn't recompute it if the ResizingMode changed, it did it only in
InvalidateLayout().

This fixes #1461, the bug appeared because DraggableContainerIcon uses a special trick, involving changing the resizing
mode, to get the total width of the menu items. (see tracker/ContainerWindow.cpp line 479)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25948 a95241bf-73f2-0310-859d-f6bbb57e9c96
/haiku/src/servers/app/drawing/Painter/
H A DPainter.cppdiff c8bb68e1 Thu Jul 06 12:58:47 MDT 2006 Jérôme Duval <korli@users.berlios.de> when drawing a line, we check if the line is only one point, to even draw a line
this fixes bug #709, but it's not quite good in my opinion (Stephan, please could you review?)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18050 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff c8bb68e11bc91a3d27be1624057bb4f4a82110f2 Thu Jul 06 12:58:47 MDT 2006 Jérôme Duval <korli@users.berlios.de> when drawing a line, we check if the line is only one point, to even draw a line
this fixes bug #709, but it's not quite good in my opinion (Stephan, please could you review?)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18050 a95241bf-73f2-0310-859d-f6bbb57e9c96
/haiku/src/servers/input/
H A DInputServer.hdiff 709bbb9e Tue Apr 12 18:55:54 MDT 2005 Axel Dörfler <axeld@pinc-software.de> The input_server no longer uses R5 communication by default - this should
fix the keyboard/mouse problems of most (because they probably didn't know
about this flag). Still does not work for me, though.
Note, if you want consoled the use the input_server, or if you want to use
the input_server as an R5 replacement, you have to define this flag again.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12356 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 709bbb9ea3397696d59efc9f57584263475d8db5 Tue Apr 12 18:55:54 MDT 2005 Axel Dörfler <axeld@pinc-software.de> The input_server no longer uses R5 communication by default - this should
fix the keyboard/mouse problems of most (because they probably didn't know
about this flag). Still does not work for me, though.
Note, if you want consoled the use the input_server, or if you want to use
the input_server as an R5 replacement, you have to define this flag again.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12356 a95241bf-73f2-0310-859d-f6bbb57e9c96
/haiku/src/servers/net/
H A DNetServer.cppdiff def61273 Fri Dec 14 15:27:36 MST 2018 Danc2 <danc2@pdx.edu> net_server: Add (more) missing devices even if one has already been found.

Fixes #6423 and helps with #14626.

In BringUpInterfaces, line 772 creates an error which only adds a missing
interface if one does not already exist (i.e., !_testInterface()). This can lead to
a missing WiFi interface if an Ethernet connection has been configured and set in
the /boot/system/settings/network/interfaces before the WiFi has had a chance to
be added to /dev/net. To properly configure a missing device, such as a WiFi
connection, and allow the user to choose amongst configured interfaces (i.e.,
add it to the list of devices in /dev/net and e.g., see WiFi as an option),
removing the 'if' statement on line 772 is necessary.

Two edge cases may arise:
1. A user may disable an interface -- don't add device
Solution: The code currently handles this. _ConfigureInterfacesFromSettings, called
at line 746, checks for interfaces in fSettings to see if they are disabled (706-711).
If so, they are disabled and not set as a missingDevice if the interface is disabled
(709). The next interface is checked... etc.

2. Devices must not be added twice (i.e., Checking for An Existing configured Network)
Solution: The code currently checks for this. On lines 716-720, a device that is found
in fSettings (missingDevice), is set to the interface which is later added to the
/dev/net within that (unnecessary?) if statement (772). The missingDevice will only
be set and added to /dev/net if an entry does not exist in the settings already (716)
(hence the identifier missingDevice).
Change-Id: Ifc303371b88f18c30141a651a7d97a3c860e864f
Reviewed-on: https://review.haiku-os.org/767
Reviewed-by: waddlesplash <waddlesplash@gmail.com>

Completed in 1002 milliseconds