Searched +hist:41 +hist:f6b937 (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/kits/app/
H A DApplication.cppdiff 35929329 Mon Jan 04 16:52:41 MST 2016 Augustin Cavalier <waddlesplash@gmail.com> BApplication: Remove added PrintToStream().

Another missed debugging snippet from the merge.
diff 0690387c Thu Mar 26 15:41:42 MDT 2015 Axel Dörfler <axeld@pinc-software.de> BServer/BApplication: added constructor for looper name.

* Added an extra looperName argument to the private BApplication
constructor that BServer is using.
* This is now used to fix the ugliness that gave the registrar
a different looper name, and even saves a string comparison.
diff 1b6bc267 Wed Feb 08 15:42:41 MST 2012 Alexander von Gluck IV <kallisti5@unixzen.com> kits: Some spelling cleanup of common mistyped words

* Little whitespace cleanup
* No functional change
diff 8eae8b05 Wed Jun 08 01:36:41 MDT 2005 Stefano Ceccherini <stefano.ceccherini@gmail.com> Every BApplication (even applications which didn't use it) allocated a BPrivateScreen object. Now they are created/destroyed on demand (when a BScreen object is constructed), and reference counted, so that there is still only one per app. Note that since we are creating/deleting them, constructing a BScreen object can be more time consuming than before, but personally I find this approach much cleaner.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13006 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 41f6b937 Thu Dec 09 15:54:46 MST 2004 DarkWyrm <darkwyrm@gmail.com> Submission of Stefano's BApplication patch - archiving support


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10383 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 41f6b937 Thu Dec 09 15:54:46 MST 2004 DarkWyrm <darkwyrm@gmail.com> Submission of Stefano's BApplication patch - archiving support


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10383 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 98207f6f Sun Aug 04 18:41:08 MDT 2002 Ingo Weinhold <ingo_weinhold@gmx.de> Fixed Quit():
* Error message, if not locked.
* Lock(), quit, Unlock(), if not locked.
* Don't call BLooper:Quit() any more. We post a _QUIT_ message when being
called from another than the looper thread.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@575 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 0690387cd27bd8810040f7e2c0e539585df28ca1 Thu Mar 26 15:41:42 MDT 2015 Axel Dörfler <axeld@pinc-software.de> BServer/BApplication: added constructor for looper name.

* Added an extra looperName argument to the private BApplication
constructor that BServer is using.
* This is now used to fix the ugliness that gave the registrar
a different looper name, and even saves a string comparison.
diff 1b6bc2675fe3691538c8764ab016593f3b06ca53 Wed Feb 08 15:42:41 MST 2012 Alexander von Gluck IV <kallisti5@unixzen.com> kits: Some spelling cleanup of common mistyped words

* Little whitespace cleanup
* No functional change
diff 8eae8b05e84b91859ad701bde81aa3596d8c693e Wed Jun 08 01:36:41 MDT 2005 Stefano Ceccherini <stefano.ceccherini@gmail.com> Every BApplication (even applications which didn't use it) allocated a BPrivateScreen object. Now they are created/destroyed on demand (when a BScreen object is constructed), and reference counted, so that there is still only one per app. Note that since we are creating/deleting them, constructing a BScreen object can be more time consuming than before, but personally I find this approach much cleaner.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13006 a95241bf-73f2-0310-859d-f6bbb57e9c96

Completed in 77 milliseconds