summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* mq_html_container(): Add classes parameterPatrick McDermott2017-11-044-10/+21
| | | | And update calls in <about:(version)> and <about:preferences>.
* [WIP] src/config/profiles.[ch]: New filesPatrick McDermott2017-11-043-0/+181
|
* Add missing #endif comments to headersPatrick McDermott2017-11-034-4/+4
|
* Add missing G_BEGIN_DECLS/G_END_DECLS to headersPatrick McDermott2017-11-035-0/+20
|
* MqMainMenu: Make profile button insensitivePatrick McDermott2017-11-031-0/+1
|
* src/config/local.mk: Add file to repositoryPatrick McDermott2017-11-031-0/+3
| | | | Oops.
* src/schemes/local.mk: Add file to repositoryPatrick McDermott2017-11-031-0/+5
| | | | Oops.
* MqMainMenu: Use NEW_BUTTON() macro for profile buttonPatrick McDermott2017-11-031-5/+2
|
* MqMainMenu: Define stub profile button click callbackPatrick McDermott2017-11-031-0/+7
|
* MqMainMenu: Use NEW_BUTTON() macro for preferences buttonPatrick McDermott2017-11-031-5/+2
|
* MqMainMenu: Add comments explaining macro parametersPatrick McDermott2017-11-031-0/+11
|
* MqMainMenu: Remove preferences button from bottom rowPatrick McDermott2017-11-031-20/+37
|
* MqMainMenu: Add tooltip to profile buttonPatrick McDermott2017-11-031-0/+1
|
* MqMainMenu: Add preferences button next to profile buttonPatrick McDermott2017-11-031-2/+18
|
* src/utils/profile-icon.c: Fix GDK includePatrick McDermott2017-11-031-1/+1
|
* src/utils/profile-icon.c: #include <string.h>Patrick McDermott2017-11-031-0/+2
|
* MqMainMenu: Add (WIP) profile buttonPatrick McDermott2017-11-031-0/+19
|
* src/utils/profile-icon.c: Don't use macros in SVG document stringPatrick McDermott2017-11-031-6/+2
| | | | This partially reverts commit d3461b3.
* src/utils/profile-icon.c: Replace magic numbers with macrosPatrick McDermott2017-11-031-3/+10
|
* mq_profile_icon_new_pixbuf(): New functionPatrick McDermott2017-11-032-0/+33
|
* Makefile.am: Use librsvg CFLAGS and LIBSPatrick McDermott2017-11-031-2/+4
|
* configure.ac: Check for librsvgPatrick McDermott2017-11-031-0/+3
|
* src/utils/*.h: Add G_BEGIN_DECLS/G_END_DECLSPatrick McDermott2017-11-034-0/+16
|
* src/utils/*.h: Add/update include guardsPatrick McDermott2017-11-035-6/+21
|
* src/utils/profile-icon.[ch]: New filesPatrick McDermott2017-11-033-0/+72
|
* src/utils/svg.[ch]: New filesPatrick McDermott2017-11-033-1/+95
|
* Revert "data/resources/profile.svgin: New file"Patrick McDermott2017-11-032-12/+1
| | | | This reverts commit 1ce9241a96bf54b3de0bb17f0309c5712b4cbd21.
* data/resources/profile.svgin: New filePatrick McDermott2017-11-032-1/+12
|
* MqBookmarksButtonBox: Use "non-starred" icon for add/edit buttonPatrick McDermott2017-11-021-1/+1
|
* MqMainMenu: Move Cut, Copy, and Paste buttonsPatrick McDermott2017-11-021-2/+2
|
* MqMainMenu: Move a callbackPatrick McDermott2017-11-021-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 buttonsPatrick McDermott2017-11-021-0/+71
|
* MqMainMenu: Disable relief on grid buttonsPatrick McDermott2017-11-021-0/+2
|
* MqMainMenu: Set grid buttons' labels and image positionsPatrick McDermott2017-11-021-0/+6
|
* MqMainMenu: Expand and fill button boxes and gridPatrick McDermott2017-11-021-3/+3
|
* MqMainMenu: Make button box cells homogeneousPatrick McDermott2017-11-021-0/+2
|
* MqMainMenu: Make main grid cells homogeneousPatrick McDermott2017-11-021-0/+2
|
* MqMainMenu: Expand and fill button box childrenPatrick McDermott2017-11-021-1/+1
|
* MqMainMenu: Extract prefs/about/quit buttons into linked boxPatrick McDermott2017-11-021-9/+22
|
* MqMainMenu: Extract zoom buttons into own linked boxPatrick McDermott2017-11-021-36/+62
|
* MqMainMenu: Pack button grid into a boxPatrick McDermott2017-11-021-8/+21
|
* MqMainMenu: Undefine CLICKED_CB() macro after usePatrick McDermott2017-11-021-0/+1
|
* MqNavigationToolbar: Add MqBookmarksButtonBoxPatrick McDermott2017-11-021-0/+7
|
* MqBookmarksButtonBox: New classPatrick McDermott2017-11-023-0/+164
|
* MqTabLabel: Improve signal connection macroPatrick McDermott2017-11-021-5/+6
|
* MqMainMenu: Add "New window" buttonPatrick McDermott2017-11-021-0/+10
|
* MqMainMenu: Rearrange buttonsPatrick McDermott2017-11-021-18/+18
|
* MqMainMenu: Move Preferences button to bottom row (for now)Patrick McDermott2017-11-021-4/+4
|
* MqMainMenu: Add blank lines between button row code blocksPatrick McDermott2017-11-021-0/+8
|
* MqMainMenu: Make unimplemented buttons insensitivePatrick McDermott2017-11-021-0/+3
|