summary refs log tree commit diff stats
path: root/pkg
Commit message (Collapse)AuthorAgeFilesLines
* Initial commit for Cetus v0.5.0 v0.5.0Andinus2020-03-189-70/+164
|
* Restructure for Cetus v0.5Andinus2020-03-182-34/+1
| | | | | This version aims for a cleaner code, better documentation & to adopt better practices.
* Bump version to v0.4.11 v0.4.11Andinus2020-03-161-1/+1
|
* Bump version to v0.4.10 v0.4.10Andinus2020-03-161-1/+1
|
* Add Wallhaven supportAndinus2020-03-161-0/+20
|
* Export struct fields v0.4.9Andinus2020-03-161-1/+1
| | | | | | | Only exported structs and fields are visible to other packages, including the encoding/json package. So you must capitalize the field names of the structs to export those fields so the Marshal func can see them
* Fix logical error in ErrChk, bump version & remove RandAlNum v0.4.8Andinus2020-03-162-19/+5
|
* Add RandAlNum functionAndinus2020-03-161-0/+16
|
* Bump version to v0.4.7 v0.4.7Andinus2020-03-161-1/+1
|
* Rewrite apod response retrivalAndinus2020-03-162-63/+21
|
* Add dump option & rewrite bpod response retrieval functionAndinus2020-03-162-65/+55
|
* Remove license text from headersAndinus2020-03-154-56/+0
|
* Bump version to v0.4.6 v0.4.6Andinus2020-03-151-1/+1
|
* Bump cetus version to v0.4.5Andinus2020-03-151-1/+1
|
* Bump version to v0.4.4 v0.4.4Andinus2020-03-151-1/+1
|
* Support Bing Photo of the DayAndinus2020-03-152-0/+95
|
* Bump version to v0.4.3 v0.4.3Andinus2020-03-151-1/+1
|
* Bump version to v0.4.2 v0.4.2Andinus2020-03-151-1/+1
|
* Fix cetus.Version functionAndinus2020-03-151-1/+1
|
* Bump version to v0.4.1 v0.4.1Andinus2020-03-141-1/+3
|
* Add version flagAndinus2020-03-142-0/+22
|
* Add cetus-nasa program v0.4.0Andinus2020-03-141-0/+109
| | | | cetus-nasa uses NASA's API to get Astronomy Picture of the Day.
* Split project into multiple programsAndinus2020-03-141-89/+0
| | | | Re-initialization to split project into multiple programs
* Add support for random photo as background v0.3.1Andinus2020-03-141-0/+43
|
* Unexport GetPathFromID & further break it in 2 functionsAndinus2020-03-141-12/+16
| | | | | appendSizeToPath will get repeated later so seperated it into a different function
* Break SetFromID in 2 functions v0.3.0Andinus2020-03-141-8/+13
| | | | | GetPathFromID returns the path of the photo & SetFromID first gets the path from GetPathFromID then uses background.Set to set the background
* Fix SetFromID & add usage in readmeAndinus2020-03-141-1/+1
|
* Add photoID supportAndinus2020-03-142-0/+39
| | | | photo-id flag can be used to set a specific photo as background
* Add background package & Set functionAndinus2020-03-141-0/+25
an>the&nbsp;GNU&nbsp;General&nbsp;Public&nbsp;License<br> #&nbsp;along&nbsp;with&nbsp;this&nbsp;program.&nbsp;&nbsp;If&nbsp;not,&nbsp;see&nbsp;&lt;<a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>&gt;.</tt></p> <p> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> <tr bgcolor="#aa55cc"> <td colspan=3 valign=bottom>&nbsp;<br> <font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr> <tr><td bgcolor="#aa55cc"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td> <td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="curses.html">curses</a><br> </td><td width="25%" valign=top></td><td width="25%" valign=top></td><td width="25%" valign=top></td></tr></table></td></tr></table><p> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> <tr bgcolor="#ee77aa"> <td colspan=3 valign=bottom>&nbsp;<br> <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr> <tr><td bgcolor="#ee77aa"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td> <td width="100%"><dl> <dt><font face="helvetica, arial"><a href="builtins.html#object">builtins.object</a> </font></dt><dd> <dl> <dt><font face="helvetica, arial"><a href="ranger.gui.mouse_event.html#MouseEvent">MouseEvent</a> </font></dt></dl> </dd> </dl> <p> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> <tr bgcolor="#ffc8d8"> <td colspan=3 valign=bottom>&nbsp;<br> <font color="#000000" face="helvetica, arial"><a name="MouseEvent">class <strong>MouseEvent</strong></a>(<a href="builtins.html#object">builtins.object</a>)</font></td></tr> <tr><td bgcolor="#ffc8d8"><tt>&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td> <td width="100%">Methods defined here:<br> <dl><dt><a name="MouseEvent-__init__"><strong>__init__</strong></a>(self, getmouse)</dt><dd><tt>Creates&nbsp;a&nbsp;<a href="#MouseEvent">MouseEvent</a>&nbsp;<a href="builtins.html#object">object</a>&nbsp;from&nbsp;the&nbsp;result&nbsp;of&nbsp;win.getmouse()</tt></dd></dl> <dl><dt><a name="MouseEvent-alt"><strong>alt</strong></a>(self)</dt></dl> <dl><dt><a name="MouseEvent-ctrl"><strong>ctrl</strong></a>(self)</dt></dl> <dl><dt><a name="MouseEvent-key_invalid"><strong>key_invalid</strong></a>(self)</dt></dl> <dl><dt><a name="MouseEvent-mouse_wheel_direction"><strong>mouse_wheel_direction</strong></a>(self)</dt><dd><tt>Returns&nbsp;the&nbsp;direction&nbsp;of&nbsp;the&nbsp;scroll&nbsp;action,&nbsp;0&nbsp;if&nbsp;there&nbsp;was&nbsp;none</tt></dd></dl> <dl><dt><a name="MouseEvent-pressed"><strong>pressed</strong></a>(self, n)</dt><dd><tt>Returns&nbsp;whether&nbsp;the&nbsp;mouse&nbsp;key&nbsp;n&nbsp;is&nbsp;pressed</tt></dd></dl> <dl><dt><a name="MouseEvent-shift"><strong>shift</strong></a>(self)</dt></dl> <hr> Data descriptors defined here:<br> <dl><dt><strong>__dict__</strong></dt> <dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd> </dl> <dl><dt><strong>__weakref__</strong></dt> <dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd> </dl> <hr> Data and other attributes defined here:<br> <dl><dt><strong>CTRL_SCROLLWHEEL_MULTIPLIER</strong> = 5</dl> <dl><dt><strong>PRESSED</strong> = [0, 2, 128, 8192, 524288]</dl> </td></tr></table></td></tr></table> </body></html>