8 Commits
Author SHA1 Message Date
Tri-Edge AI 773d5303d1 app_server: Implement B_OUTLINE_RESIZE
- Allows applications to be resized without the window contents resizing with the window frame.
- Due to the nature of out-of-tree decorators using private APIs, this will require all pre-existing decorators to be rebuilt
- Newer decorators won't work on older versions of Haiku...
- Also has some formatting with license headers.
- Fixes #2724

Change-Id: Id0b45e7bbc0b636e6dffbd396eb584bf348b5296
Reviewed-on: https://review.haiku-os.org/c/haiku/+/344
Reviewed-by: Adrien Destugues <[email protected]>
Reviewed-by: Jacob Secunda <[email protected]>
2021-03-19 10:17:01 +00:00
Tri-Edge AI be7b42ea99 Bluetooth: Added device class to settings, in case it can't be retrieved from the dongle.
Signed-off-by: Matt Madia <[email protected]>
2013-03-02 14:12:04 -05:00
Tri-Edge AI e381b02559 Bluetooth: Added settings to remember last used device.
Signed-off-by: Matt Madia <[email protected]>
2013-03-02 14:07:44 -05:00
Tri-Edge AI dc4fe6be00 Extended ResourceEdit.
Signed-off-by: Matt Madia <[email protected]>
2013-02-27 22:09:21 -05:00
Tri-Edge AI 49126a0e9b Added ResourceEdit and modified BColumnListView, BRow and BMenu.
Signed-off-by: Matt Madia <[email protected]>
2013-02-27 22:08:46 -05:00
Tri-Edge AI 8cd10c710f Gravity: Big code changes
* Reworked code style completely.
* Improved the behaviour of the particles.
* Made particles smaller (2,5x performance gain).
* Cleaned unnecessary includes.
* Tried improving performance with glCallList - performance dropped even more.
* Tried improving performance with glDrawArrays - no noticeable performance changes.
2012-12-31 07:42:51 +00:00
Tri-Edge AI 69eca70155 WebPositive: Search engine string now gets encoded. 2012-12-15 01:38:24 +01:00
Tri-Edge AI bafbb92901 WebPositive: Smart URL handling improvements (GCI task)
- Fixed: WebPositive now successfuly detects foreign protocols and
launches their respective applications.
 - Improved: The decision whether to use a search engine or a DNS lookup
for the text entered in the address bar, including for internationalized
names (IDN) (though we do not handle them correctly later on yet).
 - TODO: escape the query string before passing it to webkit
(for example for: "3+4")
2012-12-14 00:40:03 +01:00