summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-06-11gitmodules: Update libnkutilsQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-06-09Make function declaration match function prototype.Dave Davenport
- Extra NULL check.
2017-06-08Require->Require.private in pkg-config fileDave Davenport
2017-06-08Add glib-2.0 and cairo as dep to the rofi.pc file.Dave Davenport
2017-06-08[TextBox] Calculate yalign based on actual side, not estimated size.Dave Davenport
2017-06-07Fix parsing old themes from rofi-themes repo.Dave Davenport
2017-06-07[TextBox] Remove TB_LEFT/CENTER/RIGHT replace with xalign/yalign.Dave Davenport
2017-06-07Support empty strings as property.Dave Davenport
2017-06-07test: Update reference dumpQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-06-07drun: Use the requested icon size for lookupQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-06-07drun: Re-remove the context limitations for icon lookupQuentin Glidic
Some applications use Devices, Status or even Actions icons. Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-06-07drun: Use Adwaita and gnome as fallback themesQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-06-07Load theme-str after loading fallback themes.Dave Davenport
* If no theme loaded, try converting old theme. * If still no theme loaded, try default theme. * Then load modifications (theme-str option)
2017-06-06[View] Do not set rofi fullheight when num lines eq 0Dave Davenport
2017-06-06[View] Update sidebar buttons when we have no prompt.Dave Davenport
2017-06-06[TextBox] Fix centering with large paddingDave Davenport
2017-06-06[TextBox] Fix yalign for cursor and icon.Dave Davenport
2017-06-05Fixed typo (#604)Michael
2017-06-05Add dmenu themeDave Davenport
2017-06-04Fix rendering of icons with single font size.Dave Davenport
2017-06-03Change Listview::barview to Listview::layoutDave Davenport
2017-06-03Don't inline function that uses alloca.Dave Davenport
2017-06-03Add new keywords to theme printerDave Davenport
2017-06-03Run indenter.Dave Davenport
2017-06-03[View] Remove extra return.Dave Davenport
2017-06-03view: Always create textbox with typeQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-06-03Fix sidebar in stock theme and sidebar button clickingDave Davenport
2017-06-03Fix converting x,y to cursor position.Dave Davenport
2017-06-03Fix textview clicking.Dave Davenport
2017-06-03Fix header file.Dave Davenport
2017-06-03Don't popup error dialog, pospone error message.Dave Davenport
2017-06-03Don't depend on latest of glib.Dave Davenport
2017-06-03Merge branch 'master' of github:DaveDavenport/rofiDave Davenport
2017-06-03Fix icon sizing, use font size.Dave Davenport
2017-06-03xcb: Be sure not to leak xkb keymap/stateQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-06-03Fix icon offset.Dave Davenport
- Always add more ()
2017-06-03Remove non-existing files from Makefile.Dave Davenport
2017-06-03Merge remote-tracking branch 'origin/master' into barviewDave Davenport
2017-06-02Replace g_log by g_debugDave Davenport
2017-06-02Remove toupper from lexer.c replace by glib equiv.Dave Davenport
2017-06-02Make matching keywords like Vertical case-insensitive add test.Dave Davenport
- Make keywords like dash, horizontal, etc case-insensitive. - Add test for orientation property.
2017-06-02drun: Actually use the icon theme settingQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-06-02Check surface status when loading icon.Dave Davenport
2017-06-02[Drun] Async don't rely on icon_name or free itDave Davenport
2017-06-02Merge remote-tracking branch 'origin/master' into barviewDave Davenport
2017-06-02Fix icon_size and allow setting icon theme (for testing).Dave Davenport
2017-06-02Add small debug for unfound iconsDave Davenport
2017-06-02Filter scanning same directory twice for same desktop files.Dave Davenport
2017-06-02(re-implement) Do lazy loading for icons.Dave Davenport
- Fetch only when requested - Fetch the right size, instead of estimation.
2017-06-02DonĀ“t always fetch icon size 32, but estimated based on character heightDave Davenport