heckflosse
2ec094b1ce
remove special windows code, #5058
2018-12-03 13:30:51 +01:00
heckflosse
d06e26356b
Fix scrolling in wrong direction when using mouse wheel in filebrowser, #5036
2018-11-27 19:54:26 +01:00
heckflosse
e7a04bb77e
Fix coverity issues
2018-11-20 21:23:37 +01:00
Hombre
8a18300a76
Removing debug printf (no issue)
2018-10-15 23:13:57 +02:00
Hombre
0d61f14bae
Added support for GDK_SCROLL_SMOOTH in some widgets
...
see #4781 , #4786
2018-09-15 21:14:48 +02:00
heckflosse
bb9e7c5d66
Filmstrip height not high enough after latest dev, fixes #4655
2018-07-02 11:03:19 +02:00
Thanatomanic
cccfb02b51
Hide scrollbar if necessary
2018-07-01 15:53:29 +02:00
Thanatomanic
fc79968108
Sanity checks for height, horizontal thumb browser automatically scales.
2018-07-01 15:52:21 +02:00
Thanatomanic
3d7772d0c6
The scrolling distance now takes into account the effective height of the thumbnail (including exif if necessary)
2018-07-01 13:47:42 +02:00
Thanatomanic
b5310d4bc6
Scrolling speed changed to height of thumbnail.
...
This works really well in the browser. Horizontal scrolling has the same speed, which works reasonably well too (unless you have images with abnormal aspect ratio's).
2018-07-01 09:36:38 +02:00
Hombre
bf6702fa56
Scroll wheel (and possibly touchpad) better handled, see #3923
2018-03-23 23:21:05 +01:00
heckflosse
57adea62cc
Small optimization in ThumbBrowserBase::arrangeFiles()
2017-07-07 21:31:05 +02:00
Flössie
30ef9092c4
Additional cleanups for ThumbBrowserBase::arrangeFiles()
2017-07-07 20:51:07 +02:00
Flössie
c792facb73
Fix filtered horizontal thumbs
...
Take two images, the first in portrait, the second in landscape
orientation. Mark the second with a red dot and filter for red.
Now open that image in SETM. The top tumb is too slim.
2017-07-07 20:26:10 +02:00
heckflosse
ebbb44c3f5
Cleanup for last commit
2017-06-25 21:42:43 +02:00
heckflosse
8aff354df9
Fix some coverity and cppcheck issues
2017-06-18 18:40:40 +02:00
heckflosse
18076077c0
Fix some coverity issues
2017-06-14 13:50:46 +02:00
Alberto Griggio
4ef3fc16de
fixed warnings in rtgui/thumbbrowserbase.cc
2017-04-01 13:38:38 +02:00
Hombre
965cadb52e
New batch of update for issue 3446
...
This commit include :
- cleanup rtgui/retinex.cc file (constructor only) and switched to
Gtk::Grid (the new standard) instead of Gtk::Box. This however doesn't
solve the issue of the Transmission curves in the Retinex tool, with
wrong resize of the Frame when folding/unfolding the curves.
- better alignment of the Histogram panel now with 4px of padding on the
left and right side
- Threshold selector now use the Scale's Trough style to draw its box
and sliders
- Curve's background are darker and restricted to the curve diagram
- Diagonal and Flat curves has been converted to Gtk::Grid as well
- A special color is now used for unsensitive Threshold selector and
Sclaes widgets
- Gap around the main Window has been removed on windows to circumvent a
bug in Gtk3, but the window can now only be maximized (usual use case)
or resized vertically by the top border only.
- Buttons at the bottom of the Editor panel has now the same height
2016-11-01 20:39:41 +01:00
Hombre
e4e474ca8a
Merge branch 'gtk3' into gtk3-bugfix
2016-10-28 23:48:22 +02:00
heckflosse
b16ef8d1f5
Merge master into gtk3
2016-10-28 17:59:47 +02:00
Hombre
b2af94ac74
More bugfix to the Gtk3 RawTherapee theme, see issue #3446
2016-10-22 02:13:50 +02:00
Hombre
f6a9e13297
New batch of Theme bugfix, see issue #3446 (still WIP)
2016-10-20 22:38:37 +02:00
Flössie
0731975ff0
Apply modernize-use-nullptr
...
Setup:
- `mkdir tidy; cd tidy`
- `cmake .. -DCMAKE_BUILD_TYPE=debug -DPROC_TARGET_NUMBER=1 -DCACHE_NAME_SUFFIX=4 -DBINDIR=. -DDATADIR=. -DBUILD_BUNDLE=ON -DWITH_LTO=OFF -DOPTION_OMP=OFF -DCMAKE_EXPORT_COMPILE_COMMANDS=ON`
- `cd ..`
- `find -name '*.cc' -exec clang-tidy-3.8 -header-filter=.* -p=tidy -fix-errors -checks=modernize-use-nullptr {} \;`
2016-10-12 17:48:40 +02:00
Morgan Hardwood
0dbea030cb
Merge branch 'master' into gtk3-merge-master-b8eb349
2016-10-10 23:07:41 +02:00
heckflosse
566d4c9822
Cppcheck: Fixed most issued in rtgui/*
2016-10-04 23:28:19 +02:00
Morgan Hardwood
040962c1b7
Merge branch 'master' into gtk3
2016-07-09 23:49:31 +02:00
heckflosse
c8779c04f5
Fix all - 2 cppcheck performance hints
2016-07-06 13:04:24 +02:00
Hombre
3577d87862
Removed set_border_width from the code, padding and margin values still
...
to be set in CSS file
2016-02-23 21:36:00 +01:00
Beep6581
f5d5083be6
Merged master into gtk3, manually copied rtgui/threadutils.h over from master
2016-01-31 00:00:28 +01:00
Adam Reichold
17d9309f1c
Remove PROTECT_VECTORS option since either program is correct without locking or it is not, especially since std::vector is definitely not thread-safe on all major platforms.
2016-01-30 20:39:54 +01:00
Adam Reichold
8151e0f5ce
Merge branch 'master' into 'gtk3'
...
Most conflicts seemed to be simple enough. There were a lot of `append_text` to
`append` conversions for `Gtk::ComboBoxText`. The `PopUpCommon` class also saw
a lot of changes with non-trivial conflict resolutions.
2016-01-06 23:56:12 +01:00
Beep6581
8ae520e794
Target the Filmstrip/File Browser frame directly with CSS, fixes #2983
2015-12-17 05:03:44 +01:00
Adam Reichold
333f9013dd
Pass Cairo context down to child elements instead of recreating it.
2015-12-05 09:14:41 +01:00
Hombre
48f0225104
Fixing rendering loop in the FileBrowser, based on a suggestion from
...
Adam
2015-12-05 01:27:39 +01:00
Adam Reichold
df70d03e13
Try to refactor the behaviour of the thumb browser selection modes adding support for shift-and-control range-selection to select several independent ranges.
2015-11-29 00:17:17 +01:00
Adam Reichold
88ab82cee9
Factor out the three thumbnail browser selection modes without changing their behaviour.
2015-11-28 23:21:17 +01:00
Morgan Hardwood
56a0805bc7
Gtk3 by Hombre, issue 2807
2015-08-12 16:07:19 +02:00
DrSlony
0e0cfb9b25
Formatted all .cc and .h code in rtengine, rtexif and rtgui using astyle
2015-08-11 11:55:03 +02:00
DrSlony
effb46c3e1
Line endings
2015-08-11 11:53:44 +02:00
torger
d5ca351c20
Issue 2134: removed obsolete raw highlight preservation setting from GUI (still left in procparams for backwards compatilibility)
2015-07-10 12:00:36 +02:00