Alphabetical Index | Tags by Size | Find tag:

libshell (Grouped)

Related tags: AbstractLineEditor, Link, Shell

Authorship: 100% skyjake

View commits by date

Jump down to:
  Added (19)
  Refactor (18)
  Fixed (15)
  Shell (12)
  Cleanup (11)
  AbstractLineEditor (9)
  libdeng2 (9)
  Server (6)
  Client (5)
  LocalServer (3)
  Documentation (2)
  Multiplayer (2)
  Network (2)
  OS X (2)
  Windows (2)
  AbstractLink (1)
  Console (1)
  EditorHistory (1)
  FS (1)
  GUI (1)
  Lexicon (1)
  libcore (1)
  liblegacy (1)
  LineWrapping (1)
  ServerFinder (1)
  TextCanvas (1)
  Unix (1)
  Widgets (1)
June 2018
2018-06-29 : Missing exports
2018-06-25 : Line wrapping uses unspecified "width" units
2018-06-20 : Text-based widgets are now called "tedgets"
2018-06-19 : Revised string manipulation (text editor)
2018-06-18 : Byte/character offsets in text editor string manipulation
2018-06-17 : Removing Qt dependencies; using Observers instead of signals
November 2016
2016-11-12 : Managing a local server
2016-11-12 : Validate port number in server info address
May 2014
2014-05-02 : Bumped version number to the project version
February 2014
2014-02-13 : Changed license to LGPL 3
March 2013
2013-03-19 : Scroll signals from LogWidget
2013-03-16 : Adjusted autocompletion to insert common prefix first
February 2013
2013-02-11 : Password response
2013-02-10 : Implemented the game state packet
2013-02-06 : Relocated LogWidget and CommandLineWidget to libshell
2013-02-05 : Backwards completion cycle with Backtab in LineEditWidget
2013-02-05 : Auto-completion for the line edit widget
2013-02-04 : Improved ServerFinder for continuous operation
2013-02-03 : Moving cursor is menu using letter keys as shortcuts
2013-02-01 : Removed unnecessary TextWidget::setRule()
2013-02-01 : Improving dialog closing
January 2013
2013-01-31 : More versatile LineEditWidget and MenuWidget
2013-01-30 : MenuWidget's border style is configurable
2013-01-29 : TextCanvas interface improvements, handling Actions
2013-01-29 : Renamed TextEditWidget -> LineEditWidget
2013-01-28 : Relocated to same level with libdeng1 and libdeng2

  Added (19) — libshell

November 2016
2016-11-14 Added | Shell : Added Options tab in Shell for game options
2016-11-06 Added | Network | Refactor : Added ServerInfo and started replacing serverinfo_t
January 2014
2014-01-01 Added | ServerFinder : Added option to prevent automatic server discovery
August 2013
2013-08-05 AbstractLineEditor | Added : Added word deletion
July 2013
2013-07-30 AbstractLineEditor | Added : Added notifications about autocompletion
May 2013
2013-05-21 AbstractLineEditor | Added : Added a way to determine index's position on wrapped lines
2013-05-19 Added : Added equality operator for Range
2013-05-15 Added | libdeng2 | Refactor : Added MemoryLogSink, used it in shell::LogWidget
February 2013
2013-02-27 Added | Documentation : Added a @todo about DoomsdayInfo
2013-02-19 Added | Refactor : Added AbstractLink (based on Link)
2013-02-09 Added : Added DoomsdayInfo
2013-02-04 Added : Added ServerFinder
2013-02-03 Added : Added LocalServer for controlling local servers
2013-02-03 Added : Added ChoiceWidget that combines a label and a popup menu
2013-02-01 Added | Refactor : Added InputDialog, base class for text query dialogs
January 2013
2013-01-31 Added : Added DialogWidget, updated with revised Rule conventions
2013-01-30 Added : Added a utility routine for determining line wrapping
2013-01-30 Added : Added MenuWidget
2013-01-29 Added : Added Action and LabelWidget

↑ Back to top

  Refactor (18) — libshell

October 2017
2017-10-28 Refactor : Moved PackageDownloader to libshell
November 2016
2016-11-07 Client | Refactor | Server : Replaced use of the old serverinfo_t
2016-11-06 Added | Network | Refactor : Added ServerInfo and started replacing serverinfo_t
June 2014
2014-06-08 Lexicon | Refactor : Applied pimpl, case sensitive terms
February 2014
2014-02-03 Refactor : Use reference-counted Action instances
August 2013
2013-08-16 Cleanup | Client | libdeng2 | Refactor : Various fixes and cleanup after ui::Context refactoring
July 2013
2013-07-24 Refactor : Word jumping and key modifiers in AbstractLineEditor
May 2013
2013-05-22 Refactor : Use de::Rangei instead of libshell's own Range
2013-05-21 Refactor : Separated history from CommandLineWidget
2013-05-21 AbstractLineEditor | Refactor : Don't assume control mod is active
2013-05-16 Refactor : Moved MonospaceLineWrapping to its own source file
2013-05-16 Refactor : Separated text editor base class (AbstractTextEditor)
2013-05-15 Added | libdeng2 | Refactor : Added MemoryLogSink, used it in shell::LogWidget
April 2013
2013-04-13 Refactor : Derived shell::Action from de::Action
February 2013
2013-02-21 AbstractLink | Refactor : Made virtual connection and disconnection methods
2013-02-19 Added | Refactor : Added AbstractLink (based on Link)
2013-02-17 libdeng2 | Refactor : Events are passed by reference to widgets
2013-02-01 Added | Refactor : Added InputDialog, base class for text query dialogs

↑ Back to top

  Fixed (15) — libshell

August 2018
2018-08-08 Fixed : Fixed handling of the backspace key
November 2017
2017-11-04 Client | Fixed | FS : Fixed connecting to server's repository
November 2016
2016-11-13 Cleanup | Fixed | Network : Server information port number
March 2014
2014-03-20 Fixed : Automatic server discovery was not started in Shell apps
January 2014
2014-01-03 Fixed | Shell : ServerFinder must work without a de::App
July 2013
2013-07-25 Client | Fixed : Minor issues with word jump behavior
2013-07-24 AbstractLineEditor | Fixed : Word jumping right to the end of the line
May 2013
2013-05-04 Fixed : Catch exception from failed server discovery init
March 2013
2013-03-15 Fixed : Crash when shutting down app
2013-03-13 Fixed : Escape quotes in LocalServer's name
2013-03-08 Fixed | libdeng2 : DENG2_PIMPL required by DENG2_PRIVATE
February 2013
2013-02-15 Documentation | Fixed : Fixed a few Doxygen warnings
2013-02-10 Fixed | libdeng2 | Windows : Fixed missing exports
2013-02-07 Fixed : Set the random seed number for ServerFinder
January 2013
2013-01-31 Fixed : Dialog controls focus during open/close

↑ Back to top

  Shell (12) — libshell

November 2016
2016-11-21 Shell : Server location can be specified in Preferences
2016-11-14 Added | Shell : Added Options tab in Shell for game options
2016-11-08 Shell : Improvements for opening connection to a server
January 2014
2014-01-04 Shell : Updated logging with domain-specific LOG macros
2014-01-03 Fixed | Shell : ServerFinder must work without a de::App
March 2013
2013-03-20 GUI | Shell : LogWidget specifies page size depending on height rule
February 2013
2013-02-13 Shell : LocalServer opens the link, better Preferences handling
2013-02-11 Server | Shell : Password challenge when connecting
2013-02-10 Server | Shell : Implemented the map outline packet
2013-02-05 Server | Shell : Send console lexicon to the shell
2013-02-05 Shell : Widget behavior improvements
January 2013
2013-01-25 Shell : Set up libshell as a sub-library of libdeng2

↑ Back to top

  Cleanup (11) — libshell

June 2018
2018-06-23 Cleanup : Cleanup
2018-06-23 Cleanup : Cleanup
January 2018
2018-01-20 Cleanup : Cleanup with clang-format
November 2016
2016-11-13 Cleanup | Fixed | Network : Server information port number
2016-11-08 Cleanup | libcore : Show local addresses always as "localhost"
May 2015
2015-05-06 Cleanup : Define the default server port as a constant
2015-05-06 Cleanup : Define the default server port as a constant
August 2013
2013-08-16 Cleanup | Client | libdeng2 | Refactor : Various fixes and cleanup after ui::Context refactoring
May 2013
2013-05-23 Cleanup : Cleanup
2013-05-16 Cleanup : Cleanup
April 2013
2013-04-07 Cleanup | OS X : Obsolete command line option for LocalServer

↑ Back to top

  AbstractLineEditor (9) — libshell

August 2013
2013-08-05 AbstractLineEditor | Added : Added word deletion
2013-08-05 AbstractLineEditor : Adjusted behavior of autocompletion
July 2013
2013-07-31 AbstractLineEditor : Autocompletion notifications are optional
2013-07-30 AbstractLineEditor | Added : Added notifications about autocompletion
2013-07-24 AbstractLineEditor | Fixed : Word jumping right to the end of the line
May 2013
2013-05-21 AbstractLineEditor | Added : Added a way to determine index's position on wrapped lines
2013-05-21 AbstractLineEditor : Handle Return as well as Enter
2013-05-21 AbstractLineEditor | Refactor : Don't assume control mod is active
2013-05-21 AbstractLineEditor : Move between lines based on advance width

↑ Back to top

  libdeng2 (9) — libshell

August 2013
2013-08-16 Cleanup | Client | libdeng2 | Refactor : Various fixes and cleanup after ui::Context refactoring
May 2013
2013-05-15 Added | libdeng2 | Refactor : Added MemoryLogSink, used it in shell::LogWidget
March 2013
2013-03-08 Fixed | libdeng2 : DENG2_PIMPL required by DENG2_PRIVATE
February 2013
2013-02-17 libdeng2 | Refactor : Events are passed by reference to widgets
2013-02-12 libdeng2 | Server : Password challenge waived for local connections
2013-02-10 Fixed | libdeng2 | Windows : Fixed missing exports
2013-02-05 libdeng2 | Windows : Exported public classes
2013-02-05 libdeng2 : Flag remote log entries as such
2013-02-02 libdeng2 : Support line breaks; improved RuleRectangle interface

↑ Back to top

  Server (6) — libshell

November 2016
2016-11-08 Server : Only include crucial information in a server broadcast
2016-11-07 Client | Refactor | Server : Replaced use of the old serverinfo_t
February 2013
2013-02-12 libdeng2 | Server : Password challenge waived for local connections
2013-02-11 Server | Shell : Password challenge when connecting
2013-02-10 Server | Shell : Implemented the map outline packet
2013-02-05 Server | Shell : Send console lexicon to the shell

↑ Back to top

  Client (5) — libshell

November 2017
2017-11-04 Client | Fixed | FS : Fixed connecting to server's repository
November 2016
2016-11-07 Client | Refactor | Server : Replaced use of the old serverinfo_t
August 2013
2013-08-16 Cleanup | Client | libdeng2 | Refactor : Various fixes and cleanup after ui::Context refactoring
July 2013
2013-07-25 Client | Fixed : Minor issues with word jump behavior
May 2013
2013-05-21 Client | LineWrapping : Determining content index at a width

↑ Back to top

  LocalServer (3) — libshell

March 2014
2014-03-21 LocalServer : Asking for the error log path
2014-03-20 LocalServer : Write server errors to a separate file
February 2013
2013-02-07 LocalServer : Allow specifying additional options

↑ Back to top

  Documentation (2) — libshell

February 2013
2013-02-27 Added | Documentation : Added a @todo about DoomsdayInfo
2013-02-15 Documentation | Fixed : Fixed a few Doxygen warnings

↑ Back to top

  Multiplayer (2) — libshell

February 2017
2017-02-03 Multiplayer : Server info has the full 4-component version
November 2016
2016-11-09 Multiplayer : Connecting to a server using a game profile

↑ Back to top

  Network (2) — libshell

November 2016
2016-11-13 Cleanup | Fixed | Network : Server information port number
2016-11-06 Added | Network | Refactor : Added ServerInfo and started replacing serverinfo_t

↑ Back to top

  OS X (2) — libshell

April 2013
2013-04-07 Cleanup | OS X : Obsolete command line option for LocalServer
February 2013
2013-02-09 OS X : Improved logic for locating Doomsday.app

↑ Back to top

  Windows (2) — libshell

February 2013
2013-02-10 Fixed | libdeng2 | Windows : Fixed missing exports
2013-02-05 libdeng2 | Windows : Exported public classes

↑ Back to top

  AbstractLink (1) — libshell

February 2013
2013-02-21 AbstractLink | Refactor : Made virtual connection and disconnection methods

↑ Back to top

  Console (1) — libshell

August 2013
2013-08-06 Console | EditorHistory : Empty commands not put in history

↑ Back to top

  EditorHistory (1) — libshell

August 2013
2013-08-06 Console | EditorHistory : Empty commands not put in history

↑ Back to top

  FS (1) — libshell

November 2017
2017-11-04 Client | Fixed | FS : Fixed connecting to server's repository

↑ Back to top

  GUI (1) — libshell

March 2013
2013-03-20 GUI | Shell : LogWidget specifies page size depending on height rule

↑ Back to top

  Lexicon (1) — libshell

June 2014
2014-06-08 Lexicon | Refactor : Applied pimpl, case sensitive terms

↑ Back to top

  libcore (1) — libshell

November 2016
2016-11-08 Cleanup | libcore : Show local addresses always as "localhost"

↑ Back to top

  liblegacy (1) — libshell

June 2018
2018-06-29 liblegacy : Symbol visibility

↑ Back to top

  LineWrapping (1) — libshell

May 2013
2013-05-21 Client | LineWrapping : Determining content index at a width

↑ Back to top

  ServerFinder (1) — libshell

January 2014
2014-01-01 Added | ServerFinder : Added option to prevent automatic server discovery

↑ Back to top

  TextCanvas (1) — libshell

February 2013
2013-02-05 TextCanvas : Text attribute ranges for drawing text

↑ Back to top

  Unix (1) — libshell

February 2013
2013-02-15 Unix : Finding the doomsday-server binary for LocalServer

↑ Back to top

  Widgets (1) — libshell

March 2017
2017-03-18 Widgets : Saving and restoring text editor history

↑ Back to top