summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #89 from endlessm/issues/86Felipe Erias Morandeira2013-05-22
|\ | | | | Ensure that Gtk-Doc and GIR doc are enabled for distributions
| * Ensure that Gtk-Doc and GIR doc are enabled for distributionsP. F. Chimento2013-05-16
| | | | | | | | | | | | 'make dist' and 'make distcheck' do not work without calling ./configure --enable-gtk-doc --enable-gir-doc. [endlessm/eos-sdk#86]
* | Merge pull request #83 from endlessm/issues/69P. F. Chimento2013-05-17
|\ \ | | | | | | #69
| * | Use independent replacement for GtkStack in page managermatt2013-05-17
| |/ | | | | | | | | | | Replacement is at https://github.com/ptomato/pstack (Matt & Philip) [endlessm/eos-sdk#69]
* | Merge pull request #76 from endlessm/issues/60P. F. Chimento2013-05-17
|\ \ | |/ |/| Issue #60
| * Various fixes from code reviewP. F. Chimento2013-05-17
| | | | | | | | | | | | | | | | - Style fixes - Add API to documentation - Add header to private headers [endlessm/eos-sdk#60]
| * Style fixes, delete actions-standin on main are widget destroy.Matt Watson2013-05-16
| | | | | | | | | | | | Also removed get_preffered_heigh_for_width and width_for_height virtual methods which were unnecessary. [endlessm/eos-sdk#60]
| * Update test applicationP. F. Chimento2013-05-16
| | | | | | | | | | | | There is a toolbox widget and you can change the visibility of the fake action area on each page. Also, split up each test page into a different class.
| * Integrate page manager and main area into EosWindowP. F. Chimento2013-05-16
| |
| * Add actions and toolbox child properties to page managerP. F. Chimento2013-05-16
| | | | | | | | | | | | | | - Child property 'actions' (currently a boolean telling whether a fake action area is displayed as a red box; will become a JSON string in the future) - Child property 'custom-toolbox-widget'
| * EosMainArea tweaksP. F. Chimento2013-05-16
| | | | | | | | | | | | | | | | - Make sure the toolbox widget is always visible - Display the sidebars if either the toolbox or the action area should be displayed - Different pages can share the same toolbox [endlessm/eos-sdk#60]
| * Make action area persistentP. F. Chimento2013-05-16
| | | | | | | | | | | | Instead of destroying and recreating the action area, just show and hide it as needed. [endlessm/eos-sdk#60]
| * Added dummy event box to stand in for eventual actions areaMatt Watson2013-05-16
| | | | | | | | | | Fixed some sizing bugs [endlessm/eos-sdk#10]
| * Main area toolbox now allocated to left of contentMatt Watson2013-05-16
| | | | | | | | | | Still very basic. Not much fancy sizing happening yet. [endlessm/eos-sdk#10]
| * Added add and remove vfuncsRory MacQueen2013-05-16
| | | | | | | | | | | | They are required for GtkContainer class [endlessm/eos-sdk#10]
| * Initial main area widgetMatt Watson2013-05-16
| | | | | | | | | | | | | | Has private getters/setters for two areas. Functioning container. Only shows the content widget. Added all the virtual functions for size requests and allocations. [endlessm/eos-sdk#10]
| * Added --warn-all flag to g-ir-scanner call.Matt Watson2013-05-16
|/ | | | Warns about any non introspectable functions in the public API.
* Merge pull request #73 from endlessm/issues/70P. F. Chimento2013-05-16
|\ | | | | Issues/70 [Depends on 58!]
| * Added javascript override to the page manager add functionmatt2013-05-16
|/ | | | | | Added the autotooling to get our overrides installing as well. [endlessm/eos-sdk#70]
* Merge pull request #68 from endlessm/issues/58P. F. Chimento2013-05-16
|\ | | | | Implement EosPageManager
| * Treat pages with no name as having name NULLP. F. Chimento2013-05-14
| | | | | | | | [endlessm/eos-sdk#58]
| * Use hash table to index pages by name and widgetmatt2013-05-14
| |
| * Implement EosPageManagerP. F. Chimento2013-05-13
| | | | | | | | | | | | | | Minimum functionality for EosPageManager. Currently uses a GtkNotebook internally until we decide what to do regarding GtkStack. (Philip; map/unmap Matt, Patrick)
* | Merge pull request #72 from endlessm/issues/63P. F. Chimento2013-05-15
|\ \ | | | | | | Changed topbar padding around minimize and close buttons
| * | Changed topbar padding around minimize and close buttons.matt2013-05-06
| | | | | | | | | | | | | | | Simplified the internal widgetry of the topbar a bit too. [endlessm/eos-sdk#63]
* | | Merge pull request #75 from endlessm/issues/74P. F. Chimento2013-05-13
|\ \ \ | |_|/ |/| | Switch order of header checks
| * | Switch order of header checksP. F. Chimento2013-05-13
|/ / | | | | | | [endlessm/eos-sdk#74]
* | Merge pull request #71 from endlessm/issues/18mattdangerw2013-05-07
|\ \ | |/ |/| Build Javascript API documentation
| * Build Javascript API documentationP. F. Chimento2013-05-06
|/ | | | | | | g-ir-doc-tool is buggy, and doesn't build very good documentation, but it is better than nothing. Building the JS documentation is turned off by default and turned on for 'make distcheck'. [endlessm/eos-sdk#18]
* Merge pull request #66 from endlessm/issues/65P. F. Chimento2013-05-04
|\ | | | | Add the "@EOS_SDK_LIBS@" term to the GTKDOCS generation. [#65]
| * Add the "@EOS_SDK_LIBS@" term to the GTKDOCS generation. [#65]Patrick Ward2013-05-03
|/ | | | [endlessm/eos-sdk#65]
* Merge pull request #56 from endlessm/issues/55P. F. Chimento2013-05-03
|\ | | | | Fix make distcheck
| * Fix make distcheckP. F. Chimento2013-05-02
| | | | | | | | | | | | Header file missing from a _SOURCES declaration, and wrong file name in POTFILES.in. [endlessm/eos-sdk#55]
* | Merge pull request #57 from endlessm/issues/49P. F. Chimento2013-05-03
|\ \ | | | | | | build: Enable -std=c99
| * | build: Enable -std=c99Emmanuele Bassi2013-05-02
|/ / | | | | | | | | | | | | | | | | | | | | | | So we can compile with C99 enabled; this requires checking that the version of the compiler supports the -std=c99 command line switch, which holds true for both GCC and CLang. The warnings/errors we enable through the --enable-strict-flags configure switch need to be amended so that we don't catch C99 valid constructs like declaration after statement and VLAs. [endlessm/eos-sdk#49]
* | Merge pull request #48 from endlessm/issues/7P. F. Chimento2013-05-02
|\ \ | |/ |/| Implements EosTopBar and integrates it in EosWindow
| * Fixes failing make check in the documentationFelipe Erias Morandeira2013-05-02
| | | | | | | | [endlessm/eos-sdk#7]
| * Implements EosTopBar and integrates it in EosWindowFelipe Erias Morandeira2013-05-02
| | | | | | | | [endlessm/eos-sdk#7]
* | Merge pull request #53 from endlessm/issues/52P. F. Chimento2013-05-02
|\ \ | | | | | | build: Use AC_CACHE_SAVE
| * | build: Use AC_CACHE_SAVEEmmanuele Bassi2013-05-01
|/ / | | | | | | | | | | | | | | The AC_CACHE_SAVE macro saves the state of the configure script, so that it can be restore from a known state without having to re-run all the checks. This should speed up the build. [endlessm/eos-sdk#52]
* | Merge pull request #42 from endlessm/issues/42P. F. Chimento2013-04-30
|\| | | | | Issues/42
| * Fix two-windows application testP. F. Chimento2013-04-30
| | | | | | | | Figured it out while testing [#42]
| * Crash on eos_window_new (NULL)P. F. Chimento2013-04-30
|/ | | | | | | Creating a window that is not tied to an application should be a serious programming error. [#42]
* Merge pull request #22 from endlessm#12P. F. Chimento2013-04-29
|\ | | | | | | Issues/12 EosWindow based on eos-weather/window.py
| * Testing and documentation improvements for EosWindowP. F. Chimento2013-04-25
| | | | | | | | [#12]
| * EosWindow is fullscreenP. F. Chimento2013-04-25
| | | | | | | | | | | | | | | | EosWindow maximizes itself on creation. This code does not enforce maximization or forbid the window from resizing, since that is the window manager's job. [#12]
| * Define G_LOG_DOMAINP. F. Chimento2013-04-24
| | | | | | | | | | | | | | | | | | Improvement to the build system: this allows you to turn on debug messages from the SDK by running G_MESSAGES_DEBUG=EndlessSDK ./myprogram Use G_MESSAGES_DEBUG=all to turn on messages from other libraries too.
* | Merge pull request #37 from endlessm/issues/35P. F. Chimento2013-04-25
|\ \ | |/ |/| Added commit-msg script for issue tracking which autogen installs.
| * Added commit-msg script for issues tracking which autogen installs.Matt Watson2013-04-25
|/ | | | [endlessm/eos-sdk#35]
* Merge pull request #24 from endlessm/issues/23P. F. Chimento2013-04-24
|\ | | | | Issues/23