Searched +hist:13 +hist:e9a630 (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/stylededit/
H A DStyledEditApp.cppdiff 7e267cd3 Tue Jan 12 13:44:22 MST 2016 Axel Dörfler <axeld@pinc-software.de> StyledEdit: Make default window size depend on font size.
diff 46f1daff Sun Dec 23 13:41:11 MST 2012 Vlad Slepukhin <slp.vld@gmail.com> Handle be:line and °K in RefsReceived, store it in file attributes

This work was done during GCI2012

Fixes #4794

Signed-off-by: Siarzhuk Zharski <zharik@gmx.li>
diff 546208a5 Mon Apr 16 13:31:22 MDT 2012 Oliver Tappe <zooey@hirschkaefer.de> More catalog-related cleanup.

* rename B_TRANSLATE_CONTEXT to B_TRANSLATION_CONTEXT and
B_TRANSLATE_WITH_CONTEXT to B_TRANSLATE_CONTEXT, squashing a TODO
* adjust all uses of both macros in Haiku's source tree
* use correct header guard for collecting/Catalog.h

The renamed macros require adjustments to all external applications
using catalogs.
diff 560ff447 Fri Mar 25 16:13:48 MDT 2011 Jonas Sundström <jonas@kirilla.com> Use resource definition files instead of DoCatalogs rule. Rename B_TRANSLATE_APP_NAME and related macros to the more generic B_TRANSLATE_SYSTEM_NAME, to also fits add-ons, folders, etc, and make 'System name' its standard context. Change CodyCam and PoorMan's app signatures to match the overall x-vnd.Haiku-App pattern. Some clean-up. Make SlideShowSaver build again.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41103 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff be8fa2fb Fri Jul 02 05:36:13 MDT 2010 Adrien Destugues <pulkomandy@pulkomandy.ath.cx> * Update all applications in tree to use the new localizing system
* Remove the old one from the locale librairy, with some cleanup
Known regressions :
* readonlybootprompt will no longer update the locale settings : the
method used messed with internal undocumented things
* external localized apps (webpositive for example) will not run
anymore.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37336 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff b8bc570a Mon May 11 13:31:18 MDT 2009 Jonas Sundström <jonas@kirilla.com> Partial revert. Reimplementing the previous behaviour of accounting for differences in current working directory between the running single-launch process and later invocations of the same, as this is necessary to handle correctly any relative paths given on the command-line. Added comment.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30709 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 13e9a630 Sun May 10 15:33:23 MDT 2009 Jonas Sundström <jonas@kirilla.com> Make StyledEdit check its open windows before launching a new one for an entry_ref. Simplify the application class somewhat by removing DispatchMessage() and replacing the custom made ArgvReceivedEx() with a standard ArgvReceived(). Rely on BPath to take care of paths relative to the current working directory - don't do it manually.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30701 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 13e9a630 Sun May 10 15:33:23 MDT 2009 Jonas Sundström <jonas@kirilla.com> Make StyledEdit check its open windows before launching a new one for an entry_ref. Simplify the application class somewhat by removing DispatchMessage() and replacing the custom made ArgvReceivedEx() with a standard ArgvReceived(). Rely on BPath to take care of paths relative to the current working directory - don't do it manually.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30701 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 31139022 Fri Mar 10 17:13:18 MST 2006 Axel Dörfler <axeld@pinc-software.de> * Fixed some minor bugs and oddities, improved error messages.
* Big-time cleanup, added license.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16696 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 46f1daff68176b7e003ddae46fce11f4b92340dd Sun Dec 23 13:41:11 MST 2012 Vlad Slepukhin <slp.vld@gmail.com> Handle be:line and °K in RefsReceived, store it in file attributes

This work was done during GCI2012

Fixes #4794

Signed-off-by: Siarzhuk Zharski <zharik@gmx.li>
H A DStyledEditWindow.hdiff f8668ab4 Sat Apr 13 16:55:46 MDT 2013 Siarzhuk Zharski <zharik@gmx.li> Improve File Encoding StatusView cell. (Fixes #9653)

* Encoding cell of the StyledEdit StatusView is visible now only in case
the currently opened file encoding is not equal to default UTF-8 one;
* The Encodings menu that was opened by click on this cell is removed;
* Cmd-Opt-PgDn/PgUp shortcuts are added for quick iteration through the
list of encodings.
diff 13e9a630 Sun May 10 15:33:23 MDT 2009 Jonas Sundström <jonas@kirilla.com> Make StyledEdit check its open windows before launching a new one for an entry_ref. Simplify the application class somewhat by removing DispatchMessage() and replacing the custom made ArgvReceivedEx() with a standard ArgvReceived(). Rely on BPath to take care of paths relative to the current working directory - don't do it manually.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30701 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 13e9a630 Sun May 10 15:33:23 MDT 2009 Jonas Sundström <jonas@kirilla.com> Make StyledEdit check its open windows before launching a new one for an entry_ref. Simplify the application class somewhat by removing DispatchMessage() and replacing the custom made ArgvReceivedEx() with a standard ArgvReceived(). Rely on BPath to take care of paths relative to the current working directory - don't do it manually.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30701 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff ff99f481 Tue Apr 07 13:50:03 MDT 2009 Axel Dörfler <axeld@pinc-software.de> * Removed the line view again. Sorry, but this is pretty useless, had a small
fixed size, didn't follow our coding style, etc.
* I did not remove the back-end code in the StyledEditView, though (nor did I
had a look at it for coding style violations :-)).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30006 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 31139022 Fri Mar 10 17:13:18 MST 2006 Axel Dörfler <axeld@pinc-software.de> * Fixed some minor bugs and oddities, improved error messages.
* Big-time cleanup, added license.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16696 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff f8668ab42f2b09cdd3f7fe4964fe5485b2960dc2 Sat Apr 13 16:55:46 MDT 2013 Siarzhuk Zharski <zharik@gmx.li> Improve File Encoding StatusView cell. (Fixes #9653)

* Encoding cell of the StyledEdit StatusView is visible now only in case
the currently opened file encoding is not equal to default UTF-8 one;
* The Encodings menu that was opened by click on this cell is removed;
* Cmd-Opt-PgDn/PgUp shortcuts are added for quick iteration through the
list of encodings.
diff 13e9a630b9e5460c2c1798f6b9a1864b3f42984a Sun May 10 15:33:23 MDT 2009 Jonas Sundström <jonas@kirilla.com> Make StyledEdit check its open windows before launching a new one for an entry_ref. Simplify the application class somewhat by removing DispatchMessage() and replacing the custom made ArgvReceivedEx() with a standard ArgvReceived(). Rely on BPath to take care of paths relative to the current working directory - don't do it manually.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30701 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff ff99f481b200fd5a5cc34fe558ffa1b401d52af6 Tue Apr 07 13:50:03 MDT 2009 Axel Dörfler <axeld@pinc-software.de> * Removed the line view again. Sorry, but this is pretty useless, had a small
fixed size, didn't follow our coding style, etc.
* I did not remove the back-end code in the StyledEditView, though (nor did I
had a look at it for coding style violations :-)).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30006 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 31139022cd3056691fc8d6f64b2d9ffa9a101de3 Fri Mar 10 17:13:18 MST 2006 Axel Dörfler <axeld@pinc-software.de> * Fixed some minor bugs and oddities, improved error messages.
* Big-time cleanup, added license.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16696 a95241bf-73f2-0310-859d-f6bbb57e9c96
H A DStyledEditWindow.cppdiff 619b2670 Wed Jan 01 17:13:32 MST 2020 Pascal Abresch <nep@packageloss.eu> StyledEdit: Add cmd +, cmd - shortcuts for font size

Change-Id: I540ed130322fa1ce7eba62c4a1d1de36b12ccf9a
Reviewed-on: https://review.haiku-os.org/c/haiku/+/2303
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
diff 29bce877 Thu Nov 13 20:11:12 MST 2014 Jessica Hamilton <jessica.l.hamilton@gmail.com> StyledEdit: ensure caret position gets set correctly

* When opening documents without be:caret_position,
StyledEdit would place the cursor at the end of
the file. _LoadAttrs() intended to set it to the
beginning; however, a check for an existing BRect
for positioning the window would return early,
preventing the caret position to be set.

Fixes #11463
diff f8668ab4 Sat Apr 13 16:55:46 MDT 2013 Siarzhuk Zharski <zharik@gmx.li> Improve File Encoding StatusView cell. (Fixes #9653)

* Encoding cell of the StyledEdit StatusView is visible now only in case
the currently opened file encoding is not equal to default UTF-8 one;
* The Encodings menu that was opened by click on this cell is removed;
* Cmd-Opt-PgDn/PgUp shortcuts are added for quick iteration through the
list of encodings.
diff 46f1daff Sun Dec 23 13:41:11 MST 2012 Vlad Slepukhin <slp.vld@gmail.com> Handle be:line and °K in RefsReceived, store it in file attributes

This work was done during GCI2012

Fixes #4794

Signed-off-by: Siarzhuk Zharski <zharik@gmx.li>
diff 546208a5 Mon Apr 16 13:31:22 MDT 2012 Oliver Tappe <zooey@hirschkaefer.de> More catalog-related cleanup.

* rename B_TRANSLATE_CONTEXT to B_TRANSLATION_CONTEXT and
B_TRANSLATE_WITH_CONTEXT to B_TRANSLATE_CONTEXT, squashing a TODO
* adjust all uses of both macros in Haiku's source tree
* use correct header guard for collecting/Catalog.h

The renamed macros require adjustments to all external applications
using catalogs.
diff 4517bee6 Wed Dec 29 13:04:58 MST 2010 Ryan Leavengood <leavengood@gmail.com> Use strlcpy not strncopy.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40036 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff e7d3e55a Fri Jun 04 13:59:33 MDT 2010 Jérôme Duval <korli@users.berlios.de> Fixed ReplaceAll behavior with mixed styles. Also suppress undo for replacements as it doesn't seem supported by BTextView.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37008 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 7974d3dc Wed Jan 13 07:33:35 MST 2010 Stephan Aßmus <superstippi@gmx.de> Patch by Humdinger:
Updated Haiku apps to use sentence-case. What a huge undertaking...
The files where I had to apply the patch manually (for mysterious
reasons) have also gotten a whitespace cleanup. I've proof-read
everything so hopefully there should be no problems.

This should be the final part of #5169.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35049 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 13e9a630 Sun May 10 15:33:23 MDT 2009 Jonas Sundström <jonas@kirilla.com> Make StyledEdit check its open windows before launching a new one for an entry_ref. Simplify the application class somewhat by removing DispatchMessage() and replacing the custom made ArgvReceivedEx() with a standard ArgvReceived(). Rely on BPath to take care of paths relative to the current working directory - don't do it manually.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30701 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 13e9a630 Sun May 10 15:33:23 MDT 2009 Jonas Sundström <jonas@kirilla.com> Make StyledEdit check its open windows before launching a new one for an entry_ref. Simplify the application class somewhat by removing DispatchMessage() and replacing the custom made ArgvReceivedEx() with a standard ArgvReceived(). Rely on BPath to take care of paths relative to the current working directory - don't do it manually.

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

Completed in 123 milliseconds