twanvl
35c0fe4ca5
task dialog only works on new windows versions
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1619 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-17 21:41:28 +00:00
twanvl
bb1def3d69
moved filter stuff from card list here
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1618 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-17 21:10:49 +00:00
twanvl
ade8413507
remove debug hack in IconMenu that accidentally go committed
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1617 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-17 19:49:02 +00:00
twanvl
f54d0845f4
also draw wavy lines for errors in nativeLook boxes (i.e. keyword reminder text)
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1616 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-16 13:55:22 +00:00
twanvl
d217349148
Added filter box for keywords
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1615 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-16 13:34:50 +00:00
twanvl
e74f883345
Use TaskDialog (windows vista+) for asking to save the set
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1614 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-12 21:15:53 +00:00
twanvl
4b5486c5cf
New makefile, things should built again
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1613 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-11 17:18:39 +00:00
twanvl
2874a19701
Use built in sort indicator of ListView control (on windows), wx doesn't provide this, so we do some Win32 programming.
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1612 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-10 22:22:48 +00:00
twanvl
befa10125b
Fancy theming of ListCtrls: explorer style (windows vista+)
...
This requires that we ev.Skip() EVT_MOTION, otherwise the list becomes very sluggish to update.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1611 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-10 22:08:17 +00:00
twanvl
9cf9277082
(minor)
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1610 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-10 19:39:16 +00:00
twanvl
ba700a3f0a
Fix #59 : cast to Char, not char, the former is wchar_t, the latter is a byte
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1609 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-10 19:38:39 +00:00
twanvl
a1b09b1fe1
Don't try to use new rendering of GalleryList, it doesn't work yet
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1608 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-10 18:15:10 +00:00
twanvl
a9541de948
enable wxUSE_UXTHEME only on windows, this hopefully fixes the build on linux again
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1607 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-10 18:14:33 +00:00
twanvl
984d81e287
(formating)
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1606 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-09 15:58:52 +00:00
twanvl
53bbcfe9a9
Be explicit about type of angles: either Radians or Degrees.
...
Angles are always doubles.
Internally use radians as much as possible.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1605 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-09 14:49:59 +00:00
twanvl
a59248ae95
set text color to system foreground color (working on #22 : correct use of os theme colors)
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1604 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-09 13:37:15 +00:00
twanvl
d9fce86e2b
tried explorer style theming of list, doesn't work
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1603 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-09 13:36:20 +00:00
twanvl
b47bb7c3fe
added some math script functions:
...
* sin, cos, tan (radians)
* sin_deg, cos_deg, tan_deg (degrees)
* exp, log (base e), log10
* sqrt, pow
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1602 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-08 22:15:54 +00:00
twanvl
2acf70aa3c
fixed vector subscript out of range error in the Graph control: stacked bar charts ::findItem used incorrect bound
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1601 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-08 21:10:41 +00:00
twanvl
0ba7933d37
fix ASCII Release mode build in msvc7.1
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1600 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-08 19:43:50 +00:00
artfreakwiu
b4270627f2
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1599 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-08 16:42:53 +00:00
twanvl
89599c317b
fixed possible crash when searching backwards
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1598 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-08 15:49:06 +00:00
twanvl
2d646c5926
#58 : Add operators to quick search.
...
Added quotes and - operator, which are the most important ones
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1597 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-08 13:37:46 +00:00
twanvl
e9a27b8ee4
Fixed #56 : The quick search bar doesn't look in card.notes
...
Yay for single line changes :)
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1596 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-08 13:00:27 +00:00
twanvl
b93380e3a2
removed noexistant file from solution
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1595 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-08 12:57:51 +00:00
artfreakwiu
e519c4a730
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1594 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-08 03:03:04 +00:00
twanvl
fc1e872536
Pinguin -> Penguin
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1593 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-08 01:30:29 +00:00
twanvl
733494a711
release announcement for 0.3.9
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1591 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-07 20:38:36 +00:00
twanvl
c3ff6ebd46
removed locales from installer, they were not up to date anyway, we will see if people complain
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1590 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-07 20:31:12 +00:00
twanvl
08914410f6
Removed wxTB_NODIVIDER style again
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1589 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-07 20:02:29 +00:00
twanvl
af9448e24a
escape key clears card filter box
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1588 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-07 19:59:14 +00:00
twanvl
64521472e5
added more templates to the large installer
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1587 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-07 19:38:13 +00:00
twanvl
c43ec27f0a
version bump also of installer
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1586 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-07 19:29:24 +00:00
twanvl
6a6c4a7fe3
version bump: now 0.3.9
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1585 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-07 19:26:49 +00:00
twanvl
5c218336f0
no menu item for profiler when it is disabled
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1584 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-07 19:19:52 +00:00
twanvl
a1f4cd19ee
update members of cached dropdown menu, this fixes #13
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1583 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-06 22:37:00 +00:00
twanvl
f086f21084
added 'show profiler' to locale to shut up warnings
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1582 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-06 16:26:04 +00:00
twanvl
3a33b07f4e
fixed DropDownList in wx2.8: should use wxPopupWindow::Show instead of wxWindow::Show
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1581 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-06 12:51:55 +00:00
twanvl
bcaef7eb30
by setting fancy theme thingy just once the problems go away
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1580 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-05 21:30:35 +00:00
twanvl
f4afb5676f
setting "explorer" style messes with the function of the scrollbar
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1579 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-05 21:26:16 +00:00
twanvl
a696a18905
only include ProfilerPanel when profiling is enabled
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1578 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-05 21:19:35 +00:00
pichoro
9b3d244fe3
Counter template for Magic and necessary game file modifications.
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1577 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-03 00:55:54 +00:00
pichoro
2090cc0f13
Lands for magic-new-flip courtesy of Rusty Keyes.
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1576 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-03 00:52:28 +00:00
pichoro
cafd5aa7f5
More keywords for Magic and its accessory templates.
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1575 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-03 00:50:51 +00:00
twanvl
a87eab540b
Reverted DropDownList back to wxPopupWindow from wxPopupTransientWindow. The latter is not going to work, because it tries to be too smart. In particular, it thinks the mouse clicks outside the dialog when the scrollbar is clicked, and dismisses the popup. It also requires a mouse capture, which gives problems when submenus are used.
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1574 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-12-31 19:38:52 +00:00
twanvl
8e18d21b3c
More attempts to fix the DropDownList,
...
this design using wxPopupTransientWindow is probably not going to work, I should revert to the old version.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1573 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-12-31 15:59:10 +00:00
twanvl
29c0dca669
fixes of transient popup dialogs, still not perfect, but getting there:
...
* fixed: popup didn't work when editor didn't have focus
* fixed: dimissal by losing focus didn't repaint dropdown arrows
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1572 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-12-30 23:47:36 +00:00
twanvl
31377629c8
attempt to reduce flicker by override EVT_ERASE_BACKGROUND
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1571 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-12-30 23:32:43 +00:00
twanvl
05b753c7a1
use wxPopupTransientWindow::Dismiss instead of Show(false), otherwise handlers are no uninstalled and we get an assertion failure.
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1570 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-12-30 22:04:35 +00:00
twanvl
3c49eb1889
fixed crash upon opening of random pack panel
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1569 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-12-30 17:07:54 +00:00