Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | mq_html_input_number_d(): Allow label to be disabled | Patrick McDermott | 2017-11-04 | 1 | -5/+15 |
| | |||||
* | mq_html_input_number_i(): Allow label to be disabled | Patrick McDermott | 2017-11-04 | 1 | -5/+15 |
| | |||||
* | mq_html_input_text(): Allow label to be disabled | Patrick McDermott | 2017-11-04 | 1 | -4/+13 |
| | |||||
* | mq_html_form(): Allow buttons to be individually disabled | Patrick McDermott | 2017-11-04 | 1 | -12/+20 |
| | |||||
* | mq_html_form(): Split button box code and strings | Patrick McDermott | 2017-11-04 | 1 | -7/+13 |
| | |||||
* | mq_html_container_v(): New function | Patrick McDermott | 2017-11-04 | 2 | -0/+50 |
| | |||||
* | mq_html_container(): Add classes parameter | Patrick McDermott | 2017-11-04 | 4 | -10/+21 |
| | | | | And update calls in <about:(version)> and <about:preferences>. | ||||
* | [WIP] src/config/profiles.[ch]: New files | Patrick McDermott | 2017-11-04 | 3 | -0/+181 |
| | |||||
* | Add missing #endif comments to headers | Patrick McDermott | 2017-11-03 | 4 | -4/+4 |
| | |||||
* | Add missing G_BEGIN_DECLS/G_END_DECLS to headers | Patrick McDermott | 2017-11-03 | 5 | -0/+20 |
| | |||||
* | MqMainMenu: Make profile button insensitive | Patrick McDermott | 2017-11-03 | 1 | -0/+1 |
| | |||||
* | src/config/local.mk: Add file to repository | Patrick McDermott | 2017-11-03 | 1 | -0/+3 |
| | | | | Oops. | ||||
* | src/schemes/local.mk: Add file to repository | Patrick McDermott | 2017-11-03 | 1 | -0/+5 |
| | | | | Oops. | ||||
* | MqMainMenu: Use NEW_BUTTON() macro for profile button | Patrick McDermott | 2017-11-03 | 1 | -5/+2 |
| | |||||
* | MqMainMenu: Define stub profile button click callback | Patrick McDermott | 2017-11-03 | 1 | -0/+7 |
| | |||||
* | MqMainMenu: Use NEW_BUTTON() macro for preferences button | Patrick McDermott | 2017-11-03 | 1 | -5/+2 |
| | |||||
* | MqMainMenu: Add comments explaining macro parameters | Patrick McDermott | 2017-11-03 | 1 | -0/+11 |
| | |||||
* | MqMainMenu: Remove preferences button from bottom row | Patrick McDermott | 2017-11-03 | 1 | -20/+37 |
| | |||||
* | MqMainMenu: Add tooltip to profile button | Patrick McDermott | 2017-11-03 | 1 | -0/+1 |
| | |||||
* | MqMainMenu: Add preferences button next to profile button | Patrick McDermott | 2017-11-03 | 1 | -2/+18 |
| | |||||
* | src/utils/profile-icon.c: Fix GDK include | Patrick McDermott | 2017-11-03 | 1 | -1/+1 |
| | |||||
* | src/utils/profile-icon.c: #include <string.h> | Patrick McDermott | 2017-11-03 | 1 | -0/+2 |
| | |||||
* | MqMainMenu: Add (WIP) profile button | Patrick McDermott | 2017-11-03 | 1 | -0/+19 |
| | |||||
* | src/utils/profile-icon.c: Don't use macros in SVG document string | Patrick McDermott | 2017-11-03 | 1 | -6/+2 |
| | | | | This partially reverts commit d3461b3. | ||||
* | src/utils/profile-icon.c: Replace magic numbers with macros | Patrick McDermott | 2017-11-03 | 1 | -3/+10 |
| | |||||
* | mq_profile_icon_new_pixbuf(): New function | Patrick McDermott | 2017-11-03 | 2 | -0/+33 |
| | |||||
* | Makefile.am: Use librsvg CFLAGS and LIBS | Patrick McDermott | 2017-11-03 | 1 | -2/+4 |
| | |||||
* | configure.ac: Check for librsvg | Patrick McDermott | 2017-11-03 | 1 | -0/+3 |
| | |||||
* | src/utils/*.h: Add G_BEGIN_DECLS/G_END_DECLS | Patrick McDermott | 2017-11-03 | 4 | -0/+16 |
| | |||||
* | src/utils/*.h: Add/update include guards | Patrick McDermott | 2017-11-03 | 5 | -6/+21 |
| | |||||
* | src/utils/profile-icon.[ch]: New files | Patrick McDermott | 2017-11-03 | 3 | -0/+72 |
| | |||||
* | src/utils/svg.[ch]: New files | Patrick McDermott | 2017-11-03 | 3 | -1/+95 |
| | |||||
* | Revert "data/resources/profile.svgin: New file" | Patrick McDermott | 2017-11-03 | 2 | -12/+1 |
| | | | | This reverts commit 1ce9241a96bf54b3de0bb17f0309c5712b4cbd21. | ||||
* | data/resources/profile.svgin: New file | Patrick McDermott | 2017-11-03 | 2 | -1/+12 |
| | |||||
* | MqBookmarksButtonBox: Use "non-starred" icon for add/edit button | Patrick McDermott | 2017-11-02 | 1 | -1/+1 |
| | |||||
* | MqMainMenu: Move Cut, Copy, and Paste buttons | Patrick McDermott | 2017-11-02 | 1 | -2/+2 |
| | |||||
* | MqMainMenu: Move a callback | Patrick McDermott | 2017-11-02 | 1 | -6/+6 |
| | | | | | open_clicked_cb() and save_clicked_cb() got stuck between zoom_out_clicked_cb() and zoom_reset_clicked_cb() by mistake. | ||||
* | MqMainMenu: Add Cut, Copy, and Paste buttons | Patrick McDermott | 2017-11-02 | 1 | -0/+71 |
| | |||||
* | MqMainMenu: Disable relief on grid buttons | Patrick McDermott | 2017-11-02 | 1 | -0/+2 |
| | |||||
* | MqMainMenu: Set grid buttons' labels and image positions | Patrick McDermott | 2017-11-02 | 1 | -0/+6 |
| | |||||
* | MqMainMenu: Expand and fill button boxes and grid | Patrick McDermott | 2017-11-02 | 1 | -3/+3 |
| | |||||
* | MqMainMenu: Make button box cells homogeneous | Patrick McDermott | 2017-11-02 | 1 | -0/+2 |
| | |||||
* | MqMainMenu: Make main grid cells homogeneous | Patrick McDermott | 2017-11-02 | 1 | -0/+2 |
| | |||||
* | MqMainMenu: Expand and fill button box children | Patrick McDermott | 2017-11-02 | 1 | -1/+1 |
| | |||||
* | MqMainMenu: Extract prefs/about/quit buttons into linked box | Patrick McDermott | 2017-11-02 | 1 | -9/+22 |
| | |||||
* | MqMainMenu: Extract zoom buttons into own linked box | Patrick McDermott | 2017-11-02 | 1 | -36/+62 |
| | |||||
* | MqMainMenu: Pack button grid into a box | Patrick McDermott | 2017-11-02 | 1 | -8/+21 |
| | |||||
* | MqMainMenu: Undefine CLICKED_CB() macro after use | Patrick McDermott | 2017-11-02 | 1 | -0/+1 |
| | |||||
* | MqNavigationToolbar: Add MqBookmarksButtonBox | Patrick McDermott | 2017-11-02 | 1 | -0/+7 |
| | |||||
* | MqBookmarksButtonBox: New class | Patrick McDermott | 2017-11-02 | 3 | -0/+164 |
| |