MercurialSharpDisplayManager / graph
summary | shortlog | changelog | graph | tags | bookmarks | branches | files | help
less more | (0) -48 +48 +100 tip
 
  • Version 2015-01-24, by StephaneLenclud
  • Adding label "scale to fit" functionality. 2015-01-23, by sl
  • Fixing crash when changing font while in bitmap layout. 2015-01-23, by sl
  • Version. 2015-01-18, by sl
  • Clearing screen when last client disconnects. 2015-01-18, by sl
  • Clear the screen on startup if not in debug mode. 2015-01-18, by sl
  • Adding tray icon context menu. 2015-01-18, by sl
  • Adding tray icon support and minimize to tray option. 2015-01-18, by sl
  • Auto start now properlly working with ClickOnce. 2015-01-18, by sl
  • Auto Start should work. 2015-01-18, by sl
  • Adding progress dialog. 2015-01-17, by sl
  • Update checks now gives notification when the application is already up-to-date. 2015-01-17, by sl
  • Removing admin rights for now and until we can publish with ClickOnce. 2015-01-16, by sl
  • Adding application update button. 2015-01-15, by sl
  • Moving DLL to please Visual Studio. 2015-01-12, by sl
  • Adding app exit event handler. 2015-01-11, by sl
  • ClickOnce: Adding app icon, fixing publisher name and publish directly to FTP. 2015-01-11, by sl
  • ClickOnce setup. 2015-01-11, by sl
  • Merge 2014-12-27, by sl
  • Adding VFD application icon. 2014-12-27, by sl
  • Adding error message for single field set attempt. 2014-12-16, by sl
  • Client now enforcing field creations to guarantee client side fields always 2014-12-16, by sl
  • Adding indicators layout demo. 2014-12-16, by sl
  • Prevent stackoverflow when client reconnects. 2014-12-16, by sl
  • Merge field unification changes and client recovery feature. 2014-12-16, by sl
  • Onlu update client tree view when needed. 2014-12-16, by sl
  • Removing specific functions for setting text and bitmap. 2014-10-26, by sl
  • Removing some Text and Bitmap specific stuff and using generic Field instead. 2014-12-15, by sl
  • Client now recovers from faulty states and timeout. 2014-12-15, by sl
  • Now having a single class for both text and bitmap field. 2014-10-25, by sl
  • Better client documentation regarding our bitmap layout. 2014-10-22, by sl
  • Support row and column span. 2014-10-14, by sl
  • Cleaning up control creation code. 2014-10-13, by sl
  • Bitmap field now mostly working. 2014-10-13, by sl
  • Ground work for supporting generic field and bitmap ones. 2014-10-13, by sl
  • Adding bitmap field object. 2014-10-13, by sl
  • Adding current client concept. 2014-10-03, by sl
  • Docs. 2014-09-22, by StephaneLenclud
  • TableLayout now support row and column styles. 2014-09-22, by sl
  • Adding the possibility for clients to define a basic layout. 2014-09-22, by sl
  • Implement generic function to regenerate our display table layout. 2014-09-22, by sl
  • Adding and removing row is now working. 2014-09-22, by sl
  • Trying to fix our design time issues with table layout control. 2014-09-22, by sl
  • Fixing table borders in non-inverted mode. 2014-09-21, by sl
  • Simplifying client construction. 2014-09-21, by sl
  • Renaming and deleting files. Adding documentation. 2014-09-21, by sl
  • Renaming stuff. 2014-09-21, by sl
  • Now displaying font width and height. 2014-09-01, by sl
  • GP1212A02: Clock support. 2014-08-31, by sl
  • Adding support for power on/off. 2014-08-31, by sl
  • Fixing issue with interval zero exception. 2014-08-31, by sl
  • Renaming some of our new display settings classes. 2014-08-31, by sl
  • Adding missing file. 2014-08-31, by sl
  • Extending our settings framework to store custom settings for each display type. 2014-08-31, by sl
  • Timer interval can now be set and is persisted. 2014-08-30, by sl
  • Adding support for display type selection. 2014-08-30, by sl
  • Now requesting extra info on auto start-up too. 2014-08-26, by sl
  • MiniDisplay API update. 2014-08-25, by sl
  • Client now supports text alignment through our new TextField. 2014-08-22, by sl
  • Now that we fixed that nasty iStringFormat static bug we could cleanup and 2014-08-22, by sl
  • Adding buttons to test our alignment setup. 2014-08-22, by sl
  • Fixing designer issues with controls being outside our dialog. 2014-08-22, by sl
  • Adding support to open different MiniDisplay type. 2014-08-21, by sl
  • Adding Design tab. 2014-08-20, by sl
  • Font height now also checked on startup. 2014-08-19, by sl
  • Adding warning when newly selected font is too height. 2014-08-19, by sl
  • Tried using Control instead of Label as base class for our Marquee. 2014-08-18, by StephaneLenclud
  • Adding text field support to our tree view. 2014-08-17, by sl
  • Adding texts fields to our test client. 2014-08-16, by sl
  • Reworking our protocols. Client name now displayed in our clients tab. 2014-08-15, by sl
  • Fixing our client issue with static MainForm overwritten when using multiple clients. 2014-08-15, by sl
  • Still trying to setup WCF for us to work nicely. 2014-08-15, by sl
  • Client/Server duplex is still a mess in C#. 2014-08-14, by sl
  • Adding option to select fixed pitch font only. 2014-08-14, by sl
  • Adding suspend/resume button. 2014-08-14, by sl
  • Adding disconnect function to our interface. 2014-08-14, by sl
  • Fixing hang when closing server with live client due to client instance context 2014-08-14, by sl
  • Adding interface project. 2014-08-14, by sl
  • Removing older solution file. 2014-08-14, by sl
  • Adding interface library. 2014-08-14, by sl
  • Adding server closing notification to clients. 2014-08-14, by sl
  • Now support duplex mode with new client. 2014-08-13, by sl
  • Adding server method to set all texts at once. 2014-08-12, by sl
  • Adding our client implementation. Moving server into its own folder. 2014-08-12, by sl
  • Adding WCF server implementation. 2014-08-12, by sl
  • Adding option to reverse screen. That's useful to avoid having to set our 2014-08-11, by sl
  • Forcing marquee label to display code instead of designer. 2014-08-05, by sl
  • Fixing issues with render when app is minimized. 2014-07-12, by sl
  • Adding option to connect display on startup. 2014-07-12, by sl
  • Power supply status, device id and firmware revision queries are now working. 2014-07-10, by sl
  • Fixing string measurement issues. Font dialog now properly initialized with 2014-07-09, by sl
  • Adding support for vendor, product and serial number. 2014-07-08, by sl
  • Persisting brightness, fixing brightness tracker steps, adding show borders option. 2014-07-08, by sl
  • Adding persistent settings and marquee separator. 2014-07-08, by sl
  • Adding status bar and managing control status. 2014-07-08, by sl
  • Marquee now implementing scroll loop properly. 2014-07-08, by sl
  • Custom drawing of our Marquee text to avoid warpping, clipping and ellipsis. 2014-07-08, by sl
less more | (0) -48 +48 +100 tip
SharpDisplayManager
RSS Atom