summaryrefslogtreecommitdiff
path: root/orders.c
AgeCommit message (Expand)Author
2017-10-20Markup unused parametersHenrik Andersson
2017-01-26Rework the logging systemHenrik Andersson
2012-06-15Added support for protocol negotiation, this is a part ofHenrik Andersson
2011-04-13Include emails in copyright statements. Peter Åstrand
2010-01-12Changed license to GPLv3Peter Åstrand
2009-08-26Fix build with DEBUG: depth variable is no longer. Peter Åstrand
2008-11-25Ran indent-allPeter Åstrand
2008-11-01brush cache for > 2 color brushesJay Sorg
2008-07-11ran indent and removed some spaces at EOLJay Sorg
2008-07-11update the copyright yearJay Sorg
2008-07-11added brush cacheJay Sorg
2007-01-08prefix BOOL with RD_Jay Sorg
2007-01-04copyright year updateJay Sorg
2007-01-04RD_ prefix and win32 compatibility for core filesJay Sorg
2005-04-23ignore colour-cache with id 0. This fixes my colour-problems when usingMichael Gernoth
2005-04-03Indent fixesPeter Åstrand
2005-03-15remove C++-style commentsMichael Gernoth
2005-03-11fix previously introduced memory leak in process_polylineJeroen Meijer
2005-03-10polyline bugfixJeroen Meijer
2005-03-10do polyline in a single ui operation: ui_polylineJeroen Meijer
2005-03-10Fix text2 order parsing. The brush is parsed but not yet used.Jeroen Meijer
2005-03-08Add support for ellipse and polygon ordersJeroen Meijer
2005-03-08optimise persistent bitmap caching and hopefully improve the terminologyJeroen Meijer
2005-03-06bump version to 1.4.0Michael Gernoth
2005-02-16Improve parsing of unknown text2 order membersJeroen Meijer
2004-07-12Indent fixesPeter Åstrand
2004-06-30fix a minor DEDUG spelling errorJay Sorg
2004-06-27Fix compiler error:Michael Gernoth
2004-06-27added persistant bitmap chaching from Jeroen Meijer, slightly modifiedJay Sorg
2004-04-27mppc like decompression for the rdp protocol. code not activated. rdp5 gets s...Peter Kallden
2003-11-03Indent fixesPeter Åstrand
2003-10-31Replaced C++ comments with C-stylePeter Åstrand
2003-08-01more g_ prefix for global varsJay Sorg
2003-07-28use sizeof instead of hardcoded struct size in colour cacheJay Sorg
2003-06-06Changes after running indent-all.sh.Erik Forsberg
2003-05-30adding g_ prefix to global vars, orders.c doneJay Sorg
2003-05-19changes so it compiles with g++(mainly for ports)Jay Sorg
2003-05-16changed all order vars that go through rdp_in_coord to sint16Jay Sorg
2003-03-28Initialize some variables in order to avoid a compiler warning. Umm.. A bit u...Erik Forsberg
2003-03-28Got bitmap decompression to work. It turned out Microsoft doesn't care about ...Erik Forsberg
2003-03-27process_orders now take the number of orders to process as an argumentErik Forsberg
2003-03-02fix for connecting to a server that was disconnected with ms clientJay Sorg
2003-02-10Indent fixesPeter Åstrand
2003-02-07one bitmap decomp function to handle all colour depthsJay Sorg
2003-02-0416bitJay Sorg
2003-01-30Add some signed types and use them in the places we have silly casts now.Matt Chapman
2002-09-26Update copyright dates on all files that have changed.Matt Chapman
2002-09-24foo function() -> foo function(void) to conform to ANSI C.Matt Chapman
2002-09-17The polyline "flags" field seems like it might be a ROP2.Matt Chapman
2002-07-30Changed max line length to 100Peter Åstrand