summaryrefslogtreecommitdiffstats
path: root/source/dialogs
AgeCommit message (Collapse)Author
2017-09-17Change WMQuirk logicDave Davenport
- Default is switch to desktop then select window. - 2 quirks: - pango names. - do not switch.
2017-09-10Fix combi modi crashing on dynamic list sizes.Dave Davenport
2017-09-10[RUN] Fix filter duplicatesDave Davenport
2017-09-05Indent.Dave Davenport
2017-08-14[Script] Parse the command as a commandline.Dave Davenport
Fixes: #650
2017-08-14[Script] Execute script + argument direction, do not pass run-command.Dave Davenport
Fixes: #650
2017-07-25Improve error message a little when bindings collide.Dave Davenport
Issue: #640
2017-07-17[DMenu] Do not show the Loading.. overlay when skipping loading stage.Dave Davenport
2017-07-17[DMenu] If input is stdin and from a tty, do not read data.Dave Davenport
- This stops rofi from blocking the whole desktop.
2017-07-13[DMenu] make rofi obey the dmenu -w flag.Dave Davenport
- This is a dirty hack that needs to be done better in next release.
2017-07-09[Dmenu] Allow multi-select in no-custom mode in dmenu.Dave Davenport
Fixes: #596
2017-07-05Put Xfwm4 on the WM list that needs extra desktop change.Dave Davenport
Work-around that makes sure desktop gets switchs when setting active window. Fixes: #624
2017-07-04Add try exec test (#620)Dave Davenport
* Add try exec test * [DRun] Free after g_find_program_in_path
2017-07-02Do not do an expand path on Exec field of desktop file.Dave Davenport
Fixes: #617
2017-06-25Run indenter.Dave Davenport
2017-06-25[DRun] Add a small thread-pool for fetching icons.Dave Davenport
2017-06-25drun: Preload icon themesQuentin Glidic
This will allow multi-thread icon loading. Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-06-13[helper] Fix type issue with variadic function.Dave Davenport
* https://www.securecoding.cert.org/confluence/display/c/DCL11-C.+Understand+the+type+issues+associated+with+variadic+functions
2017-06-12Position the overlay in the top right corner of the listview.Dave Davenport
2017-06-11gitmodules: Update libnkutilsQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-06-08[TextBox] Calculate yalign based on actual side, not estimated size.Dave Davenport
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-03Don't inline function that uses alloca.Dave Davenport
2017-06-03Run indenter.Dave Davenport
2017-06-03Don't depend on latest of glib.Dave Davenport
2017-06-03Merge remote-tracking branch 'origin/master' into barviewDave Davenport
2017-06-02Replace g_log by g_debugDave Davenport
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
2017-06-02ssh: Add startup notification supportQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-06-02run: Add startup notification supportQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-06-02drun: Add startup notification supportQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-06-02drun: Keep the app_id aroundQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-06-02helper: Add API to support startup notificationQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-06-02drun: Keep the icon name aroundQuentin Glidic
We don’t need to use it as the “we’ve search already” value since we know just look icons up in a single pass. Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-06-02drun: Fix thread function signatureQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-06-02helper: Add execute helperQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-06-01x11-helper: Rename xcb.cQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-05-31Indent icon code reworkQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-05-31Port fixes from icon-cleanup branch.Dave Davenport
- Thread for fetching icons for drun. - Fixed placing of icons instead of adding place-holder token that can mis-render. - Give textbox TB_ICON flag.
2017-05-30config: Add a setting to disable icons loadingQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>