<feed xmlns='http://www.w3.org/2005/Atom'>
<title>miranda-ng.git/plugins/SendScreenshotPlus/src/resource.h, branch v0.95.4</title>
<subtitle>miranda-ng main repo mirror (manuall sync only)
</subtitle>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/'/>
<entry>
<title>SendSS:</title>
<updated>2014-12-25T00:43:22+00:00</updated>
<author>
<name>René Schümann</name>
<email>white06tiger@gmail.com</email>
</author>
<published>2014-12-25T00:43:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=bb0836d9f53344ee8f20a5c4efd3e8d5199fe844'/>
<id>bb0836d9f53344ee8f20a5c4efd3e8d5199fe844</id>
<content type='text'>
* added unique icons to capture mode selection tabs (also fixed German spelling error on "description" abbreviation "desc" in file names and defines)

git-svn-id: http://svn.miranda-ng.org/main/trunk@11618 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* added unique icons to capture mode selection tabs (also fixed German spelling error on "description" abbreviation "desc" in file names and defines)

git-svn-id: http://svn.miranda-ng.org/main/trunk@11618 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>SendSS:</title>
<updated>2014-12-25T00:31:21+00:00</updated>
<author>
<name>René Schümann</name>
<email>white06tiger@gmail.com</email>
</author>
<published>2014-12-25T00:31:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=e7198780400e52d809f6829edbac625a96c770f0'/>
<id>e7198780400e52d809f6829edbac625a96c770f0</id>
<content type='text'>
* resource cosmetics (and logical change as button != checkbox)
  ID_btnDesc =&gt; ID_chkDesc
  ID_btnDeleteAfterSend =&gt; ID_chkDeleteAfterSend
* unified some checkbox related code while we are at it^^ (UMainForm.cpp)

git-svn-id: http://svn.miranda-ng.org/main/trunk@11611 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* resource cosmetics (and logical change as button != checkbox)
  ID_btnDesc =&gt; ID_chkDesc
  ID_btnDeleteAfterSend =&gt; ID_chkDeleteAfterSend
* unified some checkbox related code while we are at it^^ (UMainForm.cpp)

git-svn-id: http://svn.miranda-ng.org/main/trunk@11611 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>SendSS:</title>
<updated>2014-12-25T00:30:57+00:00</updated>
<author>
<name>René Schümann</name>
<email>white06tiger@gmail.com</email>
</author>
<published>2014-12-25T00:30:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=a58980cb6fcfb7fb81696a72546c1fc4c82ed4f0'/>
<id>a58980cb6fcfb7fb81696a72546c1fc4c82ed4f0</id>
<content type='text'>
- removed mir_icolib and replaced with direct calls (using defines to simplify usage, improved performance)
* improved icon define names
* renamed ssClose.ico =&gt; ssCancel.ico to better reflect its use
* slight improvement to ssEditOn.ico

!!! this change dramatically changed SendSS's internal icon layout, iconpacks for SendSS must to be adjusted

git-svn-id: http://svn.miranda-ng.org/main/trunk@11610 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- removed mir_icolib and replaced with direct calls (using defines to simplify usage, improved performance)
* improved icon define names
* renamed ssClose.ico =&gt; ssCancel.ico to better reflect its use
* slight improvement to ssEditOn.ico

!!! this change dramatically changed SendSS's internal icon layout, iconpacks for SendSS must to be adjusted

git-svn-id: http://svn.miranda-ng.org/main/trunk@11610 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>SendSS v0.8.7.0</title>
<updated>2014-07-01T01:07:31+00:00</updated>
<author>
<name>René Schümann</name>
<email>white06tiger@gmail.com</email>
</author>
<published>2014-07-01T01:07:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=f7df9cb6c5824f5d4b2fa66becdd3ab845d2ce83'/>
<id>f7df9cb6c5824f5d4b2fa66becdd3ab845d2ce83</id>
<content type='text'>
* improved highlighter/finder, now stops at top-level windows and not at last owner, SHIFT/ALT also finds every child (UMainForm)
+ added compatibility option for window capture (it captures indirectly) (UMainForm,Utils,resource)
* improved tab control creation (UMainForm)
! fixed handle leak (from r9609, still causes Miranda to freeze while "editor" is open. TBD) (UMainForm)


git-svn-id: http://svn.miranda-ng.org/main/trunk@9634 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* improved highlighter/finder, now stops at top-level windows and not at last owner, SHIFT/ALT also finds every child (UMainForm)
+ added compatibility option for window capture (it captures indirectly) (UMainForm,Utils,resource)
* improved tab control creation (UMainForm)
! fixed handle leak (from r9609, still causes Miranda to freeze while "editor" is open. TBD) (UMainForm)


git-svn-id: http://svn.miranda-ng.org/main/trunk@9634 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>SendSS: </title>
<updated>2014-06-29T01:59:23+00:00</updated>
<author>
<name>René Schümann</name>
<email>white06tiger@gmail.com</email>
</author>
<published>2014-06-29T01:59:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=932d21d1f18ad08b21d993fc0e205c5986751fe2'/>
<id>932d21d1f18ad08b21d993fc0e205c5986751fe2</id>
<content type='text'>
+ very basic preview/edit function using systems "default" editor (eg. Paint or user's choice)

git-svn-id: http://svn.miranda-ng.org/main/trunk@9609 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
+ very basic preview/edit function using systems "default" editor (eg. Paint or user's choice)

git-svn-id: http://svn.miranda-ng.org/main/trunk@9609 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>SendSS:</title>
<updated>2014-06-07T02:09:06+00:00</updated>
<author>
<name>René Schümann</name>
<email>white06tiger@gmail.com</email>
</author>
<published>2014-06-07T02:09:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=e0c488c6dc749b80d29a0de678a40fea3510695b'/>
<id>e0c488c6dc749b80d29a0de678a40fea3510695b</id>
<content type='text'>
! fixed non-centered text in capture desktop size edit box (resource.rc)
! fixed x86_64 related type error (CSendImageShack)
- removed duplicate code, and "removed" ability to use custom icons for capture tabs (we're using the same icon anyway, no need to load it thrice)
+ added local file feature to upload existing local files (resource, UMainForm, mir_string)
  reduced function DlgProc_CaptureWindow and DlgProc_CaptureDesktop to just DlgProc_CaptureTabPage as we use less code with only one function handling all 3 tab pages ("lot" of shared code)


git-svn-id: http://svn.miranda-ng.org/main/trunk@9416 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
! fixed non-centered text in capture desktop size edit box (resource.rc)
! fixed x86_64 related type error (CSendImageShack)
- removed duplicate code, and "removed" ability to use custom icons for capture tabs (we're using the same icon anyway, no need to load it thrice)
+ added local file feature to upload existing local files (resource, UMainForm, mir_string)
  reduced function DlgProc_CaptureWindow and DlgProc_CaptureDesktop to just DlgProc_CaptureTabPage as we use less code with only one function handling all 3 tab pages ("lot" of shared code)


git-svn-id: http://svn.miranda-ng.org/main/trunk@9416 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>- partially removed IDI_DEFAULT / ssDefault.ico as it doesn't seem to be of much use^^</title>
<updated>2014-04-24T11:59:44+00:00</updated>
<author>
<name>René Schümann</name>
<email>white06tiger@gmail.com</email>
</author>
<published>2014-04-24T11:59:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=90ad600cb38a04c9272a3599c72d6559c822b155'/>
<id>90ad600cb38a04c9272a3599c72d6559c822b155</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@9067 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.miranda-ng.org/main/trunk@9067 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>SendSS:</title>
<updated>2014-04-11T17:11:23+00:00</updated>
<author>
<name>René Schümann</name>
<email>white06tiger@gmail.com</email>
</author>
<published>2014-04-11T17:11:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=99e1f60a6570c12fd02a9a2ebe8915680d2bfcec'/>
<id>99e1f60a6570c12fd02a9a2ebe8915680d2bfcec</id>
<content type='text'>
*+ improved "Result"-Dialog (resource.rc/h, CSend, mir_icolib)
   added thumbnail link
   added copy buttons w/ images (copy raw, BBCode image, BBCode image with link)
   also improved handling. Now plays sound before dialog opens (was on close before)
* CSend got new member variables. m_URL and m_URLthumb to hold image URLs (used by FTP,HTTP and ImageShack as of now)
- removed m_URL and similar from CSendFTPFile and CSendHTTPServer

git-svn-id: http://svn.miranda-ng.org/main/trunk@8957 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
*+ improved "Result"-Dialog (resource.rc/h, CSend, mir_icolib)
   added thumbnail link
   added copy buttons w/ images (copy raw, BBCode image, BBCode image with link)
   also improved handling. Now plays sound before dialog opens (was on close before)
* CSend got new member variables. m_URL and m_URLthumb to hold image URLs (used by FTP,HTTP and ImageShack as of now)
- removed m_URL and similar from CSendFTPFile and CSendHTTPServer

git-svn-id: http://svn.miranda-ng.org/main/trunk@8957 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>SendSS:</title>
<updated>2014-04-11T00:00:09+00:00</updated>
<author>
<name>René Schümann</name>
<email>white06tiger@gmail.com</email>
</author>
<published>2014-04-11T00:00:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=356e7733127935bae342bc075b5ac020e7fafadd'/>
<id>356e7733127935bae342bc075b5ac020e7fafadd</id>
<content type='text'>
* removed some unused stuff, icons, code etc. (resource.rc/h, Main, mir_icolib)
* improved define names IDI_ICON2 and IDI_ICON3 (resource.rc/h)
* unified ssCamera_1.ico and ssCamera_2.ico to ssCamera.ico (resource.rc/h)
! fixed ssMonitor.ico blurriness.

git-svn-id: http://svn.miranda-ng.org/main/trunk@8940 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* removed some unused stuff, icons, code etc. (resource.rc/h, Main, mir_icolib)
* improved define names IDI_ICON2 and IDI_ICON3 (resource.rc/h)
* unified ssCamera_1.ico and ssCamera_2.ico to ssCamera.ico (resource.rc/h)
! fixed ssMonitor.ico blurriness.

git-svn-id: http://svn.miranda-ng.org/main/trunk@8940 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>SendSS:</title>
<updated>2014-04-10T23:34:27+00:00</updated>
<author>
<name>René Schümann</name>
<email>white06tiger@gmail.com</email>
</author>
<published>2014-04-10T23:34:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=9a4d6d236bcd294d77884441494c2e32f3817b11'/>
<id>9a4d6d236bcd294d77884441494c2e32f3817b11</id>
<content type='text'>
* improved GetFileName() to also handle Unix paths (Utils)
!* improved and fixed dialog, caused graphical issues before, also improved tab order (UMainForm, resource)
* improved resource.rc a bit. Now use defines for UInfoButtonClass styles
* replaced some mir_freeAndNil() calls with mir_free() where appreciated (UMainForm, UAboutForm)
* minor update to Dropbox support. no real change

git-svn-id: http://svn.miranda-ng.org/main/trunk@8939 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* improved GetFileName() to also handle Unix paths (Utils)
!* improved and fixed dialog, caused graphical issues before, also improved tab order (UMainForm, resource)
* improved resource.rc a bit. Now use defines for UInfoButtonClass styles
* replaced some mir_freeAndNil() calls with mir_free() where appreciated (UMainForm, UAboutForm)
* minor update to Dropbox support. no real change

git-svn-id: http://svn.miranda-ng.org/main/trunk@8939 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
</feed>
