Commit Graph

  • 50532c1efd colored casting cost statistics category twanvl 2007-03-29 18:42:51 +00:00
  • f025630b8b Fixed mask for image fields, added mask support to slice window twanvl 2007-03-29 18:27:05 +00:00
  • cb1c0a9afb nicer error messags when aliases don't but should apply twanvl 2007-03-29 18:23:09 +00:00
  • 30b38d6fab Implemented sharpening for image slicer twanvl 2007-03-29 14:45:59 +00:00
  • 0f48513684 symmetric selection handling twanvl 2007-03-25 01:38:09 +00:00
  • 3d98bbb870 correct cursor position for formating actions twanvl 2007-03-25 00:31:41 +00:00
  • d37adbbb94 cursor handling now correct in the precense of <sep> and <atom> (finally) twanvl 2007-03-25 00:22:44 +00:00
  • 114c03b6e1 improved cursor motion for up/down/home/end; text editor now remembers cursor positions (instead of indices) when applying scripts. twanvl 2007-03-24 23:42:33 +00:00
  • 135941fb43 non-optional keyword parameters twanvl 2007-03-24 22:17:48 +00:00
  • 7deecad835 cleaned up magic keywords; correct drawing of placeholders twanvl 2007-03-24 22:06:15 +00:00
  • f1c5a8b974 Fixed Actions for TextCtrl, actions used to apply to the wrong value. Changed some TABs to spaces in macros, that should end the conflicts because we use different tab sizes (4 vs 8) twanvl 2007-03-24 20:27:38 +00:00
  • c0eb224386 Icons for file->export twanvl 2007-03-23 22:02:57 +00:00
  • 0f8f8a3334 Added 'export all card images' functionality twanvl 2007-03-23 18:37:49 +00:00
  • 851799d1b6 Fixed some bugs to make GCC work. I needed to change SimpleValueAction to take the function as a variable as opposed to a template parameter - GCC won't accept pointers from a base class in templates. coppro 2007-03-23 00:57:06 +00:00
  • 0fbd417057 (partially working) keyword list twanvl 2007-03-22 22:50:01 +00:00
  • e51af9677b split ItemList from CardList, this class can also be used to list keywords twanvl 2007-03-22 20:23:12 +00:00
  • f5de36057c Working MultipleChoiceValueEditor for checklist style twanvl 2007-03-22 15:36:07 +00:00
  • 21781a559a localization of symbol editor twanvl 2007-03-22 14:27:55 +00:00
  • 1bf5af3de4 Scroll wheel in native look editor now scrolls window under cursor twanvl 2007-03-22 13:07:39 +00:00
  • 2c2bf88a40 redraw on resize twanvl 2007-03-22 13:07:17 +00:00
  • 2a2471fda7 implemented 'default set style', so that doesn't have to be duplicated for each style twanvl 2007-03-22 12:57:10 +00:00
  • 3f0c284a50 added scrollbar to NativeLookEditor twanvl 2007-03-21 23:40:17 +00:00
  • 0c6068d6a2 paritially implemented MultipleChoice viewer/editor twanvl 2007-03-21 18:04:09 +00:00
  • fddc389e24 More localization twanvl 2007-03-20 18:08:41 +00:00
  • 9052636ff9 Addded script functions for exporting, ExportTemplate package type twanvl 2007-03-20 17:21:08 +00:00
  • 08ffa143be GUI for changing the locale twanvl 2007-03-20 16:56:22 +00:00
  • dcfee659d0 Added some REFLECT_ macros, so the reflection code doesn't have to mess with the internals of reflection. twanvl 2007-03-18 22:45:02 +00:00
  • f2ce80d88a Split script/functions.cpp into multiple files in new script/functions/ directory. twanvl 2007-03-18 22:13:27 +00:00
  • 2cc6aa5524 Magic Workstation spoiler format export twanvl 2007-03-18 19:15:29 +00:00
  • 332f17e543 minor cleanup of comments and includes twanvl 2007-03-18 15:24:33 +00:00
  • e75f63e038 fixed bug with package specific localization. twanvl 2007-03-18 15:23:19 +00:00
  • dea0527dc6 resources converted to png twanvl 2007-03-18 14:53:21 +00:00
  • d30e0f7bc5 Added support for informational headings in native look editor. twanvl 2007-03-18 14:50:44 +00:00
  • 074ff12816 Keyword parameters in the text are processed, placeholders are inserted twanvl 2007-03-18 01:05:43 +00:00
  • 0464f5f7fc The DECLARE_TYPEOF(()) calls don't work in MSVC, I changed it to use a COMMA macro instead of , If this doesn't work in GCC, the COMMA definition could be made only for MSVC, then GCC sees DECLARE_TYPEOF(map<int COMMA string>). GCC doesn't need DECLARE_TYPEOF anyway. twanvl 2007-03-17 23:58:16 +00:00
  • 83b6aa36f8 Removed DECLARE_TYPEOF2; replaced with double-parenthesized macro calls. (GCC doesn't accept the other way in all cases.. I don't know whether MSW accepts this way.) Fixed a few resource names. coppro 2007-03-15 23:48:01 +00:00
  • 41a8c123cf Added a shell script for documentation generation. coppro 2007-02-22 17:44:33 +00:00
  • 0c66191ab3 Changed all resources to .png files; Added 'snap to grid' to symbol editor twanvl 2007-02-16 00:07:14 +00:00
  • 4e88ff8cf0 fixed RemoveControlPointAction twanvl 2007-02-13 22:23:41 +00:00
  • 719b893354 automatic foreground/background color detection twanvl 2007-02-13 18:32:21 +00:00
  • f855b6a690 some fixes to image import twanvl 2007-02-13 18:17:45 +00:00
  • 914f1186f2 Added image to symbol conversion twanvl 2007-02-13 18:02:51 +00:00
  • e83c00c05a Changed scroll size of PackageList; Added 'collapse' option for card notes; Made variant of DECLARE_TYPEOF for maps (two template arguments). twanvl 2007-02-08 22:15:11 +00:00
  • 73a2f61e68 Added 'insert symbol' menu for SymbolFonts; Added scriptable 'enabled' to symbols in symbol font, used instead of scripted filenames. This means changing the tap symbol style now works; Added localisation for games, stylesheets and symbolfonts; Warnings from Reader are now shown onIdle; twanvl 2007-02-07 22:31:21 +00:00
  • b93e5b2ae3 Reverted resource references for combine_something, you can't use tool_image here, because on MSW that only works for .bmps' Added dependency stuff to invalidate Choice images; Fixed 'duplicate' in symbol editor twanvl 2007-02-07 16:17:15 +00:00
  • 504269e903 Moved resources to better filenames; Updated HoverButton, now an actual custom control, added focused and down states; Added Help->Website twanvl 2007-02-06 21:48:49 +00:00
  • c6cefaec27 Fixed symbol change crash. The symbol change menu still hovers around being completely out of date from the actual symbol, and the changes don't nessecarilly take place on the card either. Perhaps a caching problem? coppro 2007-02-03 04:33:37 +00:00
  • 3c4790cac9 Fixed many resource file names, removed raw-char matches input-char requirement for Linux operation. coppro 2007-02-02 04:23:35 +00:00
  • ed5ac758f9 Fixed filename bug (linux); disabled hover buttons on welcome window (linux) twanvl 2007-01-31 20:38:31 +00:00
  • 2291fe4405 Fixed some more compiler warnings twanvl 2007-01-31 19:43:27 +00:00
  • 51546ca2d8 Changed resource names to be lowercase, and to match the filenames (or what they should be); Replaced all direct construction of bitmaps and icons using wxBitmap("name") with load_resource_* calls. twanvl 2007-01-30 18:29:02 +00:00
  • 315af1f14a Changes to make it work in windows again; New header util/platform.hpp for platform specific stuff that doesn't go elsewhere; Changed resource names from "CURSOR_SOMETHING" to "cursor/something", so it matches the filenames (in progress for other resource types). twanvl 2007-01-30 17:27:25 +00:00
  • 7355ce5b51 Removed some changes I made to attempt to debug the Linux version and forgot to take out. coppro 2007-01-30 17:14:32 +00:00
  • 28bcb1068c Compiled Linux version. The welcome screen doesn't display the icon images, and the buttons don't work. Data is found at *prefix*/Magic Set Editor/data and the images at *prefix*/Magic Set Editor/resource. On Ubuntu, *prefix* is /usr/local/share. Resource files are all the image files from resource. I haven't configured them, because I haven't made it past the welcome screen. coppro 2007-01-30 04:03:22 +00:00
  • 27d5b2c94b removed minimum width of notes field twanvl 2007-01-29 14:35:19 +00:00
  • 3a18f787ce Compiles again under MSW after porting changes for linux twanvl 2007-01-29 14:16:57 +00:00
  • 79a90529ac Resource files twanvl 2007-01-29 13:34:31 +00:00
  • 942e4a5f0f Templates for magic, vanguard and vs-system twanvl 2007-01-29 13:01:12 +00:00
  • 3d9181e5f6 Eliminated most build errors (gcc,linux,wxGTK). twanvl 2007-01-29 00:04:20 +00:00
  • 1cd80a3710 A working configure&makefile; now in the process of getting it to build on gcc twanvl 2007-01-28 22:38:59 +00:00
  • fc03b5efa1 Fixed compilation errors for gcc@linux (not all yet). twanvl 2007-01-28 19:13:01 +00:00
  • d96d150138 improved selection twanvl 2006-12-26 17:14:18 +00:00
  • 2ec0771cc8 fixed locale references twanvl 2006-12-25 18:38:51 +00:00
  • b10032cbe7 windows installer twanvl 2006-12-25 18:38:34 +00:00
  • 439dbfce6b rewritten retrying part of reader, it is now implemented how it should have been from the start. twanvl 2006-12-25 16:52:07 +00:00
  • 282d4b9751 fixed parser bug: I_RET was not always added twanvl 2006-12-25 14:46:23 +00:00
  • 031266c71b separate short_name for packages, moved full_name,short_name and icon_filename to Packaged twanvl 2006-12-25 14:19:36 +00:00
  • f7d12a4114 MOVE_MID support for cursor_to_index twanvl 2006-12-24 19:18:42 +00:00
  • 05cc16d070 formating works, cursor position now prefers to be inside tags twanvl 2006-12-24 19:04:36 +00:00
  • ba847a4981 lines are handled by font text element twanvl 2006-12-24 16:14:29 +00:00
  • cf0a9dbbf4 "Not Quite MSE" for now twanvl 2006-12-24 16:04:53 +00:00
  • 1ab6b0cb82 text scaling twanvl 2006-12-24 16:04:24 +00:00
  • 99867b0c0b command line argument support twanvl 2006-12-24 15:17:30 +00:00
  • ca3b7b91b4 <sep-soft> support twanvl 2006-12-24 15:03:52 +00:00
  • b059c867d2 fixed crash in drop down list when switching between editors twanvl 2006-12-24 14:08:08 +00:00
  • 8ab89a1145 fixed onHandle: now looks at all handles twanvl 2006-12-24 13:53:07 +00:00
  • 966446342f dummy text twanvl 2006-12-24 13:52:49 +00:00
  • ed8f96ec50 forgot initialization, fixed twanvl 2006-12-24 13:35:52 +00:00
  • 77c6acf90f hack to fix completely transparent images twanvl 2006-12-24 00:41:46 +00:00
  • 40606d975e debuged some horrible race conditions & deadlocks twanvl 2006-12-24 00:12:06 +00:00
  • 5bed5892f3 thumbnails for choice editor twanvl 2006-12-23 21:12:26 +00:00
  • 3883251961 fixed resample_persever_aspect twanvl 2006-12-23 21:04:09 +00:00
  • 323a310de8 tweaks to splitter; filtered cardlist always initialized twanvl 2006-12-23 16:59:14 +00:00
  • f241fb91fa filtered card list is used twanvl 2006-12-23 16:54:03 +00:00
  • dcdd000aef redrawing of editors (for drop down lists) twanvl 2006-12-23 13:26:53 +00:00
  • 2233295cfd scrollbar in text editor twanvl 2006-12-23 12:47:08 +00:00
  • 153dab9a4f tweaking twanvl 2006-12-22 23:34:21 +00:00
  • 106afceaf9 perliminaries for filtered card list twanvl 2006-12-22 23:03:02 +00:00
  • c85e821f00 AlphaMask implementation twanvl 2006-12-22 23:02:32 +00:00
  • d5db3f46ff numeric statistics dimensions; minor tweaks of graph twanvl 2006-12-22 22:47:48 +00:00
  • 69e4edff95 changed <line> semantics, usage is now <line>\n</line> twanvl 2006-12-22 20:00:18 +00:00
  • 3eece6eb61 support for masks in choice styles twanvl 2006-12-22 19:29:51 +00:00
  • cf39deec24 combined_editor function, and improved dependency handling (removing duplicates), viewer refreshes on events from script manager twanvl 2006-12-22 19:05:52 +00:00
  • 7ba562ea2e fixed flickering cursor in text control twanvl 2006-12-22 16:02:33 +00:00
  • a16c098eac Layout() always called when editor/viewer control changes size twanvl 2006-12-22 15:33:14 +00:00
  • 274cb1117f rotation and style changing works twanvl 2006-12-22 15:08:49 +00:00
  • 5a8febd82a fixed rotation bug twanvl 2006-12-22 13:52:20 +00:00
  • 20f5c127f8 set.validate() used for adding initial card to a set twanvl 2006-12-22 13:51:24 +00:00
  • d33da0b765 actions for changing styles twanvl 2006-12-22 13:50:14 +00:00
  • b2fa273fe7 actions for changing the style twanvl 2006-12-22 13:50:04 +00:00