Commit Graph

167 Commits

Author SHA1 Message Date
1d063d7395 Separating contents from manual pages 2014-04-25 01:00:28 +08:00
8baaa2089e Code cleanup 2014-01-04 01:30:44 -06:00
3d91bac34f Fixed the F11 keyboard shortcut while in fullscreen mode 2014-01-04 01:20:30 -06:00
c0bcadc4fa Look for API references in more directories by default 2014-01-04 01:14:50 -06:00
5b554db222 Use a "file://" URL for API references as well 2014-01-04 00:44:24 -06:00
aa4d1d5dc2 Added some hard-coded path to API references 2014-01-04 00:42:04 -06:00
5d72fd4ea2 Dynamically allocate the path to the API reference "index.html" files 2014-01-04 00:39:57 -06:00
cd33ad164c Updated the copyright information 2014-01-04 00:35:51 -06:00
9ee5d0008b Removed debugging information 2014-01-04 00:35:16 -06:00
99502a6d1d Allow opening API references from more different directories 2014-01-04 00:33:40 -06:00
7e58b3869d Initialize threading support if necessary 2013-12-31 21:24:51 +01:00
e1ae3b7d54 Preparing to parse the contents of the devhelp XML file for API references 2013-12-31 03:42:07 +01:00
2892e175e9 Added a back and forward buttons to the toolbar 2013-12-31 03:33:24 +01:00
894414a65b Added a tab for API reference books 2013-12-27 19:24:02 +01:00
3f7a9f6985 Managed to sort the view automatically already 2013-12-24 21:20:47 +01:00
440e04b870 Fixed errors related to the GtkComboBox(Entry)'s model and text column 2013-12-18 02:37:25 +01:00
87e1811123 Sharing code for the "Find" dialog in both surfer(1) and helper(1) 2013-12-15 06:51:35 +01:00
30e13017d6 Avoid a compilation warning 2013-12-15 06:36:43 +01:00
ec8d0df66a Replaced the package entry with a combo box in the "Open" dialog 2013-12-15 06:22:27 +01:00
1bc84ea528 Allow type-ahead search in the manual list 2013-12-15 05:52:54 +01:00
61a8fa01f0 Sort the manual page list by default 2013-12-15 05:51:10 +01:00
d56b13b417 Load icons the size of menus in the manual page list 2013-12-15 05:38:20 +01:00
a49c522f4a Code cleanup 2013-12-15 05:37:05 +01:00
eef0f468da Improved the icons used 2013-12-15 05:34:10 +01:00
b1a6c4f264 Now able to open manual pages from the list 2013-12-15 05:28:24 +01:00
82d85ff8bd Code cleanup 2013-12-15 04:37:59 +01:00
a4367e0cd1 Placed an icon next to each manual page 2013-12-15 04:32:03 +01:00
e36aaf58be Listing some of the manual pages available 2013-12-15 04:25:08 +01:00
2bee1e92e8 Allow a couple more strings to be translated 2013-12-04 16:24:05 +01:00
31986b6070 Fixed activating the default response in the "Open" dialog 2013-12-04 14:58:09 +01:00
8be21e7e88 Added an "Edit" menu 2013-12-04 14:56:24 +01:00
0524448bed Let the "Open" dialog be useful again 2013-12-04 14:48:11 +01:00
a592a2710c Using PROGNAME for helper(1) 2013-12-04 14:40:06 +01:00
43b555985e Use the copyright sign in the about dialogs 2013-11-24 18:59:35 +01:00
18cc5579da Simplified the Makefile used to build helper(1) 2013-06-10 02:03:39 +02:00
5b331bc2c3 Fixed building helper(1) 2013-06-02 20:41:41 +02:00
09322a0282 Fixed building helper(1) 2013-05-21 05:55:21 +02:00
18b53f28ca Fixed building helper 2013-05-20 07:20:34 +02:00
9c8a964894 Fixed building helper 2013-05-20 06:47:19 +02:00
a9575ebd48 Partially fixed building helper 2013-05-20 06:39:33 +02:00
993ff84ef3 helper.c somehow depends on surfer.h 2013-05-20 06:38:19 +02:00
eb1afb1602 Re-generated the Makefiles 2013-04-20 16:44:23 +02:00
58bcb30d58 Added a keyboard shortcut for getting in and out of fullscreen in embedded mode 2013-03-24 20:02:46 +01:00
fa1cd75a59 Avoid a crash in and out of fullscreen mode when embedded 2013-03-24 20:00:00 +01:00
444eceadde Re-generated the Makefiles 2013-03-24 17:14:01 +01:00
23c5951024 Code cleanup 2013-02-23 01:41:50 +01:00
9f164af7a4 Fixed build in debugging mode 2013-01-26 20:26:20 +01:00
49a0c5a5db Re-generated Makefiles 2013-01-07 02:21:29 +01:00
00688c5490 Code cleanup 2012-12-06 15:21:41 +01:00
822ccf1920 Look for manual pages in more places 2012-12-06 15:17:20 +01:00
209a514fcb Re-generated Makefiles 2012-11-29 12:30:06 +01:00
217ceea871 Added documentation for the help browser 2012-10-14 17:27:04 +00:00
83fc9fa12e Fixed build in embedded mode 2012-08-26 01:14:01 +00:00
2df7374d05 Let the fullscreen toolbar button reflect the current state 2012-06-26 22:18:16 +00:00
eace2f90ea Code cleanup 2012-06-26 22:11:22 +00:00
d9aafd3076 Compatibility fix for Gtk+ < 2.8 2012-06-26 22:08:29 +00:00
4d344dfcb5 Trigger a dialog response when entering a package name 2012-06-22 23:27:13 +00:00
ab0669e0de Improved embedded mode (keyboard shortcuts) 2012-06-22 23:22:51 +00:00
5f5bb866c3 Implementing embedded mode for Helper 2012-06-22 23:16:24 +00:00
c7af565df8 Hopefully fixed build with Gtk+ < 2.14 2012-05-29 23:43:50 +00:00
28bd582ada More flexible command invocation for help contents 2012-05-29 23:30:08 +00:00
54cc541139 Translated the Helper tool as well 2012-05-29 22:22:20 +00:00
511fb48055 Added a "File->Open..." dialog 2012-05-29 22:00:50 +00:00
119b665785 Now install the helper application by default 2012-05-29 19:19:23 +00:00
6d9e2832a1 Also allow API pages to be opened 2012-05-29 19:16:48 +00:00
78623bfeef Don't let the toolbar get focus by default 2012-05-27 22:15:40 +00:00
063080482b Creating an online help application based on the GHtml widget 2012-05-27 21:45:18 +00:00